Skip to content

Commit

Permalink
Add dev-compile and update references to starbeam-dev/compile
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 22, 2024
1 parent 9b5a07d commit 0e32e94
Show file tree
Hide file tree
Showing 65 changed files with 6,036 additions and 279 deletions.
4 changes: 4 additions & 0 deletions @types/plugin-commonjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["plugin:@starbeam-dev/library:recommended"]
}
2 changes: 2 additions & 0 deletions @types/plugin-commonjs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=true
5 changes: 5 additions & 0 deletions @types/plugin-commonjs/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type Plugin from "@rollup/plugin-commonjs";

declare const plugin: () => Plugin;

export default plugin;
29 changes: 29 additions & 0 deletions @types/plugin-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"private": true,
"name": "@types/rollup__plugin-commonjs",
"version": "1.0.0",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts"
}
},
"publishConfig": {
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
"source": "d.ts",
"type": "library:upstream-types"
},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"
},
"dependencies": {
"@rollup/plugin-commonjs": "25.0.5"
},
"devDependencies": {
"@starbeam-dev/eslint-plugin": "^1.0.3"
}
}
19 changes: 19 additions & 0 deletions @types/plugin-commonjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"composite": true,
"incremental": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "es2022",
"moduleResolution": "bundler",
"types": ["node"],
"strict": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noImplicitAny": true,
"noEmit": true,
"declaration": true,
"outDir": "dist",
"verbatimModuleSyntax": true
}
}
4 changes: 4 additions & 0 deletions @types/plugin-node-resolve/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["plugin:@starbeam-dev/library:recommended"]
}
2 changes: 2 additions & 0 deletions @types/plugin-node-resolve/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=true
5 changes: 5 additions & 0 deletions @types/plugin-node-resolve/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type Plugin from "@rollup/plugin-node-resolve";

declare const plugin: () => Plugin;

export default plugin;
29 changes: 29 additions & 0 deletions @types/plugin-node-resolve/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"private": true,
"name": "@types/rollup__plugin-node-resolve",
"version": "1.0.0",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts"
}
},
"publishConfig": {
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
"source": "d.ts",
"type": "library:upstream-types"
},
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:types": "tsc -b"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3"
},
"devDependencies": {
"@starbeam-dev/eslint-plugin": "^1.0.3"
}
}
19 changes: 19 additions & 0 deletions @types/plugin-node-resolve/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"composite": true,
"incremental": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "es2022",
"moduleResolution": "bundler",
"types": ["node"],
"strict": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noImplicitAny": true,
"noEmit": true,
"declaration": true,
"outDir": "dist",
"verbatimModuleSyntax": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@edge-runtime/vm": "^3.1.7",
"@esbuild-kit/esm-loader": "^2.6.5",
"@nrr/pnpm-duplicate-cli": "^0.0.1",
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/core": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/eslint": "^8.56.0",
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"overrides": {
"@rollup/pluginutils": "latest",
"@starbeam-dev/compile": "1.2.0",
"@starbeam-dev/compile": "workspace:*",
"@types/eslint": "$@types/eslint",
"@types/node": "$@types/node",
"eslint": "$eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/preact-testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"htm": "^3.1.1"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"preact-render-to-string": "^6.2.1",
"rollup": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/preact-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@starbeam/core-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"scheduler": "^0.23.0"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/node": "18.16.1",
"@types/react": "^18.2.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@starbeam-workspace/test-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/use-strict-lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/react": "^18.2.22",
"@types/scheduler": "^0.16.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/helpers": "^0.5.3"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@starbeam/universal": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stacktracey": "^2.1.8"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/node": "18.16.1",
"rollup": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/universal/modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@domtree/flavors": "workspace:^",
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"inspect-utils": "^1.0.1"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.0",
"rollup": "^4.0.2",
"vite-env": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@starbeam/shared": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:types": "tsc -b"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"inspect-utils": "^1.0.1"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"inspect-utils": "^1.0.1"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@starbeam/core-utils": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/vue-testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/vue": "^7.0.0"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@vue/shared": "^3.3.4",
"rollup": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@starbeam/verify": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x/headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@starbeam/reactive": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@starbeam/reactive": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x/vanilla/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@glimmer/tracking": "2.0.0-beta.21",
"@starbeam/react": "workspace:^",
"@starbeam/universal": "workspace:^",
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeamx/vanilla": "workspace:^",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@starbeam/universal": "workspace:^"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/compile": "workspace:*",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
}
Expand Down
Loading

0 comments on commit 0e32e94

Please sign in to comment.