-
JSプラグインの動的インポートでESModulesに対応していない。
普通に、ブラウザ版のなでしこで、以下のプログラムを実行。
```
!「hoge.mjs」を取り込む
3と5をテスト加算して表示。
```
```
# hoge.mjs
default export {
'テスト加算': {
type: 'func',
josi: [['と…
-
### 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…
-
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…
-
karma.conf.js
```
...
files: [
{ pattern: 'js/add.js', type: 'module' },
{ pattern: 'test/add.spec.js', type: 'module' }
],
preprocessors: {
'./js/add.js': ['coverage']
},
…
-
## Context / issue
If you use NodeJS and ESModules, the library imports do not work as expected, you can see an example in this issue:
https://ethereum.stackexchange.com/questions/133776/error-in-…
-
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. …