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.
@types/estree-jsx
1 parent 37039df commit ff1d0f4Copy full SHA for ff1d0f4
lib/index.js
@@ -97,7 +97,6 @@ export const toJs =
97
98
const value = generate(tree, {
99
comments: true,
100
- // @ts-expect-error: `generator` is fine!
101
generator: {...GENERATOR, ...handlers},
102
sourceMap
103
})
package.json
@@ -37,7 +37,7 @@
37
"index.js"
38
],
39
"dependencies": {
40
- "@types/estree-jsx": "^0.0.1",
+ "@types/estree-jsx": "^1.0.0",
41
"astring": "^1.8.0",
42
"source-map": "^0.7.0"
43
},
0 commit comments