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 1153f66 commit fdeaeb8Copy full SHA for fdeaeb8
src/index.ts
@@ -148,10 +148,7 @@ export class Parser {
148
'flowComments',
149
'decorators',
150
'jsx'
151
- ).mergePlugins(
152
- ['typescript', { disallowAmbiguousJSXLike: true, dts: false }],
153
- 'decorators-legacy'
154
- ))
+ ).mergePlugins(['typescript', { dts: false }], 'decorators-legacy'))
155
)
156
}
157
@@ -178,10 +175,7 @@ export class Parser {
178
175
179
176
180
177
181
182
- ['typescript', { disallowAmbiguousJSXLike: true, dts: true }],
183
184
+ ).mergePlugins(['typescript', { dts: true }], 'decorators-legacy'))
185
186
187
0 commit comments