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

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

[elpa] externals/js2-mode updated (474c396 -> 29979e5)


From: Dmitry Gutov
Subject: [elpa] externals/js2-mode updated (474c396 -> 29979e5)
Date: Sun, 20 Dec 2020 12:19:55 -0500 (EST)

dgutov pushed a change to branch externals/js2-mode.

      from  474c396   * packages/gnome-c-style/gnome-c-tests.el: Add copyright 
blurb
       new  f3c75fd   Add failing tests on issue #515
       new  fc323ad   Fix issue #515 by improving the detection of destructured 
function params
       new  392492e   Merge pull request #517 from lelit/issue515
       new  fec511d   Add failing test on issue #518
       new  e8da0b4   Fix issue #518, considering class definition as 
initialization
       new  7db4871   Merge pull request #519 from lelit/issue518
       new  ae9fea8   Make js2-minor-mode avoid changing the syntax-table text 
property
       new  bf7191c   Recommend js-mode + js2-minor-mode and Emacs 27 for JSX
       new  2ce4985   [ci skip] Stop mentioning Emacs 22 and 23
       new  5434da3   [ci skip] Link to INSTALL.REPO
       new  46aed6d   Extend explanation to disclaim key issue but provide an 
alternative
       new  d9bba5b   Update recommendations for using JSX with respect to 
Emacs 27
       new  1662cb8   Document changes with relation to JSX support added in 
Emacs 27
       new  41ca3ad   Reference latest revision of the commentary
       new  6cc0a8a   Merge paragraphs so the information reads better
       new  037bcf7   Clarify what is likely to fail
       new  e785721   Reference latest revision of the commentary
       new  14113fe   Remove date
       new  8e2cdd4   Revert extra added information
       new  bb73461   Revert doc changes and explain JSX options for all 
emacsen later
       new  2d2fb4b   Reference latest revision of the commentary
       new  999c0e7   Merge pull request #531 from 
jacksonrayhamilton/jsx-documentation
       new  8841175   support optional-chaining operator
       new  b3841a7   Merge pull request #533 from redguardtoo/master
       new  3a80b00   use type face for class
       new  fe53814   Merge pull request #544 from 
wyuenho/use-type-face-for-class
       new  515d876   Fix parsing static props without semicolons
       new  9837d78   Fix ‘huge-hex’ test for newer Emacsen.
       new  61a8c91   Merge pull request #550 from phst/huge-hex
       new  997d6bd   Avoid undefined behavior in indentation tests.
       new  e8bbfd2   Merge pull request #551 from phst/let
       new  146c1f6   Migrate off deprecated ‘cl’ library.
       new  1a5dee9   Merge pull request #552 from phst/cl
       new  710e430   Migrate remaining files to lexical binding
       new  d397cab   Merge pull request #553 from phst/lexical
       new  d642b7b   Remove an unused variable
       new  ae2d021   Merge pull request #554 from phst/unused-var
       new  124d4a3   Prefix an unused argument with an underscore.
       new  a6e1305   Merge pull request #555 from phst/unused-arg
       new  b21e117   Add WindowOrWorkerGlobalScope symbols to 
js2-browser-externs
       new  c00a562   Add browser symbols from the jslint setup
       new  3afdc05   move HTML element constructors to specific section
       new  5049e54   Merge pull request #556 from ArneBab/browser-symbols
       new  6b84319   Remove a few unused variables.
       new  56991f7   Merge pull request #557 from phst/unused
       new  df9d74e   Improve a comment
       new  b4ede70   Fix &rest syntax in cl-destructuring-bind.
       new  90e1434   Merge pull request #558 from phst/edebug
       new  7f4ada4   start implementing NULLISH-COALESCING, likely incomplete
       new  6740d34   fix tokencount + structure
       new  394b85e   Add node creation and basic syntax tests
       new  c1763ab   add failing tests
       new  db17df4   Fix nullish coalescing in cond exprs and add test with 
ternary op
       new  eb3be7e   Fix misplaced paren
       new  c665ebe   Move '??' back between '?:' and '||'
       new  40aab27   Update NEWS
       new  0f627a4   Update README.md
       new  ffb7099   Merge pull request #563 from KevinBoyette/update-readme
       new  f7816bd   Support logical assignment operators
       new  f956476   Release new version
       new  29979e5   Merge branch 'externals/js2-mode' of 
git+ssh://git.sv.gnu.org/srv/git/emacs/elpa


Summary of changes:
 NEWS.md             |  11 ++
 README.md           |  26 +++-
 js2-imenu-extras.el |  63 +++++-----
 js2-mode.el         | 351 ++++++++++++++++++++++++++++++++++++----------------
 js2-old-indent.el   |   4 +-
 tests/consume.el    |   2 +-
 tests/externs.el    |   2 +-
 tests/indent.el     |  15 ++-
 tests/jsdoc.el      |   2 +-
 tests/json-path.el  |   2 +-
 tests/navigation.el |   2 +-
 tests/parser.el     |  99 +++++++++++++--
 12 files changed, 412 insertions(+), 167 deletions(-)



reply via email to

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