12 Commits

Author SHA1 Message Date
d985c33de3 chore: require relative path within tns-core-modules (#7367) 2019-06-28 18:23:39 +03:00
4f39fb728b chore: update tslint rules (#7391) 2019-06-26 15:13:48 +03:00
ecd9fc3e9d feat: bundle workflow support (#7337) 2019-06-20 15:58:36 +03:00
0012bfd4d8 fix(webpack): register wrap layout (#5573)
Currently webpack fails if app is using wrap layout since it is not registered here. Registering it manually in the app works as a workaround, but still I think it would be nice to have it here by default.
2018-03-22 13:53:11 +02:00
6e0cb2e7c2 fix-next: register ui/frame module in global (#5356)
This is required in order the XML component builder to be able to find the `ui/frame` module for the `<Frame>` element.
2018-01-30 20:07:31 +02:00
0905858d7d Add flexbox-layout module to bundle-entry-points 2017-02-20 14:34:46 +02:00
d9c275175c Fix bundle-entry-points by importing globals first.
Avoiding a crash if the import happens too soon.
2016-11-03 13:23:37 +02:00
715c4de78f Update bundle-entry-points.ts 2016-10-28 14:38:41 +03:00
b5bc142a5b Added missing ListView to bundle-entry-points.ts 2016-10-28 06:20:07 -05:00
05cd636fc8 npm scripts for typechecking public .d.ts-es and running tslint (#2934)
* npm scripts for typechecking public .d.ts-es and running tslint

* Update test.ts
2016-10-27 15:18:54 +03:00
d53dec078a Add ui/web-view to bundle-entry-points 2016-10-26 17:23:43 +03:00
540594454f Add bundle entrypoint registration module. 2016-06-29 15:57:05 +03:00