aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/NativeModuleImpl.h
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-08-03 15:31:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-03 15:31:55 -0700
commit08cf0d562ae81b4fb30aa5e599ca76056582ac5f (patch)
tree8385fce04c9bf7b4138ae3c3545aa330f388f456 /src/js/out/NativeModuleImpl.h
parent9a2c3dea88b22351ecc85126b0c225bfefea71bf (diff)
downloadbun-08cf0d562ae81b4fb30aa5e599ca76056582ac5f.tar.gz
bun-08cf0d562ae81b4fb30aa5e599ca76056582ac5f.tar.zst
bun-08cf0d562ae81b4fb30aa5e599ca76056582ac5f.zip
Bunch of fixes (#3516)
* Fix #3497 * Fix #3497 * Run prettier * Fix package.json * remove this too * yeah * Fix missing tests * Use native for utf-8-validate * Add module ID names to builtins * Defer evaluation of ESM & CJS modules until link time * Use builtin name for exports in plugins * Add module IDs to builtins * Update JSC build with new flag * WebKit upgrade fixes * Update WebKit * prettier * Upgrade WebKit * bump * Update once again * Add visitAdditionalChildren, remove .fill() usage * Update process.test.js * Update fs.test.ts --------- Co-authored-by: dave caruso <me@paperdave.net> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/js/out/NativeModuleImpl.h')
-rw-r--r--src/js/out/NativeModuleImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/out/NativeModuleImpl.h b/src/js/out/NativeModuleImpl.h
index 8669a8b08..f519e7d7d 100644
--- a/src/js/out/NativeModuleImpl.h
+++ b/src/js/out/NativeModuleImpl.h
@@ -6,3 +6,4 @@
#include "../../bun.js/modules/NodeStringDecoderModule.h"
#include "../../bun.js/modules/NodeTTYModule.h"
#include "../../bun.js/modules/NodeUtilTypesModule.h"
+#include "../../bun.js/modules/UTF8ValidateModule.h"