BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-31 01:20:01 +02:00
parent 01f4a53b5b
commit e562e8f099
12 changed files with 17580 additions and 1076 deletions

11
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}