fix: preserve U+FEFF at chunk boundaries (#1010)

This commit is contained in:
vorotamoroz
2026-07-14 02:15:57 +09:00
committed by GitHub
parent ff12778301
commit a41c829c10
7 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"dependencies": {
"octagonal-wheels": "^0.1.47"
"octagonal-wheels": "^0.1.50"
},
"devDependencies": {
"eslint-plugin-svelte": "^3.19.0",