language-javascript-jsx icon indicating copy to clipboard operation
language-javascript-jsx copied to clipboard

Source Upstream JavaScript to support features faster?

Open envygeeks opened this issue 8 years ago • 0 comments

I find it hard to work with JSX in Atom Editor with this plugin since it skips a lot of ES6 features and also doesn't include the tons of JavaScript features upstream has, it would be nice if the gammers here all sourced upstream: "source.js" like so:

"patterns": [
  {
    "include": "source.js"
  }
]

envygeeks avatar Jun 06 '16 19:06 envygeeks