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
I tried to use the new ES module support from version 3.6.2 with some *.js files that are generated via TypeScript.
The 3.6.2 release notes only mention *.mjs files, but I can't see any information on how to use ES modules with "type": "module" in package.json.
Unfortunately, TypeScript cannot emit *.mjs files yet. There is an open issue on the project, but it seems to be far from resolved: microsoft/TypeScript#18442
As an alternative I am using "type": "module", which is supported by node. However, it doesn't seem to be supported by Jasmine yet.
Node version: 15.0.1
Jasmine version: 3.6.2
Fallenstedt, pilafmon, blaskovicz, sidvishnoi, roger-marley-lrn and 5 moreFallenstedt, niyarlatotep and cfife-btigFallenstedt, cykhoo and niyarlatotep