mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* improve Bun.stringWidth's algorithm * add a bunch more tests from string-width package * make typescript happy * undo typescript changes * use better #define check for debug mode * properly handle latin1 width tests * support grapheme clusters * fix trailing newline * visibleUTF16WidthFn- add fast path for leading ascii * add firstNonASCII16IgnoreMin * fix firstNonASCII16CheckMin * vectorize visibleUTF16WidthFn * support emoji variation selector * expose stringWidth in release mode too * vectorize visibleLatin1Width * support ambiguousIsNarrow option * add typescript definition for stringWidth
86 lines
2.1 KiB
Plaintext
86 lines
2.1 KiB
Plaintext
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/bun.js/WebKit
|
|
url = https://github.com/oven-sh/WebKit.git
|
|
ignore = dirty
|
|
depth = 1
|
|
update = none
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/picohttpparser"]
|
|
path = src/deps/picohttpparser
|
|
url = https://github.com/h2o/picohttpparser.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/mimalloc"]
|
|
path = src/deps/mimalloc
|
|
url = https://github.com/Jarred-Sumner/mimalloc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/zlib"]
|
|
path = src/deps/zlib
|
|
url = https://github.com/cloudflare/zlib.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/libarchive"]
|
|
path = src/deps/libarchive
|
|
url = https://github.com/libarchive/libarchive.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/boringssl"]
|
|
path = src/deps/boringssl
|
|
url = https://github.com/oven-sh/boringssl.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/lol-html"]
|
|
path = src/deps/lol-html
|
|
url = https://github.com/cloudflare/lol-html
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/tinycc"]
|
|
path = src/deps/tinycc
|
|
url = https://github.com/Jarred-Sumner/tinycc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/c-ares"]
|
|
path = src/deps/c-ares
|
|
url = https://github.com/c-ares/c-ares.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/zstd"]
|
|
path = src/deps/zstd
|
|
url = https://github.com/facebook/zstd.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/base64"]
|
|
path = src/deps/base64
|
|
url = https://github.com/aklomp/base64.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/ls-hpack"]
|
|
path = src/deps/ls-hpack
|
|
url = https://github.com/litespeedtech/ls-hpack.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|