-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
🕗 Version
0.5.8-rc.4
💻 Code or Package Name
🙁 Actual behavior
TypeError: Cannot read properties of undefined (reading 'kind')
at Object.isModuleBlock (.../build/js/node_modules/typescript/lib/typescript.js:11765:21)
at AstConverter.convertModuleBody (.../build/js/node_modules/dukat/lib/converter.js:1400:16)
at AstConverter.convertModule (.../build/js/node_modules/dukat/lib/converter.js:1423:21)
at AstConverter.<anonymous> (.../build/js/node_modules/dukat/lib/converter.js:1331:37)
at step (.../build/js/node_modules/dukat/lib/converter.js:357:23)
at Object.next (.../build/js/node_modules/dukat/lib/converter.js:338:53)
at step (.../build/js/node_modules/dukat/lib/converter.js:342:139)
at Object.next (.../build/js/node_modules/dukat/lib/converter.js:338:53)
at Function.from (<anonymous>)
at AstFactory.createModuleDeclaration (.../build/js/node_modules/dukat/lib/converter.js:1807:53)
🙂 Expected behavior
Should generate Kotlin stubs for the package.
Activity