File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
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-06-17
4
+
5
+ + Add support for (Cyril Sobierajewicz):
6
+ - Unparenthesized arrow functions of one parameter
7
+ - Export from declarations
8
+ - Add back support for identifiers named ` as `
9
+
3
10
## 0.6.0.12 -- 2019-05-03
4
11
5
12
+ Add support for for..of and friends (Franco Bulgarelli)
Original file line number Diff line number Diff line change 1
1
Name : language-javascript
2
- Version : 0.6.0.12
2
+ Version : 0.6.0.13
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
.
@@ -10,7 +10,7 @@ License-file: LICENSE
10
10
Author : Alan Zimmerman
11
11
Maintainer : Erik de Castro Lopo <
[email protected] >
12
12
Copyright : (c) 2010-2015 Alan Zimmerman
13
- (c) 2015-2018 Erik de Castro Lopo
13
+ (c) 2015-2019 Erik de Castro Lopo
14
14
(c) 2018 Daniel Gasienica
15
15
Category : Language
16
16
Build-type : Simple
You can’t perform that action at this time.
0 commit comments