denoland / deno_config

MIT License
12 stars 15 forks source link

Diagnostic when someone uses a wildcard in an export #134

Open dsherret opened 3 weeks ago

dsherret commented 3 weeks ago

https://github.com/denoland/deno/issues/26693

satyarohith commented 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