microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

dts-gen with @jetbrains/youtrack-scripting-api/entities #76

Open TzviCons opened 7 years ago

TzviCons commented 7 years ago

running dts-gen -m @jetbrains/youtrack-scripting-api/entities throws the following error:

Unexpected crash! Please log a bug with the commandline you specified. /home/me/.nvm/versions/node/v8.2.1/lib/node_modules/dts-gen/bin/lib/run.js:130 throw e; ^

TypeError: Cannot read property 'prototype' of undefined at Object. (/home/me/dev/1on1/1on1/code/youtrack/node_modules/@jetbrains/youtrack-scripting-api/entities.js:517:38) at Module._compile (module.js:569:30) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) at Module.require (module.js:513:17) at require (internal/module.js:11:18) at Object. (/home/me/.nvm/versions/node/v8.2.1/lib/node_modules/dts-gen/bin/lib/run.js:57:67) at Module._compile (module.js:569:30)