Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 54c9f16

Browse files
committed
Move to @codemirror/buildhelper
1 parent 11e7309 commit 54c9f16

4 files changed

Lines changed: 2 additions & 48 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/node_modules
22
package-lock.json
33
/dist
4-
/src/*.js
5-
/src/*.d.ts
6-
/src/*.d.ts.map
74
/test/*.js
85
/test/*.d.ts
96
/test/*.d.ts.map

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Java language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "echo 'No tests'",
7-
"prepare": "tsc -p tsconfig.local.json && rollup -c"
7+
"prepare": "cm-buildhelper src/java.ts"
88
},
99
"keywords": [
1010
"editor",
@@ -31,9 +31,7 @@
3131
"lezer-java": "^0.13.0"
3232
},
3333
"devDependencies": {
34-
"rollup": "^2.35.1",
35-
"rollup-plugin-dts": "^2.0.1",
36-
"typescript": "^4.1.3"
34+
"@codemirror/buildhelper": "^0.1.0"
3735
},
3836
"repository": {
3937
"type": "git",

rollup.config.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

tsconfig.local.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)