@reason-native/console
Version:
No effort, universal logger
15 lines (13 loc) • 516 B
Plain Text
Unformatted Error Output:
File "ast-utils/JSParser.re", line 279, characters 15-28:
Error: The field Literal.value belongs to the record type Ast.Literal.t
but a field was expected belonging to the record type
Ast.StringLiteral.t
Error: ast-utils/JSParser.re:279 15-28
276 ¦ Statement.ImportDeclaration.importKind,
277 ¦ Statement.ImportDeclaration.source: (
278 ¦ _,
279 ¦ {Literal.value: Literal.String(source)},
280 ¦ ),
281 ¦ }),
282 ¦ )) =>