Skip to content

Conversation

@silvanshade
Copy link

No description provided.

@Veetaha
Copy link
Contributor

Veetaha commented Mar 18, 2020

Oh, we had some bad experience with that typescript plugin. I am not sure we should use it...
#3003

@silvanshade
Copy link
Author

Okay, I can remove the use of @rollup/plugin-typescript. Will push a change soon.

"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"target": "es2019",
Copy link
Contributor

Choose a reason for hiding this comment

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

Where do I look which es version is supported on node which is shipped with VS Code? Like, how can I check what's the highest target we can use here?

Copy link
Member

Choose a reason for hiding this comment

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

It doesn't seem clear-cut, but https://node.green/#ES2019.

Copy link
Author

Choose a reason for hiding this comment

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

@matklad for reference, this is the table I was looking at: https://kangax.github.io/compat-table/es2016plus/#chrome78. You will have to "show obsolete platforms" checkbox in the top left.

@matklad
Copy link
Contributor

matklad commented Mar 19, 2020

bors r+

Thanks!

@matklad matklad merged commit 13af63a into rust-lang:master Mar 19, 2020
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.

5 participants