language-javascript-jsx
language-javascript-jsx copied to clipboard
Source Upstream JavaScript to support features faster?
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"
}
]