dart-archive / js_facade_gen

Generates package:js Javascript interop facades for arbitrary TypeScript libraries
Apache License 2.0
161 stars 29 forks source link

Cannot nest code comments on google-apps-script.base.d.ts #88

Open sestegra opened 4 years ago

sestegra commented 4 years ago

When using dart_js_facade_gen version 0.0.7 on google-app-scripts.base.d.ts definition files, I got following errors

$ dart_js_facade_gen google-apps-script.base.d.ts

/usr/local/lib/node_modules/dart_js_facade_gen/index.js:28
  if (e.name !== 'DartFacadeError') throw e;
                                    ^
Cannot nest code comments// Constructors on anonymous interfaces are not yet supported.

(Use `node --trace-uncaught ...` to show where the exception was thrown)