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:
Jarred Sumner
2021-09-11 01:48:23 -07:00
parent 6f2554b13a
commit 125d88bd65
38 changed files with 4093 additions and 3401 deletions

View File

@@ -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);