Giter VIP home page Giter VIP logo

Comments (11)

kevinsawicki avatar kevinsawicki commented on June 27, 2024

Yeah, which ones are you specifically looking to add?

Generators and interpolated strings are already supported.

from language-javascript.

Nicolab avatar Nicolab commented on June 27, 2024

Hello,

+1 for es6 support :)

destructuring assignment:

destructring

from language-javascript.

Nicolab avatar Nicolab commented on June 27, 2024

Also, computed (dynamic) property names like this:

var key = 'dynamicName';
{ ['some.'+ key]: 'value' }

Another example:

{ [ 'prop_' + (() => 42)() ]: 42 }

from language-javascript.

dashed avatar dashed commented on June 27, 2024

ES6 classes: https://6to5.org/features.html#classes

Fancy coloring like CoffeeScript classes as shown in the picture here: https://github.com/kevinsawicki/monokai#monokai-theme

from language-javascript.

dashed avatar dashed commented on June 27, 2024

Method definitions http://www.2ality.com/2014/12/es6-oop.html

let obj = {
    myMethod(param) {
    }
};

from language-javascript.

jsg2021 avatar jsg2021 commented on June 27, 2024

+1 for ES6 :)

from language-javascript.

mendenhallmagic avatar mendenhallmagic commented on June 27, 2024

+1, specifically for methods

from language-javascript.

deepsweet avatar deepsweet commented on June 27, 2024

https://github.com/AMalininHere/language-javascript-better

from language-javascript.

albertorestifo avatar albertorestifo commented on June 27, 2024

image

ES6 getter and setter in Classes

from language-javascript.

q13 avatar q13 commented on June 27, 2024

+1

from language-javascript.

50Wliu avatar 50Wliu commented on June 27, 2024

Getters/setters are the only things I can find in this issue that don't receive at least some type of highlighting. There's already a separate issue for that at #286.

As this issue is pretty generic, I'm going to close this in favor of more specific ones.

from language-javascript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.