Skip to content

Fixed Compilation error by changing property value param to accept array of strings in select, expand, orderby methods and by adding required libraries in config.#77

Merged
muthurathinam merged 1 commit into
microsoftgraph:devfrom
muthurathinam:dev
May 30, 2018

Conversation

@muthurathinam

Copy link
Copy Markdown
Contributor

No description provided.

expand, orderby methods.
2. Fixed compilation error by adding required libraries in config.
Comment thread tsconfig.json
"removeComments": true,
"sourceMap": true,
"target": "es5",
"lib": ["es6", "dom"],

Copy link
Copy Markdown
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?

@muthurathinam muthurathinam May 24, 2018

Copy link
Copy Markdown
Contributor Author

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

@bullsseye bullsseye left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor Author

I have tested. Shall I merge @MIchaelMainer ?

@MIchaelMainer

Copy link
Copy Markdown
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