File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.0 / 2019-06-25
2
+ ==================
3
+ - (fix) Fix getLiteralPropValue for TS-specific node types.
4
+ - (chore) upgrade dependencies.
5
+ - (improvement) Stop throwing errors when unknown AST nodes are encountered.
6
+ - (dev) CI changes.
7
+
1
8
2.1.0 / 2018-04-19
2
9
==================
3
10
- Fix undefined bug for template strings. #45
4
11
- Adding support for ` objectRestSpread ` within props #60
5
12
- Accommodate ExperimentalSpreadProperty in prop values #75
6
13
- Account for SpreadElement AST Nodes #76
7
14
- Support OptionalMemberExpression AST nodes #77
8
- - Add support to Typescript's node types #72
15
+ - Add support to Typescript's node types #72
9
16
10
17
2.0.1 / 2017-08-31
11
18
==================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsx-ast-utils" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " AST utility module for statically analyzing JSX" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments