Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SBG bundle #1096

Closed
darind opened this issue Jun 28, 2018 · 0 comments
Closed

Create SBG bundle #1096

darind opened this issue Jun 28, 2018 · 0 comments
Assignees
Milestone

Comments

@darind
Copy link
Collaborator

darind commented Jun 28, 2018

Currently the static binding generator has a couple of NPM dependencies that need to be installed prior to using it:

  • "babel-traverse": "^6.26.0"
  • "babel-types": "^6.26.0"
  • "babylon": "6.4.5"
  • "lazy": "1.0.11"

Those dependencies are installed by the NativeScript CLI when adding the android platform which, depending on the network connection, might considerably slow down this operation.

As a possible improvement we could use webpack to create a single executable bundle (js_parser.js) that will be included into the runtime package.

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

No branches or pull requests

2 participants