Skip to content

Module name casing error #16

@kevanstannard

Description

@kevanstannard

I've created a Test.re file and added the code:

let query = ReasonQL.gql({|
  query AppQuery {
    hello {
      message
    }
  }
|})

When running the command bsb -make-world -clean-world I see the message:

You referred to the module ReasonQL, but we've found one called Reasonql instead.
Is the name's casing right?

Inside VSCode I see the message:

File "/Users/kevan.stannard/dev/reasonql/node_modules/.lsp/Test-Reasonql.ast", line 1:
Error: Wrong file naming: /Users/kevan.stannard/dev/reasonql/lib/bs/reasonQL.cmi
contains the compiled interface for 
ReasonQL when Reasonql was expected

Any suggestions on what might be the cause?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions