Skip to content

Commit d11d3f9

Browse files
authored
Update parser.ts
1 parent 0e3c43e commit d11d3f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ if (typeof window === "undefined") {
55
}
66

77
export function JSONParser(string: string): JSONValue {
8-
// Temp
98
return new Function(`return (${string})`);
109
}

0 commit comments

Comments
 (0)