Skip to content

Commit 2b0e968

Browse files
committed
refactor(code-editor): update to Codemirror 6
1 parent a300acb commit 2b0e968

19 files changed

Lines changed: 1845 additions & 1549 deletions

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/internal/
99
/service-worker/
1010
/shared/
11-
/src/themes/
1211
/test/
1312
/themes/
1413
/typescript-worker/

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
/playground-*.js
1717
/playground-*.d.ts
1818
/playground-*.d.ts.map
19+
/cm-lang-lit.js
20+
/cm-lang-lit.d.ts
21+
/cm-lang-lit.d.ts.map
1922
/test/
2023
/_codemirror/
2124
/themes/
@@ -25,7 +28,6 @@
2528
.tsbuildinfo
2629
/playground-service-worker.*
2730
/playground-service-worker-proxy.*
28-
/src/playground-styles.ts
2931
/*.tgz
3032
/.wireit
3133
/.eslintcache

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
/internal/
1010
/service-worker/
1111
/shared/
12-
/src/configurator/themes.ts
1312
/src/playground-styles.ts
14-
/src/themes/
1513
/test/
1614
/themes/
1715
/typescript-worker/

0 commit comments

Comments
 (0)