You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using dart_js_facade_gen version 0.0.7 on google-app-scripts.base.d.ts definition files, I got following errors
The text was updated successfully, but these errors were encountered: