Skip to content

chore(tsconfig): remove path resolution for short imports (ui/page) #1759

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

Merged
merged 4 commits into from
Apr 19, 2019

Conversation

sis0k0
Copy link
Contributor

@sis0k0 sis0k0 commented Mar 11, 2019

The usage of short imports, e.g, import * as Page from "ui/page"
instead of import * as Page from "tns-core-modules/ui/page" is
deprecated since {N} 5.2.

The usage of short imports, e.g, `import * as Page from "ui/page"`
instead of `import * as Page from "tns-core-modules/ui/page"` is
*deprecated* since {N} 5.2.
@cla-bot cla-bot bot added the cla: yes label Mar 11, 2019
@ghost ghost assigned sis0k0 Mar 11, 2019
@ghost ghost added the in progress label Mar 11, 2019
@ghost ghost assigned SvetoslavTsenov Mar 12, 2019
@ghost ghost assigned elena-p Apr 5, 2019
@ghost ghost added new PR and removed in progress labels Apr 15, 2019
@elena-p elena-p requested a review from vakrilov April 15, 2019 14:06
@elena-p elena-p merged commit d4739f5 into master Apr 19, 2019
@ghost ghost removed the new PR label Apr 19, 2019
@elena-p elena-p deleted the sis0k0/remove-short-imports-resolution branch April 19, 2019 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants