Latest version doesn't seem to work in StackBlitz #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since version
2.2.3, the package does not seem to work in StackBlitz - https://stackblitz.com/edit/typescript-zw2hah?file=index.tsThis is what I get in StackBlitz:

The previous version(
2.2.2) seems to be ok - https://stackblitz.com/edit/typescript-t9ezwm?file=index.tsFile an issue with stackblitz. It probably can't deal with
.cjsfile extensions, but it should, since those are likely to become more common in the near future.I can't seem to find any information on
.cjsextension on the internet. Is there any chance that you mean.mjs?As far as I know CJS is an abbreviation for CommonJS which is a module format, but does not have a separate file format.
It is used by node to force CommonJS modules. See https://nodejs.org/dist/latest-v13.x/docs/api/esm.html#esm_enabling .