Skip to content

Commit 9b542f8

Browse files
quakepeter-jerry-ye
authored andcommitted
chore: update mbti
1 parent acb8a6a commit 9b542f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

json/pkg.generated.mbti

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn[T : FromJson] from_json(Json, path? : JsonPath) -> T raise JsonDecodeError
77
#callsite(autofill(args_loc, loc))
88
fn inspect(&ToJson, content? : Json, loc~ : SourceLoc, args_loc~ : ArgsLoc) -> Unit raise InspectError
99

10-
fn parse(String) -> Json raise ParseError
10+
fn parse(String, max_nesting_depth? : Int) -> Json raise ParseError
1111

1212
fn valid(String) -> Bool
1313

@@ -22,6 +22,7 @@ pub(all) suberror ParseError {
2222
InvalidEof
2323
InvalidNumber(Position, String)
2424
InvalidIdentEscape(Position)
25+
DepthLimitExceeded
2526
}
2627
impl Eq for ParseError
2728
impl Show for ParseError

0 commit comments

Comments
 (0)