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+
182.1.0 / 2018-04-19
29==================
310- Fix undefined bug for template strings. #45
411- Adding support for ` objectRestSpread ` within props #60
512- Accommodate ExperimentalSpreadProperty in prop values #75
613- Account for SpreadElement AST Nodes #76
714- Support OptionalMemberExpression AST nodes #77
8- - Add support to Typescript's node types #72
15+ - Add support to Typescript's node types #72
916
10172.0.1 / 2017-08-31
1118==================
Original file line number Diff line number Diff line change 11{
22 "name" : " jsx-ast-utils" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " AST utility module for statically analyzing JSX" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments