Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

vis.js is not compatible with YUI Compressor due to use of reserved words #2445

Closed
easleydp opened this issue Dec 13, 2016 · 2 comments
Closed

Comments

@easleydp
Copy link
Contributor

Trying to use vis Timeline in a Sencha ExtJS application. The Sencha Cmd build tool uses YUI Compressor by default. It barfs on vis.js due to use of reserved words, e.g. "default" in the following:

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

PS. I also tried using the Closure Compiler and this failed for some other reason (can't recall the details).

@yotamberk
Copy link
Contributor

Can you submit a PR to allow the support to these tools?

@yotamberk
Copy link
Contributor

solved with #2452! Thanks again @easleydp !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants