Reason: refmt to merlin.syntax-error

Created on 8 Feb 2017  路  3Comments  路  Source: reasonml/reason

Currently refmting a file with something like:

{
  pub render () => {
    let state: {foo:Bar.t};
  }
};

turns the entire file into

[%%merlin.syntax-error "Record type is not allowed"];

This is a pretty aggressive way of telling me I'm wrong :(

Most helpful comment

cc @SanderSpies

All 3 comments

cc @SanderSpies

Fixed by ^

Dat response time

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheSpyder picture TheSpyder  路  3Comments

bloodyowl picture bloodyowl  路  3Comments

jberdine picture jberdine  路  3Comments

TrakBit picture TrakBit  路  3Comments

rickyvetter picture rickyvetter  路  4Comments