Skip to content

Commit

Permalink
feat(all): make uvu exeuctor compatible with swc for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Feb 23, 2022
1 parent 3f07336 commit 2aaf242
Show file tree
Hide file tree
Showing 7 changed files with 284 additions and 200 deletions.
21 changes: 21 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"baseUrl": ".",
"paths": {
"@ogma/*": [
"packages/*/src/"
]
}
},
"module": {
"type": "commonjs"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"@nrwl/tao": "13.7.1",
"@nrwl/workspace": "13.7.1",
"@nx-plus/docusaurus": "^12.1.0",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.141",
"@swc/register": "^0.1.10",
"@types/bunyan": "^1.8.7",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.24",
Expand Down
Loading

0 comments on commit 2aaf242

Please sign in to comment.