Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

target not support ES7 in jsconfig.json file #311

Closed
welefen opened this issue Nov 20, 2015 · 5 comments
Closed

target not support ES7 in jsconfig.json file #311

welefen opened this issue Nov 20, 2015 · 5 comments

Comments

@welefen
Copy link

welefen commented Nov 20, 2015

target not support ES7 in jsconfig.json file

@scottaddie
Copy link
Member

@welefen Not sure if you noticed or not, but there is experimental support for ES7 decorators. In your jsconfig.json file, use the experimentalDecorators option:

{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs",
        "experimentalDecorators": true
    }
}

That seems to be all the ES7 support you get at this time.

@felixfbecker
Copy link
Contributor

What about async/await?! See #408

@jrieken jrieken removed their assignment Nov 24, 2015
@jrieken jrieken added the feature-request Request for new features or functionality label Nov 24, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@warpdesign
Copy link
Contributor

+1
Would love support for ES7 too.

Maybe it has changed since last year and there are new ES7-related options available ?

For example new function bind :: operator would be great.

@jrieken jrieken removed the feature-request Request for new features or functionality label May 6, 2016
@jrieken jrieken removed this from the Backlog milestone May 6, 2016
@jrieken
Copy link
Member

jrieken commented May 6, 2016

moving this to TypeScript from which VS Code gets TS and JS smartness

@jrieken
Copy link
Member

jrieken commented May 6, 2016

This issue was moved to microsoft/TypeScript#8495

@jrieken jrieken closed this as completed May 6, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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

6 participants