We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366a134 commit 679c813Copy full SHA for 679c813
ChangeLog.md
@@ -1,5 +1,8 @@
1
# ChangeLog for `language-javascript`
2
3
+## 0.7.1.0 -- 2020-03-22
4
++ Add support `async` function specifiers and `await` keyword.
5
+
6
## 0.7.0.0 -- 2019-10-10
7
8
+ Add support for (Ryan Hendrickson):
language-javascript.cabal
@@ -1,5 +1,5 @@
Name: language-javascript
-Version: 0.7.0.0
+Version: 0.7.1.0
Synopsis: Parser for JavaScript
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
.
@@ -19,7 +19,6 @@ bug-reports: https://github.com./erikd/language-javascript/issues
19
Extra-source-files: README.md
20
ChangeLog.md
21
.ghci
22
- buildall.sh
23
test/Unicode.js
24
test/k.js
25
test/unicode.txt
0 commit comments