summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-01-02 10:00:09 +0100
committerStefan Husmann2016-01-02 10:00:09 +0100
commit336f3fce170f43c8bd76cfbeb9217e93543e70c8 (patch)
tree6b99b05f0173ec652f3693f32fd3a4919027a6c1 /PKGBUILD
parentd008bd0c30b99aee650da8668e0470feb7ea71df (diff)
downloadaur-336f3fce170f43c8bd76cfbeb9217e93543e70c8.tar.gz
Updated version (20151231 -> 20160102).
Changelog ========= Remove js2-make-await as unused (ae922a3) Record class declarations for IMenu (f8248df) And move its definition below (757f91d) js2-class-node: Inherit from js2-object-node (4fc6ef8) js2-mode-extend-comment: Don't check that the next line is also commented (be0b00d) Merge pull request #297 from Christoph-D/master (73c0348) Recognize for-of and for-in loops with const (8047d7f) Merge pull request #294 from lunaryorn/patch-1 (fa0aa09) Use SVG for Travis CI badge (5f00a97) Fix a byte-compilation warning (e9227bd) Merge pull request #290 from XeCycle/export-async-fn (4894200) Also parse async function statement in export node (e48e862) Do not print trailing semicolon for export function and class (38aa66b) Adjust js2-print-export-node (f9d28d3) Merge pull request #287 from dgreensp/fix-export-decls (027d546) Exported decls print a little funny; update tests (4cd81c7) Fix semicolons and scoping in exported decls (de6df33) s/will/would (e0972fb) Merge pull request #283 from XeCycle/master-with-async (ec7932d) Add NEWS entry for async/await (d0e4323) Parse async methods (b78d224) Add setImmediate and clearImmediate to js2-node-externs (f652d17) Merge pull request #285 from dgreensp/fix-param-destruct (7abe15e) Fix parsing of param with destructure and default (13f0ffb) Merge pull request #284 from XeCycle/0o-octals (0b1704b) Allow 0o octals in strict mode (29f74b1) Move method type handling to property METHOD_TYPE (d307285) Adapt async/await changes to latest master (dbf4fe9) Merge pull request #278 from redguardtoo/master (4955584) `js2-print-json-path' added (98433fb) Support .jsx file extension too in the example (2a22635) Merge pull request #282 from jacksonrayhamilton/js2-jsx-mode (667d320) Add js2-jsx-mode usage instructions (1f95553) Add NEWS entry for js2-jsx-mode (4c0408b) Copy JSX indentation logic to js2-old-indent.el (7c12f2c) Add js2-jsx-mode (df3f97f) Update MELPA URL (c63c700) Merge pull request #280 from XeCycle/binding-pattern-initializer (221282a) Merge pull request #281 from robbyoconnor/patch-1 (d201a30) Add melpa badges (263852b) Report error for binding initializer outside destructuring (8abf087) Support initializer in destructuring (0555a8a) Merge pull request #279 from XeCycle/class-semicolon-elem (b904d10) Allow semicolons in a class body (c0e0309) Merge pull request #276 from XeCycle/methods (6aba571) Add NEWS entry about rename to method-node (37867af) Refactor: rename getter-setter-node to method-node (d82a58d) Add test on shorthand method name and scoping (3603bc4) Refactor: unify computed property name handling (bfb83dd) Handle open-curlies after newline (cef7731) js2-parse-highlight-prop-get: Take care now to overwrite the js2-function-call face (2cf52e9) Add a test for the latest change (a2be944) Don't misindent generator methods (b1234ca) Also highlight property lookups with the same face (2e7fdb3) Define js2-object-property face (47b215d) Fix 'make all' on older emacsen (fb3f5b6) Merge pull request #266 from jacksonrayhamilton/no-getter-setter-duplicate (00a455f) Don't treat getter / setter pairs as duplicates (34245fe) Remove await-node for 'awayt' and use unary-node (a28a648) Extract contextual keyword highlighting process from a predicate function (b035bd0) Fix docstring to conform to the Elisp guideline (f85abdd) Treat async/await as contextual keywords; Refs #185 (84379dd) Use = instead of eq; Refs #185 (502c14a) Fix typo; Refs #185 (5c97dce) Support ES(7) async/await syntax; Closes #185 (6399bec)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e14bd2e92ffc..4982b9c79786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20151231
+pkgver=20160102
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')