mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
bun:error.js into separate module, ensure we don't include fast refresh in Bun.js, log build errors to browser console, don't warn for node_modules,
This commit is contained in:
@@ -33,7 +33,6 @@ pub const JSType = enum(c_uint) {
|
||||
kJSTypeString,
|
||||
kJSTypeObject,
|
||||
kJSTypeSymbol,
|
||||
_,
|
||||
};
|
||||
pub const kJSTypeUndefined = @enumToInt(JSType.kJSTypeUndefined);
|
||||
pub const kJSTypeNull = @enumToInt(JSType.kJSTypeNull);
|
||||
|
||||
Reference in New Issue
Block a user