diff options
author | 2023-09-10 04:47:32 -0700 | |
---|---|---|
committer | 2023-09-10 04:47:32 -0700 | |
commit | 9baa706cef8ef5ba8f4e83fc53834503694f40f1 (patch) | |
tree | 9ecf5ef934c373566a47fc6be051acdd8eb56478 | |
parent | 9756963b2f17b85476bb10f819cec13d51fed5e8 (diff) | |
download | bun-9baa706cef8ef5ba8f4e83fc53834503694f40f1.tar.gz bun-9baa706cef8ef5ba8f4e83fc53834503694f40f1.tar.zst bun-9baa706cef8ef5ba8f4e83fc53834503694f40f1.zip |
Remove unerlated changesjarred/inquirer
-rw-r--r-- | src/js/out/InternalModuleRegistryConstants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/out/InternalModuleRegistryConstants.h b/src/js/out/InternalModuleRegistryConstants.h index dca41f8e8..869615897 100644 --- a/src/js/out/InternalModuleRegistryConstants.h +++ b/src/js/out/InternalModuleRegistryConstants.h @@ -226,7 +226,7 @@ static constexpr ASCIILiteral ThirdpartyDetectLibcLinuxCode = "(function (){\"us // // -static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = bunFetch.@bind(Bun);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; +static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = (...args) => bunFetch(...args);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; // // @@ -467,7 +467,7 @@ static constexpr ASCIILiteral ThirdpartyDetectLibcLinuxCode = "(function (){\"us // // -static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = bunFetch.@bind(Bun);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; +static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = (...args) => bunFetch(...args);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; // // @@ -709,7 +709,7 @@ static constexpr ASCIILiteral ThirdpartyDetectLibcLinuxCode = "(function (){\"us // // -static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = bunFetch.@bind(Bun);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; +static constexpr ASCIILiteral ThirdpartyIsomorphicFetchCode = "(function (){\"use strict\";// src/js/out/tmp/thirdparty/isomorphic-fetch.ts\nvar bunFetch = Bun.fetch, fetch = (...args) => bunFetch(...args);\nfetch.default = fetch;\nfetch.fetch = fetch;\nreturn fetch})\n"_s; // // |