Closed johnridesabike closed 2 years ago
This code:
/** Does something. */ @val external foo: unit => unit = "foo" /** Does something else */ let bar = () => ()
Formats to this:
This seems to be a regression in v10
Thanks for the report.
Seems to be about doc comments and attributes https://github.com/rescript-lang/syntax/pull/642
This code:
Formats to this:
This seems to be a regression in v10