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

add more support for es6 features #181

Closed
mihaisucan opened this issue Mar 29, 2014 · 10 comments
Closed

add more support for es6 features #181

mihaisucan opened this issue Mar 29, 2014 · 10 comments
Assignees

Comments

@mihaisucan
Copy link

Map, WeakMap, Set are missing in vim-javascript, but they are supported by Firefox. Some of these es6 features are also in chrome, currently behind a flag.

see https://developer.mozilla.org/en-US/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla

@amadeus
Copy link
Collaborator

amadeus commented Mar 29, 2014

I don't think there's much to 'support' here, other than perhaps adding them to jsGlobalObjects, unless I am misunderstanding you?

@mihaisucan
Copy link
Author

Yes, that's correct.

@amadeus amadeus self-assigned this Mar 29, 2014
@rambo-panda
Copy link

I think it should now consider supporting the

l am sorry . my english is bad;

@arian
Copy link

arian commented Jan 21, 2015

Also highlighting for the from keyword in ES6 module imports would be nice.

import bar from 'foo';

@amadeus
Copy link
Collaborator

amadeus commented Jan 21, 2015

@arian see #233 I'll merge it in shortly.

@arian
Copy link

arian commented Jan 21, 2015

@amadeus, long time no see! Thanks.

@amadeus
Copy link
Collaborator

amadeus commented Jan 21, 2015

@arian for sure brother, just note, it will be going into the develop branch initially, so you'll have to have that branch checked out for the bleeding edge

@BerkeleyTrue
Copy link

I have noticed issues with indenting when using arrowFunctions. Any plans on supporting new indentations styles?
edit: It is working correctly.

@chiedo
Copy link

chiedo commented Jun 26, 2015

Could you also add highlighting for string interpolation?

@goatslacker
Copy link
Collaborator

This is a bit of an old issue.

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

No branches or pull requests

7 participants