Skip to content

Commit e5d5684

Browse files
authored
fix weird bugs
1 parent 9575c76 commit e5d5684

15 files changed

+140428
-640
lines changed

.vscode/extensions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"recommendations": []
2+
"recommendations": [
3+
"astro-build.astro-vscode"
4+
]
35
}

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "@example/starter",
33
"version": "0.0.1",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"start": "astro dev",
78
"build": "astro build",
8-
"typescript-src": "esbuild typescript.ts --minify --bundle --target=es2020 --outfile=public/js/workers/typescript.js"
9+
"ts-src": "esbuild typescript.ts --bundle --target=es2020 --keep-names --outfile=public/workers/typescript.js"
910
},
1011
"dependencies": {
1112
"@codemirror/autocomplete": "^0.19.1",
@@ -20,12 +21,14 @@
2021
"@codemirror/rectangular-selection": "^0.19.0",
2122
"@codemirror/search": "^0.19.0",
2223
"@codemirror/view": "^0.19.1",
24+
"@primer/primitives": "^4.6.4",
2325
"@typescript/vfs": "^1.3.4"
2426
},
2527
"devDependencies": {
2628
"@astrojs/renderer-solid": "^0.1.0",
2729
"astro": "^0.19.1",
2830
"esbuild": "^0.12.22",
31+
"solid-js": "^1.1.1",
2932
"typescript": "^4.3.5"
3033
}
3134
}

pnpm-lock.yaml

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)