You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.2.3
Cross-platform modules: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s): Not applicable
Describe the bug
In case you have minified code in your application or just several statements on one line, CLI may warn you that you have short imports, in cases when there aren't such.
To Reproduce
tns create myApp --js
cd myApp
Open app/main-view-model.js and add the following line at the top of the app:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
In case you have minified code in your application or just several statements on one line, CLI may warn you that you have short imports, in cases when there aren't such.
To Reproduce
tns create myApp --js
cd myApp
app/main-view-model.js
and add the following line at the top of the app:tns prepare android
This will show warning, while in fact there's no short import in the file.
Expected behavior
CLI should not warn in such case.
The text was updated successfully, but these errors were encountered: