Skip to content

Commit 2c5aabb

Browse files
committed
fix(): js worker tests
1 parent e8d5ca3 commit 2c5aabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workers/javascript/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export default class JavascriptEventWorker extends EventWorker {
264264
const ast = parse(sourceCode, {
265265
sourceType: 'module',
266266
plugins: [
267+
'jsx',
267268
'typescript',
268269
'classProperties',
269270
'decorators',

0 commit comments

Comments
 (0)