summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Support logical assignment operatorsDmitry Gutov2020-12-09
* Fix nullish coalescing in cond exprs and add test with ternary opJonathan Ming2020-07-23
* add failing testsbabenhauserheide2020-07-13
* Add node creation and basic syntax testsbabenhauserheide2020-07-13
* Remove a few unused variables.Philipp Stephani2020-06-08
* Migrate remaining files to lexical bindingPhilipp Stephani2020-06-01
* Avoid undefined behavior in indentation tests.Philipp Stephani2020-05-23
* Fix ‘huge-hex’ test for newer Emacsen.Philipp Stephani2020-05-22
* Fix parsing static props without semicolonsDmitry Gutov2020-04-27
* support optional-chaining operatorChen Bin2019-08-15
* Add failing test on issue #518Lele Gaifax2019-03-07
* Add failing tests on issue #515Lele Gaifax2019-03-07
* fix bug jumping to function def in shorthand property:value literalJason Bell2018-07-18
* allow testing for specific errors and add test for object propertyJason Bell2018-07-17
* Use regular forward-sexp when inside stringsfelipe2018-03-29
* Properly classify imported symbolsLele Gaifax2018-03-04
* Fix typo in test name, namepsace -> namespaceLele Gaifax2018-03-04
* [bugfix] error when parsing malformed namespace importfelipe2017-11-27
* [feat] add support for single-line jsdoc highlightingfelipe2017-11-03
* Add tests for jsdoc highlightingfelipe2017-11-03
* Set the correct node pos for unary nodesfelipe2017-11-01
* add support for trailing comma in function argumentsOles Savluk2017-09-30
* Fix function/class declaration issues from commit 7e4293bDmitry Gutov2017-08-16
* correctly handle arrow functions in js2-node-parent-stmtfelipe2017-08-12
* remove stray message callfelipe2017-08-04
* make sure to visit import clause children in orderfelipe2017-08-04
* Parse all default exports as expressionsDmitry Gutov2017-08-03
* Always consider `await` to have side-effectsfelipe2017-07-21
* Add failing test for issue #420Lele Gaifax2017-07-17
* Support async arrow function without parenthesesDmitry Gutov2017-07-16
* Merge pull request #358 from JulianKniephoff/masterDmitry Gutov2017-06-24
|\
| * Add tests for `/*jslint*/` declarationsJulian Kniephoff2017-06-24
* | Replace (equal nil ...) with (null ...)Dmitry Gutov2017-05-16
* | Add option js2-getprop-has-side-effects (#424)Stephen Hicks2017-05-16
* | Allow trailing comma in param list (#410)Thomas Marek2017-03-30
* | Merge pull request #363 from XeCycle/class-public-fieldDmitry Gutov2017-02-22
|\ \
| * | Add support for ES7 class public fieldsCarl Lei2017-02-07
* | | ES6 yield is followed by AssignmentExpressionCarl Lei2017-02-07
|/ /
* | Merge pull request #387 from futurist/masterDmitry Gutov2016-12-31
|\ \
| * | fix: copyright year of tests/comsume.el1111hui2016-12-31
| * | feat: add js2-comments-between func1111hui2016-11-04
| |/
* | Rewrite js2--classify-variables, focusing only on name nodesLele Gaifax2016-12-08
* | Handle other cases of destructuring assignments/initializationsLele Gaifax2016-12-02
* | Handle destructuring assignments when classifying variablesLele Gaifax2016-12-01
* | Fix indentation after regexp in js2-old-indent.elDmitry Gutov2016-11-18
|/
* Special methods should allow keywords as namesLei Siao2016-10-09
* Allow newline in globals declarationDmitry Gutov2016-09-26
* js2-parse-mul-expr: Parse the right operand as exponentiation tooDmitry Gutov2016-06-27
* Support ES7 exponentiationDmitry Gutov2016-06-24
* Make a new releaseDmitry Gutov2016-06-23