Closed
Description
π Search Terms
"import type", "trailing comma"
π Version & Regression Information
N/A
β― Playground Link
π» Code
type A = import("foo", {
with:{
type:'json',
}, // <- I don't see why this is not allowed
})
π Actual behavior
'}' expected.
π Expected behavior
No error
Additional information about the issue
No response