diff options
author | 2023-01-11 14:22:31 -0800 | |
---|---|---|
committer | 2023-01-11 14:22:31 -0800 | |
commit | 4a1470d26c9d303ad9de93185e1e877d144d5592 (patch) | |
tree | 4af13d70fb642b9f987c11b654cbeaa31bf8ae2d /src/bun.js/bindings/headers.h | |
parent | 5a3b6349821a2fd9756de600c0896a76daf7bc8d (diff) | |
download | bun-4a1470d26c9d303ad9de93185e1e877d144d5592.tar.gz bun-4a1470d26c9d303ad9de93185e1e877d144d5592.tar.zst bun-4a1470d26c9d303ad9de93185e1e877d144d5592.zip |
`require.resolve` in the runtime should use CommonJS export conditions
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 4e5dabe4e..71a8d1034 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1673374722 +//-- AUTOGENERATED FILE -- 1673376494 #pragma once #include <stddef.h> |