-
[Steps to reproduce below:]
1. Opened Atom Editor v1.4.0. Got this error.
2. Upgraded to the latest v1.4.2, got the same error.
**Atom Version**: 1.4.2
**System**: Ubuntu 14.04.3
**Thrown From**: [li…
-
I would like to exclude jQuery from minification to speed up builds, but included it in the concatenated file. I have the below shown directory structure in my project and tried passing `paths.jquery=…
-
[Enter steps to reproduce below:]
1. Just open a file
**Atom Version**: 1.4.2
**System**: Mac OS X 10.11.3
**Thrown From**: [linter](https://github.com/atom-community/linter) package, v1.11.3
### Sta…
-
[Enter steps to reproduce below:]
1. opened `js` file
2. ...
**Atom Version**: 1.4.3
**System**: Mac OS X 10.11.3
**Thrown From**: [linter](https://github.com/atom-community/linter) package, v1.11.3
…
-
Let's use ES6 classes to create React component classes. We've accumulated some custom concepts that don't lend themselves to using ES6 classes but we can still use them in conjunction with React comp…
-
Not sure if this is a bug in rollup or if there is some restriction in using reserved words in objects. The strange thing is the error only occurs if the value is a function:
``` js
export const tes…
-
A sophisticated consumer ("power user") of Esprima might want to know and carry out a certain task when a particular event occurs. Among others, this could be when:
- a syntax node is completed
- a co…
ariya updated
8 years ago
-
esprima-six no longer exists.
-
In the current syntax tree, a directive such as `"use strict"` will appear as `ExpressionStatement`. A tool that consumes the tree and needs to be aware of the strict mode will have to perform an extr…
ariya updated
8 years ago
-
This is not an issue, rather trying to contribute, and if this isn't the right place, my apologies then.
I am an active user of AngularJS, which I love a lot. And I appreciate how much code documenta…