Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow import from root of repo #42965

Closed
wants to merge 5 commits into from
Closed

Conversation

epixa
Copy link
Contributor

@epixa epixa commented Aug 8, 2019

Modules can now be imported consistently across TypeScript and JavaScript from the root of the project.

Example:

import { CoreStart } from 'src/core/public';

Closes #40446

@epixa epixa self-assigned this Aug 8, 2019
@elasticmachine

This comment has been minimized.

@epixa epixa force-pushed the import-from-root branch 2 times, most recently from c086e22 to 7e002ed Compare August 9, 2019 15:14
@elasticmachine

This comment has been minimized.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An alternative to relative imports for local source code
2 participants