-
Hey there!
This game system cannot be loaded on Linux environments because the esmodules call does not match the actual file path.
In system.json:
```
"esmodules": ["module/Satasupe.js"],
```
…
-
### Issue description or question
I'm starting a new small repo. I wanted to use mocha+testdouble as my testing framework to benefit from native ESModules support. Unfortunately, I cannot get walla…
-
### Subject of the feature
Examples are not standardized; & use older JS standards
### Problem
Using
`var rehype = require('rehype')`
has mostly been supplanted by
`const rehype = require…
-
# 🐛 bug report
When I try to bundle my web-extension, build fails with following message:
```
@parcel/transformer-js: Could not resolve module "__my_extension__/node_modules/@parcel/transfo…
-
The test for @pollyjs/persister-fs is
```typescript
import FSPersister from '@pollyjs/persister-fs';
import { Polly } from '@pollyjs/core';
Polly.register(FSPersister);
new Polly('', {
…
-
it would be great if you could load the config without requiring an IIFE and a call to the `loadConfig` function at runtime.
something like `node -r app-config/register` for example.
-
**Rationale**
[Sindre Sorhus: Get Ready For ESM](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77)
**Implementation**
[Sindre Sorhus: Pure ESM package](https://gist.github.com/sindres…
-
- add tests
- make a single file (get rid of require)
- should it export the constructor or assign the element name
- remove container
- do we want to use selector like this does: https://github…
-
When foundry set to have a routePrefix the confetti module isn't able to grab the /scripts/greensock/esm/all.js
-
In GitLab by @Asacolips on Jun 11, 2021, 16:47
## system.json
- [x] "templateVersion": 2, should be removed. All templates must be "v2" templates at this point so this distinction is meaningless
- […