Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-17 | eslint: turned off no-constant-condition warning. | John MacFarlane | |
2015-01-15 | Provide getters and setters for public properties of Node. | John MacFarlane | |
Everything else gets a name starting with an underscore and will be considered private. This will allow us to keep the API stable while changing the underlying data structure. And it will avoid exposing properties that have only an instrumental value in parsing. | |||
2015-01-12 | Moved eslint.json to js/ subdir. | John MacFarlane | |