Skip to content

Commit

Permalink
Re-add @glimmer/debug, but as a devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent ae6ada2 commit 149fd18
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/@glimmer-workspace/eslint-plugin/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-check
const path = require('path');

/** @type {import("eslint").ESLint.Plugin} */
module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/@glimmer/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"devDependencies": {
"@glimmer-workspace/build-support": "workspace:*",
"@glimmer/debug": "workspace:*",
"@glimmer/local-debug-flags": "workspace:*",
"eslint": "^8.52.0",
"publint": "^0.2.5",
Expand Down
1 change: 1 addition & 0 deletions packages/@glimmer/opcode-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"devDependencies": {
"@glimmer-workspace/build-support": "workspace:*",
"@glimmer/debug": "workspace:*",
"@glimmer/local-debug-flags": "workspace:*",
"eslint": "^8.52.0",
"publint": "^0.2.5",
Expand Down
1 change: 1 addition & 0 deletions packages/@glimmer/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"devDependencies": {
"@glimmer-workspace/build-support": "workspace:*",
"@glimmer/debug": "workspace:*",
"@glimmer/local-debug-flags": "workspace:*",
"@glimmer/opcode-compiler": "workspace:*",
"@types/qunit": "^2.19.9",
Expand Down
3 changes: 0 additions & 3 deletions packages/@glimmer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"noUncheckedIndexedAccess": true,

"types": ["qunit", "node", "vite/client"],
"paths": {
"@glimmer/debug": ["./debug/index.ts"]
}
},
"include": ["./**/*", "./**/*.d.ts"],
"exclude": ["*/dist", "*/node_modules", "**/fixtures", "*/test"]
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 149fd18

Please sign in to comment.