]> code.delx.au - gnu-emacs-elpa/history - js2-mode.el
Update README
[gnu-emacs-elpa] / js2-mode.el
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry GutovRearrange expr and loop scopes in array comprehension
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry Gutov"assign to" -> "use"
2011-02-16 Dmitry GutovNo need for progn here
2011-02-16 Dmitry GutovFix typo
2011-02-16 Dmitry GutovHighlight undeclared vars everywhere, not just in assig...
2011-02-12 Dmitry GutovAdd imenu support for function nesting
2011-02-12 Dmitry GutovFix js2-compute-nested-prop-get to not recognize form...
2011-02-11 Dmitry GutovRecord proper positions for function nodes in nested...
2011-02-11 Dmitry GutovRecognize form foo['a'] = function() in imenu
2011-01-02 moozreparse only `js2-use-ast-for-indentation-p` is non-nil
2011-01-02 moozreparse line in indentation
2010-12-30 moozfixed bugs indentation
2010-12-30 moozfixed bugs indentation
2010-12-29 moozoops
2010-12-29 moozuse offset 4 for `var` and `let`, and 6 for `const`.
2010-12-28 moozforgot `const{
2010-12-28 moozfixed ugly indentation with multiple variable declarati...
2010-12-02 moozouch
2010-12-02 moozoops
2010-12-02 moozsupport patterns like [{a}]
2010-12-01 moozAllow abbreviated destructuring assignment in array...
2010-09-05 moozAdded option js2-consistent-level-indent-inner-bracket...
2010-04-13 moozFixed the indentation for braceless 'for each'.
2010-04-13 mooz:)
2010-04-02 moozVersion 20100402
2010-04-02 moozFix: when reserved words are used as identifier, js2...
2010-03-19 moozRefactored
2010-03-19 moozOops.
2010-03-19 moozFixed the odd indentation for the "else if" with no...
2010-03-15 moozAdded support for expression closure as the property...
2010-03-15 moozabbreviated destructuring bind as function params
2010-03-15 moozAdded support for abbreviated destructuring bind expres...
2010-03-15 moozOriginal js2-mode.el