| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 11dd15c commit 5961253
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,6 @@ | |||
| 2 | 2 | #include "acorn_version.h" | |
| 3 | 3 | #include "ada.h" | |
| 4 | 4 | #include "ares.h" | |
| 5 | - #include "base64_version.h" | ||
| 6 | 5 | #include "brotli/encode.h" | |
| 7 | 6 | #include "cjs_module_lexer_version.h" | |
| 8 | 7 | #include "llhttp.h" | |
@@ -112,7 +111,6 @@ Metadata::Versions::Versions() { | |||
| 112 | 111 | ||
| 113 | 112 | acorn = ACORN_VERSION; | |
| 114 | 113 | cjs_module_lexer = CJS_MODULE_LEXER_VERSION; | |
| 115 | - base64 = BASE64_VERSION; | ||
| 116 | 114 | uvwasi = UVWASI_VERSION_STRING; | |
| 117 | 115 | ||
| 118 | 116 | #if HAVE_OPENSSL | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,8 +50,7 @@ namespace node { | |||
| 50 | 50 | V(simdutf) \ | |
| 51 | 51 | V(ada) \ | |
| 52 | 52 | NODE_VERSIONS_KEY_UNDICI(V) \ | |
| 53 | - V(cjs_module_lexer) \ | ||
| 54 | - V(base64) | ||
| 53 | + V(cjs_module_lexer) | ||
| 55 | 54 | ||
| 56 | 55 | #if HAVE_OPENSSL | |
| 57 | 56 | #define NODE_VERSIONS_KEY_CRYPTO(V) V(openssl) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,6 @@ const expected_keys = [ | |||
| 22 | 22 | 'simdutf', | |
| 23 | 23 | 'ada', | |
| 24 | 24 | 'cjs_module_lexer', | |
| 25 | - 'base64', | ||
| 26 | 25 | ]; | |
| 27 | 26 | ||
| 28 | 27 | const hasUndici = process.config.variables.node_builtin_shareable_builtins.includes('deps/undici/undici.js'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments