Skip to content

Conversation

@nsndeck
Copy link
Contributor

@nsndeck nsndeck commented Nov 22, 2016

No description provided.

@nsndeck nsndeck force-pushed the nnikolov/Es6Modules branch 3 times, most recently from c7e2884 to 2ce81e8 Compare November 25, 2016 13:06
@hdeshev hdeshev changed the title Make nativescript-angular modules es6. [DON'T MERGE] Make nativescript-angular modules es6. Nov 29, 2016
@nsndeck nsndeck force-pushed the nnikolov/Es6Modules branch 3 times, most recently from cb46686 to 4ab9728 Compare December 7, 2016 07:34
export * from "./router/ns-router-link";
export * from "./router/page-router-outlet";
export * from "./router/router-extensions";
export * from "./parse5_adapter";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not export parse5_adapter, private_import* as public API here. Maybe we can create a separate "private API" rollup entrypoint?

@@ -1,12 +1,12 @@
var Zone$1 = (function (global) {
if (global.Zone) {
throw new Error('Zone already loaded.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's exclude the zone.js ' -> " transform since it's generated from the Angular code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants