diff options
author | 2022-10-06 00:47:03 -0700 | |
---|---|---|
committer | 2022-10-06 00:47:03 -0700 | |
commit | 2c762f47c9c8ece73ce6d430e7814cac9e031bab (patch) | |
tree | 55145a5536201b26c51e347bbc78b86668182085 /src/bun.js/bindings/bindings.cpp | |
parent | 3246efa5809c3bd031e1d08863e4b06beedd318e (diff) | |
download | bun-2c762f47c9c8ece73ce6d430e7814cac9e031bab.tar.gz bun-2c762f47c9c8ece73ce6d430e7814cac9e031bab.tar.zst bun-2c762f47c9c8ece73ce6d430e7814cac9e031bab.zip |
Add simple Hot Module Reloading to bun's runtime
Diffstat (limited to 'src/bun.js/bindings/bindings.cpp')
-rw-r--r-- | src/bun.js/bindings/bindings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/bindings.cpp b/src/bun.js/bindings/bindings.cpp index fda55c3b4..59a3c43c2 100644 --- a/src/bun.js/bindings/bindings.cpp +++ b/src/bun.js/bindings/bindings.cpp @@ -3095,4 +3095,4 @@ JSC__JSValue JSC__JSValue__fastGet_(JSC__JSValue JSValue0, JSC__JSGlobalObject* return JSValue::encode( value.getObject()->getIfPropertyExists(globalObject, builtinNameMap(globalObject, arg2))); -}
\ No newline at end of file +} |