-
### What problem does this feature solve?
Coverage reporting for unit tests
### What does the proposed API look like?
Is there a way to enable coverage for the mocha plugin? When set up manuall…
-
In GitLab by @brazilopher on Oct 17, 2021, 11:00
Since updating to .8.73 saving throws for players and NPCs (using default sheets) haven’t worked, with the following error being thrown to the console…
-
I am getting the following error when I try to load some packages. I only get the error when I have the babel preprocessor on.
![image](https://user-images.githubusercontent.com/14980193/134910983-…
-
Files generated by the protoc plugin, currently, import witht he following syntax `import {x} from 'y'` however for reasons outlined in https://github.com/nodejs/modules/issues/444, the following synt…
-
i am using date-fns and also for time zones date-fns-tz.
But when using formatInTimeZone method , angular giving CommonJS or AMD dependencies can cause optimization bailouts warning as depends on dat…
-
karma.conf.js
```
...
files: [
{ pattern: 'js/add.js', type: 'module' },
{ pattern: 'test/add.spec.js', type: 'module' }
],
preprocessors: {
'./js/add.js': ['coverage']
},
…
-
In Meteor 2.3+, importing a module that uses [esm](https://github.com/standard-things/esm) causes the server to crash with a `module.export is not a function` error.
I have made a minimal reproduci…
-
`"istanbul-instrumenter-loader": "^1.2.0",`
There exists an index.ts library file with some * exports.
```
//index.ts
export * from './some-file'
...
```
When importing this new library file …
-
## Requirements
- [ ] Create a tracking spreadsheet for every application in our codebase where we can survey its migration status. These become individual issues which we can track as a sub-project …
-
After updating babel I have noticed that `@event` is working incorrectly. This probably affects some other decorators as well.
It happens when instance of a class containing events is being created. …