-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Websitebuggood first issueGood for newcomersGood for newcomersregressionSeems to have worked before, but is broken now (issue has mention of last working version)Seems to have worked before, but is broken now (issue has mention of last working version)
Description
For example, with this code
declare function bar<T>(x: T, y: string | T): T;
const y = bar({ a: 1, b: 2 }, { c: 3 })
y.a^ v0.83.0
^ v0.84.0
In the editor I see hints with any version, thus I think it is related to js-of-ocaml build.
I guess it is because re_string_match isn't implemented in JS and it fails on the property_key_quotes_needed function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Websitebuggood first issueGood for newcomersGood for newcomersregressionSeems to have worked before, but is broken now (issue has mention of last working version)Seems to have worked before, but is broken now (issue has mention of last working version)


