PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Short Imports not used anymore NativeScript #215

Closed talya07 closed 5 years ago

talya07 commented 5 years ago

As Short Imports in NativeScript is not supported please fix imports in ( drop-down.d.ts ) file because it stops the application from running

ERROR in node_modules/nativescript-drop-down/drop-down.d.ts(16,33): error TS2307: Cannot find module 'data/observable-array'. node_modules/nativescript-drop-down/drop-down.d.ts(17,62): error TS2307: Cannot find module 'ui/core/view'. node_modules/nativescript-drop-down/drop-down.d.ts(18,30): error TS2307: Cannot find module 'ui/gestures/gestures'. node_modules/nativescript-drop-down/drop-down.d.ts(19,29): error TS2307: Cannot find module 'ui/list-picker'.

PeterStaev commented 5 years ago

Wrong. Short imports still work perfectly fine, they are only depreciated. You can read more in the duplicated issue below.

Duplicate of #198