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
The error is obscure, and that is due to an unrelated bug. Specifically that it's trying to do TypeScript parsing. I've created jspm/generator#340 to disable TypeScript parsing in the generator.
The package issue in this case though is that they have published raw .ts and .tsx files to npm that are being loaded, which won't be supported in browsers of course.
Once jspm/generator#340 is landed and released in the generator app, the error should at least improve a bit.
The pota package does not publish TypeScript files. In fact, it is written in plain JS, and the .d.ts declaration files are generated (those are the only files generated, the source is .js). The exports field points to .js files:
That was not the case for the 0.4 version of Pota, so it was likely a publishing mistake that they published JSX. Retesting on the latest version it appears to generate correctly now -
generator fails to generate for
pota
package:https://generator.jspm.io/#M2NhYGBkDM0rySzJSU1hKMgvSXQw0DPRM7EAANczdlIaAA
The text was updated successfully, but these errors were encountered: