We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dd9af commit 7939e74Copy full SHA for 7939e74
1 file changed
scripts/generate-sdk.mts
@@ -15,7 +15,7 @@ import path from 'node:path'
15
import process from 'node:process'
16
17
import { parse } from '@babel/parser'
18
-import traverse from '@babel/traverse'
+import { default as traverse } from '@babel/traverse'
19
import * as t from '@babel/types'
20
import MagicString from 'magic-string'
21
0 commit comments