diff options
author | 2023-01-08 00:10:02 -0800 | |
---|---|---|
committer | 2023-01-08 00:10:02 -0800 | |
commit | 3f472bd5119f4df985dec6e4c019a630ea7e02ee (patch) | |
tree | 88ef4b2bb40b141e5c3e8ab8169cd9f87dd2b7aa | |
parent | 4eb3067ef54ef5e8414bed681cfa29c8989e955d (diff) | |
download | bun-3f472bd5119f4df985dec6e4c019a630ea7e02ee.tar.gz bun-3f472bd5119f4df985dec6e4c019a630ea7e02ee.tar.zst bun-3f472bd5119f4df985dec6e4c019a630ea7e02ee.zip |
cleanup
-rw-r--r-- | .vscode/settings.json | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 76ccb4cee..e976c30fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,6 +57,8 @@ "src/deps/uws": true, "src/deps/zlib": true, "src/deps/lol-html": true, + "src/deps/c-ares": true, + "src/deps/tinycc": true, "test/snippets/package-json-exports/_node_modules_copy": true }, "C_Cpp.files.exclude": { @@ -4940,7 +4940,8 @@ bun also statically links these libraries: - [`tinycc`](https://github.com/tinycc/tinycc), which is LGPL v2.1 licensed - [`uSockets`](https://github.com/uNetworking/uSockets), which is Apache 2.0 licensed - [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed -- `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> +- [`c-ares`](https://github.com/c-ares/c-ares), which is MIT licensed +- `libicu` 72, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> - A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is Apache 2.0 licensed For compatibility reasons, these NPM packages are embedded into bun’s binary and injected if imported. |