]> code.delx.au - gnu-emacs-elpa/history - js2-mode.el
Replace usage of 'cl with 'cl-lib
[gnu-emacs-elpa] / js2-mode.el
2014-12-30 Steve PurcellReplace usage of 'cl with 'cl-lib
2014-12-29 Charles LowellSupport ES6 module syntax
2014-12-28 Dmitry Gutovjs2-parse-for: Reword docstring and comments
2014-12-28 Dmitry GutovMake catch-node inherit from scope
2014-12-24 Dmitry GutovLimit the scope of `with-silent-modifications'
2014-12-07 Dmitry GutovDo not declare fn expression's name in the enclosing...
2014-12-07 Dmitry GutovFix js2-visit-tagged-template
2014-12-01 Dmitry GutovAdd js2-language-version check for template literals
2014-12-01 Dmitry GutovDrop `js2-allow-keywords-as-property-names' and `js2...
2014-12-01 Dmitry GutovParse tagged templates
2014-11-30 Dmitry GutovComment the new token types
2014-11-30 Dmitry GutovNo need to explicitly apply face to string nodes
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-21 Dmitry Gutovjs2-parse-named-prop: Highlight externals in abbreviate...
2014-11-21 Dmitry GutovSimplify parsing of destructuring literals
2014-11-18 Dmitry GutovMerge branch 'master' of github.com:shicks/js2-mode...
2014-11-18 Dmitry GutovBump the version
2014-11-18 Dmitry Gutov'enum' is not a keyword
2014-11-15 Dmitry GutovBump the version
2014-11-15 Dmitry GutovMerge pull request #180 from simenheg/master
2014-11-15 Simen HeggestøylFix toggling single-line comments
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-13 Dmitry GutovSupport orphan functions on the right side of assignments
2014-11-11 Stephen HicksSupport ES6 computed property names.
2014-11-11 Stephen HicksAdd support for 'u' and 'y' RegExp flags in ES6 mode.
2014-11-11 Stephen HicksSupport method definitions in object literals.
2014-11-11 Stephen HicksAdd ES6 class externs
2014-11-11 Stephen HicksSupport short-hand object literals {foo, bar} everywhere.
2014-11-05 Dmitry GutovIndent after `+='
2014-11-05 Dmitry GutovSupport object destructuring inside arrow function...
2014-11-05 Dmitry GutovIndent before inequality operator at bol
2014-11-01 Dmitry Gutovjs2-parse-primary-expr: Make some vars "more" local
2014-11-01 Dmitry GutovFix #171
2014-10-31 Leo Liujs2-mode-find-enclosing-node: Make docstring and impl...
2014-10-18 Dmitry GutovFontify negation operator
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 GutovSmall tweak
2014-07-16 Dmitry GutovAdd js2-language-version checks
2014-07-16 Dmitry GutovSupport ES6 number literals
2014-07-11 Dmitry Gutovjs2-get-token-internal-1: add a FIXME
2014-07-11 Dmitry Gutovjs2-read-unicode-escape: use a stricter regexp
2014-07-11 Dmitry GutovBetter docstrings
2014-07-10 Dmitry GutovMerge pull request #149 from lewang/dont-parse-killed...
2014-07-10 Le WangCheck if buffer is alive before reparsing.
2014-07-09 Gerard PaapuSupport Unicode Identifiers
2014-07-09 Dmitry GutovSupport ES6 generator comprehensions
2014-07-08 Dmitry GutovSupport ES6 array comprehensions
2014-07-02 Dmitry GutovAdd `.' to electric-indent-chars for method continuations
2014-06-04 Dmitry GutovSupport yield*
2014-05-21 Dmitry Gutovjs2-parse-array-literal: improve trailing comma warning
2014-05-21 Dmitry GutovRename mention of espresso-mode to js-mode
2014-04-06 Dmitry GutovFix parsing of function statements in blocks
2014-04-06 Dmitry GutovCut down on reserved words; improve error reporting
2014-03-26 Dmitry GutovMerge pull request #138 from martinp/fix-electric-indent
2014-03-26 Martin PoldenFix electric-indent-mode
2014-01-14 Dmitry GutovUpdate copyright years, bump the version
2014-01-14 Dmitry GutovAlso highlight function names after new operator
2014-01-11 Dmitry GutovFontify function calls
2013-12-22 Dmitry GutovFix #127
2013-11-18 Dmitry Gutovjs2-re-search-forward-inner: Handle the case when strin...
2013-11-06 Dmitry GutovBump the version
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 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 Gutovpn was indeed unused
2013-10-08 Dmitry GutovMerge branch 'arrow-functions'
2013-09-24 Dmitry Gutovjs2-parse-switch: Fix the docstring
2013-09-20 Dmitry GutovFix #114
2013-09-13 Dmitry GutovNew option: js2-indent-switch-body
2013-09-06 Stefan Monnier* packages/js2-mode/js2-mode.el: Remove unused variable...
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 Gutov* js2-get-string-from-buffer: Rename, make it take...
2013-09-01 Dmitry Gutovjs2-record-face: Accept optional, second parameter
2013-09-01 Dmitry GutovImplement two-token lookahead
2013-08-31 Dmitry GutovRemove the "mentioned here" bit, to make text more...
2013-07-24 Dmitry GutovMake comment vars buffer-local
2013-07-24 Dmitry GutovUpdate `js2-concat-multiline-strings' docstring
2013-06-19 Dmitry GutovBump the version
2013-06-19 Dmitry Gutovjs2-next-error: Always echo error text
2013-06-18 Dmitry GutovFix #106
2013-06-08 Dmitry GutovIntroduce js2-init-hook
2013-05-10 Dmitry GutovAlternat{->iv}ely
2013-05-10 Dmitry GutovBump the version date
2013-05-10 Dmitry GutovFix #104
2013-05-10 Dmitry Gutovjs2-auto-insert-catch-block: Unused, remove
2013-05-10 Dmitry Gutovjs2-imenu-extras: Define a minor mode
2013-05-03 Dmitry GutovMerge pull request #103 from johan/interpreter-mode...
2013-05-03 Johan SundströmAlso aid "#! /usr/bin/env node" type auto major mode...
next