Skip to content

Commit

Permalink
feat: custom console with pretty print and error stack trace source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Dec 13, 2024
1 parent 4ce91a1 commit a331bca
Show file tree
Hide file tree
Showing 22 changed files with 2,285 additions and 71 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@
"email": ""
},
"dependencies": {
"@reactgjs/renderer": "^0.0.1-beta.3",
"@reactgjs/renderer": "^0.0.1-beta.4",
"buffer": "^6.0.3",
"clify.js": "^1.0.0-beta.5",
"dedent": "^1.5.3",
"dilswer": "2.1.1",
"esbuild": "^0.24.0",
"fs-gjs": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"rimraf": "^4.4.1",
"tar": "^6.2.0",
"termx-markup": "~2.0.2",
Expand All @@ -65,6 +69,9 @@
"@ncpa0cpl/nodepack": "^2.3.3",
"@reactgjs/gest": "^0.6.3",
"@swc/core": "^1.5.5",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/node": "^20.12.12",
"@types/tar": "^6.1.6",
"dprint": "^0.45.1",
Expand Down
Loading

0 comments on commit a331bca

Please sign in to comment.