mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
add bun publish (#14215)
This commit is contained in:
@@ -132,7 +132,7 @@ pub fn parseJSON(
|
||||
bun.JSAst.Stmt.Data.Store.reset();
|
||||
}
|
||||
debug("parse (JSON, {d} bytes)", .{source.len});
|
||||
var json = bun.JSON.ParseJSON(&json_src, &log, arena, false) catch {
|
||||
var json = bun.JSON.parse(&json_src, &log, arena, false) catch {
|
||||
return error.InvalidJSON;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user