Open dsherret opened 3 weeks ago
Shouldn't this be an error instead of a diagnostic similar to https://github.com/denoland/deno_config/blob/ca5953539f138b57c3c9b0547caaacf0257ad0a6/src/deno_json/mod.rs#L1066-L1071 ?
Edit: there is already an error that is generated for unexpected characters: https://github.com/denoland/deno_config/blob/ca5953539f138b57c3c9b0547caaacf0257ad0a6/src/deno_json/mod.rs#L2348-L2351
https://github.com/denoland/deno/issues/26693