Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was 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

@easleydp

Description

@easleydp

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions