We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265e85 commit e2feb32Copy full SHA for e2feb32
src/utils/function_change/diff.ts
@@ -75,7 +75,8 @@ function getFunctionBlock (filePath: string) {
75
'decorators-legacy',
76
'typescript',
77
'classProperties',
78
- 'objectRestSpread'
+ 'objectRestSpread',
79
+ 'jsx',
80
],
81
sourceType: 'unambiguous'
82
});
src/utils/handle_file_utils.ts
@@ -192,7 +192,8 @@ function getFileAst (filePath: string): FileAstInfo {
192
193
194
195
196
197
198
199
0 commit comments