]> code.delx.au - gnu-emacs-elpa/history - tests
Move the news from the wiki to the repo
[gnu-emacs-elpa] / tests /
2015-02-02 Dmitry Gutovjs2-test-parse-string: Compare the first syntax error
2015-02-02 Dmitry GutovHandle arrowfun empty-args in js2-parse-paren-expr...
2014-12-30 Dmitry GutovMerge pull request #191 from purcell/cl-lib
2014-12-30 Steve PurcellReplace usage of 'cl with 'cl-lib
2014-12-29 Charles LowellSupport ES6 module syntax
2014-12-07 Dmitry GutovDo not declare fn expression's name in the enclosing...
2014-12-01 Dmitry GutovParse tagged templates
2014-11-30 Dmitry GutovHandle template substitutions
2014-11-28 Dmitry GutovImplement template strings, ignoring substitutions
2014-11-21 Dmitry Gutovjs2-parse-plain-property: Disallow numbers as abbreviat...
2014-11-18 Dmitry GutovMerge branch 'master' of github.com:shicks/js2-mode...
2014-11-15 Stephen HicksFix string literals in parser.el test harness.
2014-11-15 Stephen HicksSupport parsing the ES6 'super' keyword.
2014-11-15 Stephen HicksSupport parsing the ES6 'static' keyword.
2014-11-15 Stephen HicksSupport ES6 class statements/expressions.
2014-11-11 Stephen HicksSupport ES6 computed property names.
2014-11-11 Stephen HicksSupport method definitions in object literals.
2014-11-11 Stephen HicksSupport short-hand object literals {foo, bar} everywhere.
2014-11-05 Dmitry GutovSupport object destructuring inside arrow function...
2014-09-08 Dmitry Gutovjs2-parse-let: Simplify
2014-09-08 kakiFix parsing of let expressions
2014-08-04 Dmitry GutovAllow 'in' operator inside 'for' init when unambiguous
2014-08-04 Dmitry GutovIgnore integer overflow
2014-07-16 Dmitry GutovSupport ES6 number literals
2014-07-09 Dmitry GutovSupport ES6 generator comprehensions
2014-07-08 Dmitry GutovSupport ES6 array comprehensions
2014-06-04 Dmitry GutovSupport yield*
2014-05-21 Dmitry Gutovjs2-parse-array-literal: improve trailing comma warning
2014-04-06 Dmitry GutovFix parsing of function statements in blocks
2014-04-06 Dmitry GutovCut down on reserved words; improve error reporting
2013-11-08 Stefan Monnier* js2-mode/tests: Add copyright headers
2013-11-06 Dmitry GutovSupport Harmony spread operator, in arrays and calls
2013-11-03 Dmitry GutovSupport Harmony generators (closes #119)
2013-10-18 Dmitry GutovFix parsing labeled statements (and #120)
2013-10-13 Dmitry GutovFix #116
2013-10-13 Dmitry GutovAdd small clarification
2013-10-13 Dmitry GutovInclude function's AST node in parent scope's symbol...
2013-10-13 Dmitry Gutov(Hopefully) fix #117 and capitaomorte/autopair#21
2013-10-08 Dmitry GutovMerge branch 'arrow-functions'
2013-09-02 Dmitry GutovFix (and rename) the ts-set-state test
2013-09-02 Dmitry GutovSupport arrow functions (#108)
2013-09-01 Dmitry GutovExtract js2-parse-function-stmt and js2-parse-function...
2013-09-01 Dmitry GutovImplement "save & restore" for token stream
2013-09-01 Dmitry GutovImplement two-token lookahead
2013-05-10 Dmitry GutovPrefix all tests with "js2-"
2013-05-10 Dmitry GutovFix #104
2013-03-07 Dmitry GutovUpdate Makefile
2013-03-07 Dmitry GutovFix #89
2013-03-07 Dmitry GutovAdd some indentation tests
2013-03-07 Dmitry Gutovtests{ast -> parser}.el
2012-06-17 Dmitry GutovMerge branch 'master' into emacs24
2012-06-17 Dmitry GutovParse rest parameter
2012-06-17 Dmitry GutovParse default parameters
2012-06-17 Dmitry GutovSimplify `js2-test-ast-string'
2012-06-17 Dmitry GutovSet js2-basic-offset in tests explicitly
2012-06-17 Dmitry GutovPrint space after colon in prop nodes
2012-06-17 Dmitry GutovFix catch param with destructuring binding
2012-06-17 Dmitry GutovRename js2-is-in-lhs -> js2-is-in-destructuring (like...
2012-06-14 Dmitry GutovMake 'of' contextual keyword
2012-06-14 Dmitry GutovFix parsing of keyword property names