Skip to content

Commit 205ff1a

Browse files
authored
Merge pull request Acode-Foundation#1879 from Acode-Foundation/codemirror
2 parents c2f6644 + 0cd3340 commit 205ff1a

File tree

400 files changed

+27919
-25985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+27919
-25985
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"useBuiltIns": "entry",
77
"corejs": "3.22"
88
}
9-
]
9+
],
10+
"@babel/preset-typescript"
1011
],
1112
"plugins": [
1213
"html-tag-js/jsx/jsx-to-tag.js",

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,8 @@
372372
"wxss",
373373
"xquery",
374374
"Zeek"
375-
]
375+
],
376+
"[javascript]": {
377+
"editor.defaultFormatter": "biomejs.biome"
378+
}
376379
}

bun.lock

Lines changed: 1007 additions & 349 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)