add bun publish (#14215)

This commit is contained in:
Dylan Conway
2024-10-02 20:47:22 -07:00
committed by GitHub
parent 94a656bc4f
commit f374ae6db1
51 changed files with 3911 additions and 904 deletions

View File

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