]> code.delx.au - gnu-emacs-elpa/history - js2-mode.el
Support initializer in destructuring
[gnu-emacs-elpa] / js2-mode.el
2015-10-30 Carl LeiSupport initializer in destructuring
2015-10-30 Dmitry GutovMerge pull request #279 from XeCycle/class-semicolon...
2015-10-30 Carl LeiAllow semicolons in a class body
2015-10-30 Dmitry GutovMerge pull request #276 from XeCycle/methods
2015-10-29 Carl LeiRefactor: rename getter-setter-node to method-node
2015-10-29 Carl LeiRefactor: unify computed property name handling
2015-10-26 Dmitry Gutovjs2-parse-highlight-prop-get: Take care now to overwrit...
2015-10-13 Dmitry GutovAlso highlight property lookups with the same face
2015-10-12 Dmitry GutovDefine js2-object-property face
2015-09-11 Dmitry GutovMerge pull request #266 from jacksonrayhamilton/no...
2015-09-11 Jackson HamiltonDon't treat getter / setter pairs as duplicates
2015-09-09 Dmitry GutovAdd NEWS and bump the version
2015-09-09 Dmitry GutovExplicitly remap js-find-symbol
2015-09-07 Dmitry GutovRemove a space
2015-09-07 Dmitry GutovUse cl-assert instead of error
2015-09-07 Dmitry GutovAdd cl- prefix, improve line lengths
2015-09-07 ScottyBRemoved functions: js2-build-prop-name-list and js2...
2015-09-07 ScottyBClean up todo in js2-search-scope and fix year typo
2015-09-07 ScottyBClarified js2-search-scope doc string
2015-09-07 ScottyBOnly jump if not already at var or function definition
2015-09-07 ScottyBFind definition by locating assignment nodes
2015-09-07 ScottyBSupport jumping to buffers of the same major mode
2015-09-07 ScottyBFixed jumping to object properties
2015-09-07 ScottyBSimplified method of searching for nodes based on scope
2015-09-07 ScottyBSimplified property name matching
2015-09-07 ScottyBReturn correct node when searching for the definition...
2015-09-07 ScottyBAdded missing etags dependency
2015-09-07 ScottyBAdd a jump to definition command bound to M-.
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols: Speed up, theoretically
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Remove, don't...
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Stop growing...
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Anticipate js2...
2015-08-25 Dmitry GutovAllow plain parameters after default
2015-08-24 Dmitry GutovHandle @property like @param, and handle aliases
2015-08-14 Dmitry GutovDefine js2-re-search-forward as an alias as well
2015-07-26 Dmitry GutovNever enable js2-minor-mode in js2-mode
2015-07-18 Dmitry GutovDerive from js-mode
2015-07-18 Dmitry GutovUse indentation code from js-mode when we can
2015-07-12 Dmitry GutovActually remove the macro
2015-07-12 Dmitry GutovAdd NEWS entry and bump version
2015-07-12 Dmitry GutovGet rid of js2-with-underscore-as-word-syntax
2015-07-12 Dmitry GutovRemove js2-current-indent
2015-06-30 Dmitry GutovMerge pull request #242 from jacksonrayhamilton/strict...
2015-06-30 Jackson Ray HamiltonFix bug where properties where checked for strict mode...
2015-06-25 Jackson Ray HamiltonCleanup
2015-06-25 Jackson Ray HamiltonRemove strict mode slots on nodes.
2015-06-25 Jackson Ray HamiltonReparse strict functions.
2015-06-08 Jackson Ray Hamiltonsetq inline
2015-06-08 Jackson Ray HamiltonFix refactoring regression.
2015-06-08 Jackson Ray HamiltonReport the correct octal number error
2015-06-08 Jackson Ray HamiltonDon't treat a block-scoped const as redeclaration
2015-06-08 Jackson Ray HamiltonCleanup
2015-06-08 Jackson Ray HamiltonDuplicate object keys are an error in strict mode
2015-06-08 Jackson Ray HamiltonOctal syntax is an error in strict mode
2015-06-08 Jackson Ray Hamiltonwith statements are syntax errors in strict mode
2015-06-08 Jackson Ray HamiltonCheck identifiers in strict mode.
2015-06-07 Jackson Ray HamiltonTrack script and function strict mode.
2015-06-07 Jackson Ray HamiltonRespect strict mode.
2015-06-07 Jackson Ray HamiltonDefine const variables in the current block.
2015-05-24 Dmitry Gutovjs2-node-externs: Add querystring
2015-05-14 Lele GaifaxHighlight unused and/or uninitialized variables
2015-05-13 Dmitry GutovFix object keys highlighting (closes #234)
2015-05-03 Dmitry GutovMerge pull request #232 from jacksonrayhamilton/unset...
2015-05-03 Jackson Ray HamiltonDon't unset `js2-recorded-identifiers'
2015-05-01 Dmitry GutovMerge pull request #231 from shicks/computed
2015-05-01 Stephen HicksGeneralize object literal parsing to support short...
2015-04-24 Dmitry GutovAddress two FIXMEs; fix a regression flagged by tests
2015-04-24 Dmitry GutovMerge commit '9790b9781aa8ca1d4bdf94d06d4e8ff2e68d37e8...
2015-04-15 Stefan Monnier* js2-mode.el (js2-mode): Use cursor-sensor-mode if...
2015-04-06 Dmitry GutovMerge pull request #195 from jacksonrayhamilton/pretty...
2015-04-06 Jackson Ray Hamiltonjs2-pretty-multiline-declarations: Add 'dynamic option
2015-04-03 Dmitry GutovDon't indent in multiline strings
2015-03-05 Dmitry GutovAssign quote syntax to backquotes
2015-03-01 Dmitry GutovMerge pull request #221 from jacksonrayhamilton/enclosi...
2015-03-01 Dmitry GutovMerge pull request #220 from jacksonrayhamilton/comment...
2015-03-01 Jackson Ray HamiltonFix js2-node-get-enclosing-scope
2015-03-01 Jackson Ray HamiltonFix off-by-one error for comment node length
2015-02-24 Dmitry Gutov...or any following one
2015-02-24 Dmitry GutovParse without error first method in a class with keywor...
2015-02-20 Dmitry GutovFix js2-paren-node length
2015-02-19 Dmitry GutovRely on bogus scopes less
2015-02-07 Dmitry GutovMerge pull request #213 from lelit/typos
2015-02-07 Lele GaifaxFix typos in comments and docstrings
2015-02-06 Dmitry GutovMerge pull request #211 from cowboyd/no-semicolon-warni...
2015-02-05 Charles Lowelldo auto semicolon insert on function exports
2015-02-02 Dmitry GutovMerge branch 'let-temporal-dz'
2015-02-02 Dmitry GutovBump the version and update NEWS
2015-02-02 Dmitry GutovCheck that the let declaration comes before the reference
2015-02-02 Dmitry GutovFix free variable references
2015-02-02 Dmitry GutovHandle arrowfun empty-args in js2-parse-paren-expr...
2015-02-01 Dmitry Gutovjs2-parse-class-stmt: Define the class in the current...
2015-01-30 Dmitry GutovMerge pull request #203 from cheunghy/master
2015-01-30 Zhang Kai Yu`js2-time' remove unused variable.
2015-01-28 Dmitry GutovMerge pull request #202 from brianloveswords/add-browse...
2015-01-27 Brian J BrennanAdd animationFrame functions
2015-01-26 Dmitry GutovHandle "arguments" specially
2014-12-30 Dmitry Gutovjs2-get-token-internal-1: Reindent
2014-12-30 Dmitry GutovMerge pull request #191 from purcell/cl-lib
2014-12-30 Dmitry GutovHighlight methods with font-lock-function-name-face
2014-12-30 Steve PurcellReplace usage of 'cl with 'cl-lib
next