ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

Require loaders

Open fealebenpae opened this issue 9 years ago • 1 comments

Implement a pluggable loader infrastructure in our module loader, similar to RequireJS plugins.

fealebenpae avatar May 13 '15 16:05 fealebenpae

To support the backward compatibility after "Publish NativeScript JavaScript modules as npm packages", we will need to alter the logic in the require to look in the @nativescript scope as a last resort. So that a require("geolocation") could continue to work along with require("@nativescript/geolocation").

PanayotCankov avatar Jun 05 '15 10:06 PanayotCankov