Skip to content

Commit

Permalink
refactor: remove old runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Feb 6, 2022
1 parent b8951f2 commit 74d9be1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 381 deletions.
4 changes: 1 addition & 3 deletions packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
],
"scripts": {
"watch:node": "tsc -p tsconfig.build.json --watch",
"watch:runtime": "esbuild src/@runtime/main.ts --outfile=./lib/@runtime/main.js --bundle --format=esm --watch",
"dev": "run-p watch:node watch:runtime",
"build:runtime": "esbuild src/@runtime/main.ts --outfile=./lib/@runtime/main.js --bundle --format=esm",
"dev": "run-p watch:node",
"build": "tsc -p tsconfig.build.json",
"build:test": "tsc -p tsconfig.test.json",
"prepublishOnly": "rimraf lib && npm run build",
Expand Down
63 changes: 0 additions & 63 deletions packages/vite-plugin-checker/src/@runtime/main.ts

This file was deleted.

307 changes: 0 additions & 307 deletions packages/vite-plugin-checker/src/@runtime/overlay.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/vite-plugin-checker/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"outDir": "./lib",
"rootDir": "src"
},
"include": ["src"],
"exclude": ["src/@runtime"]
"include": ["src"]
}
3 changes: 1 addition & 2 deletions packages/vite-plugin-checker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src", "__tests__"],
"exclude": ["src/@runtime"]
"include": ["src", "__tests__"]
}

0 comments on commit 74d9be1

Please sign in to comment.