We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e658154 commit 2cd823eCopy full SHA for 2cd823e
ChangeLog.md
@@ -0,0 +1,5 @@
1
+# ChangeLog for `language-javascript`
2
+
3
+## 0.6.0.12 -- 2019-05-03
4
5
++ Add support for for..of and friends (Franco Bulgarelli)
language-javascript.cabal
@@ -1,5 +1,5 @@
Name: language-javascript
-Version: 0.6.0.11
+Version: 0.6.0.12
Synopsis: Parser for JavaScript
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
.
@@ -17,6 +17,7 @@ Build-type: Simple
17
homepage: https://github.com/erikd/language-javascript
18
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
0 commit comments