File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for ` language-javascript `
2
2
3
+ ## 0.6.0.13 -- 2019-09-29
4
+
5
+ + Add support for (Ryan Hendrickson):
6
+ - Destructuring in var declarations
7
+ - ` const ` in for statements
8
+ - ES6 property shorthand syntax
9
+ - Template literals
10
+ - Computed property names
11
+ - Bare import declarations
12
+ - Exotic parameter syntaxes
13
+ - Generators and ` yield `
14
+ - Method definitions
15
+ - classes
16
+ ` - super ` keyword
17
+
3
18
## 0.6.0.13 -- 2019-06-17
4
19
5
20
+ Add support for (Cyril Sobierajewicz):
Original file line number Diff line number Diff line change 1
1
Name : language-javascript
2
- Version : 0.6.0.13
2
+ Version : 0.6.0.14
3
3
Synopsis : Parser for JavaScript
4
4
Description : Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
5
5
.
You can’t perform that action at this time.
0 commit comments