Skip to content

Conversation

@muthurathinam
Copy link
Contributor

No description provided.

expand, orderby methods.
2. Fixed compilation error by adding required libraries in config.
"removeComments": true,
"sourceMap": true,
"target": "es5",
"lib": ["es6", "dom"],
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this change do?

Copy link
Contributor Author

@muthurathinam muthurathinam May 24, 2018

Choose a reason for hiding this comment

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

We were getting compilation error Cannot find name for ES6 features like Map, Set, Symbol, WeakMap, WeakSet etc. This was because the compiler could not find a library having these feature set, so I have added es6 library which has them.
Ref: compiler options documentation

Copy link
Contributor

@bullsseye bullsseye left a comment

Choose a reason for hiding this comment

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

Looks good. Can be merged if tested

@muthurathinam
Copy link
Contributor Author

I have tested. Shall I merge @MIchaelMainer ?

@MIchaelMainer
Copy link
Contributor

Please merge

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.

4 participants