emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master updated (d47c872 -> a1ac1e0)


From: Dmitry Gutov
Subject: [elpa] master updated (d47c872 -> a1ac1e0)
Date: Mon, 02 Feb 2015 03:18:31 +0000

dgutov pushed a change to branch master.

      from  d47c872   Add 'packages/sotlisp/' from commit 
'a781d1e12fac2dbad52d300aaa1b4bcfce83a5a7'
       new  dd344ff   Support short-hand object literals {foo, bar} everywhere.
       new  68b4abd   Add ES6 class externs
       new  dad2f12   Support method definitions in object literals.
       new  6037c0f   Add support for 'u' and 'y' RegExp flags in ES6 mode.
       new  926cb45   Support ES6 computed property names.
       new  c79d426   Support ES6 class statements/expressions.
       new  30249fa   Support parsing the ES6 'static' keyword.
       new  2b0f5ba   Support parsing the ES6 'super' keyword.
       new  3f09ff3   Fix string literals in parser.el test harness.
       new  9525eb3   Merge branch 'master' of github.com:shicks/js2-mode into 
shicks-master
       new  b1f7e6c   Simplify parsing of destructuring literals
       new  b19ea52   js2-parse-named-prop: Highlight externals in abbreviated 
props
       new  ee17084   js2-parse-plain-property: Disallow numbers as abbreviated 
props
       new  31c49e0   js2-imenu-extension-styles: Turn into defvar
       new  9b77d64   Implement template strings, ignoring substitutions
       new  8df508e   Handle template substitutions
       new  7b3d590   No need to explicitly apply face to string nodes
       new  d0c6bf3   Comment the new token types
       new  c910d1b   Parse tagged templates
       new  94c2ec9   Drop `js2-allow-keywords-as-property-names' and 
`js2-valid-prop-name-token'
       new  8088e75   Add js2-language-version check for template literals
       new  92063fe   Fix js2-visit-tagged-template
       new  ab82544   Do not declare fn expression's name in the enclosing scope
       new  e6dc986   Limit the scope of `with-silent-modifications'
       new  3c4367f   Make catch-node inherit from scope
       new  6a4e84b   js2-parse-for: Reword docstring and comments
       new  58c6636   Support ES6 module syntax
       new  395d4ae   Highlight methods with font-lock-function-name-face
       new  dedfa35   Replace usage of 'cl with 'cl-lib
       new  f655a55   Merge pull request #191 from purcell/cl-lib
       new  874cf77   js2-get-token-internal-1: Reindent
       new  a117465   Handle "arguments" specially
       new  b0ea681   Add animationFrame functions
       new  b91f874   Merge pull request #202 from 
brianloveswords/add-browser-externs
       new  65bd910   `js2-time' remove unused variable.
       new  e109213   Merge pull request #203 from cheunghy/master
       new  590db34   js2-parse-class-stmt: Define the class in the current 
scope
       new  ba564b7   Handle arrowfun empty-args in 
js2-parse-paren-expr-or-generator-comp
       new  66d69cb   js2-test-parse-string: Compare the first syntax error
       new  bc42697   Fix free variable references
       new  b67d97b   Move the news from the wiki to the repo
       new  f0935fa   Add top-level heading
       new  a018a79   Highlight JS snippets
       new  7558a96   Bump the version and update NEWS
       new  a1ac1e0   Merge commit '7558a961a03b3a9d26fafc69d9665e4aadf47738' 
from js2-mode


Summary of changes:
 packages/js2-mode/NEWS.md             |  195 ++
 packages/js2-mode/README.md           |    4 +-
 packages/js2-mode/js2-imenu-extras.el |    2 +-
 packages/js2-mode/js2-mode.el         | 3671 ++++++++++++++++++++-------------
 packages/js2-mode/tests/externs.el    |    4 +
 packages/js2-mode/tests/indent.el     |    3 +-
 packages/js2-mode/tests/parser.el     |  431 ++++-
 7 files changed, 2843 insertions(+), 1467 deletions(-)
 create mode 100644 packages/js2-mode/NEWS.md



reply via email to

[Prev in Thread] Current Thread [Next in Thread]