We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc43cd commit b657d6fCopy full SHA for b657d6f
README.md
@@ -45,6 +45,8 @@ Changes
45
-------
46
47
```
48
+0.5.14.0 Fix a break/continue/return parsing problem
49
+
50
0.5.13.3 Fix utf8-string lower bound typo no 2
51
52
0.5.13.2 Fix utf8-string lower bound typo
language-javascript.cabal
@@ -1,5 +1,5 @@
1
Name: language-javascript
2
-Version: 0.5.13.4
+Version: 0.5.14.0
3
Synopsis: Parser for JavaScript
4
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
5
.
0 commit comments