1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

🐛 fix swcrc config: rewrite import -> require

This commit is contained in:
Flam3rboy 2021-10-07 09:59:04 +02:00
parent 72af8dc719
commit 95bb148cfa
9 changed files with 81 additions and 95 deletions

View File

@ -1,9 +1,12 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "typescript", },
"decorators": true "jsc": {
}, "parser": {
"target": "es2021" "syntax": "typescript",
} "decorators": true
} },
"target": "es2021"
}
}

View File

@ -10,7 +10,7 @@
"test": "npm run build && npm run test:only", "test": "npm run build && npm run test:only",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"start": "npm run build && node dist/start", "start": "npm run build && node dist/start",
"build": "npx tsc -b .", "build": "swc src --out-dir dist",
"build-docker": "tsc -p tsconfig-docker.json", "build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts", "dev": "tsnd --respawn src/start.ts",
"patch": "ts-patch install -s && npx patch-package", "patch": "ts-patch install -s && npx patch-package",

View File

@ -1,23 +1,26 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "ecmascript", },
"jsx": false, "jsc": {
"dynamicImport": false, "parser": {
"privateMethod": false, "syntax": "ecmascript",
"functionBind": false, "jsx": false,
"exportDefaultFrom": false, "dynamicImport": false,
"exportNamespaceFrom": false, "privateMethod": false,
"decorators": false, "functionBind": false,
"decoratorsBeforeExport": false, "exportDefaultFrom": false,
"topLevelAwait": false, "exportNamespaceFrom": false,
"importMeta": false "decorators": false,
}, "decoratorsBeforeExport": false,
"transform": null, "topLevelAwait": false,
"target": "es2021", "importMeta": false
"loose": false, },
"externalHelpers": false, "transform": null,
// Requires v1.2.50 or upper and requires target to be es2016 or upper. "target": "es2021",
"keepClassNames": false "loose": false,
} "externalHelpers": false,
} // Requires v1.2.50 or upper and requires target to be es2016 or upper.
"keepClassNames": false
}
}

View File

@ -1,9 +1,12 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "typescript", },
"decorators": true "jsc": {
}, "parser": {
"target": "es2021" "syntax": "typescript",
} "decorators": true
} },
"target": "es2021"
}
}

View File

@ -1,23 +0,0 @@
{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": false,
"dynamicImport": false,
"privateMethod": false,
"functionBind": false,
"exportDefaultFrom": false,
"exportNamespaceFrom": false,
"decorators": false,
"decoratorsBeforeExport": false,
"topLevelAwait": false,
"importMeta": false
},
"transform": null,
"target": "es2021",
"loose": false,
"externalHelpers": false,
// Requires v1.2.50 or upper and requires target to be es2016 or upper.
"keepClassNames": false
}
}

View File

@ -1,9 +1,12 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "typescript", },
"decorators": true "jsc": {
}, "parser": {
"target": "es2021" "syntax": "typescript",
} "decorators": true
} },
"target": "es2021"
}
}

View File

@ -1,9 +0,0 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "es2021"
}
}

View File

@ -1,9 +1,12 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "typescript", },
"decorators": true "jsc": {
}, "parser": {
"target": "es2021" "syntax": "typescript",
} "decorators": true
} },
"target": "es2021"
}
}

View File

@ -1,9 +1,12 @@
{ {
"jsc": { "module": {
"parser": { "type": "commonjs"
"syntax": "typescript", },
"decorators": true "jsc": {
}, "parser": {
"target": "es2021" "syntax": "typescript",
} "decorators": true
} },
"target": "es2021"
}
}