We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample project:
https://github.com/jmagaram/functors
Look at file Simple.res with the code:
Simple.res
@genType let hello = JSON.Encode.string("hello")
The TypeScript is...
import * as SimpleJS from './Simple.res.mjs'; import type {t as Core__JSON_t} from '@rescript/core/src/Core__JSON.gen'; export const hello: Core__JSON_t = SimpleJS.hello as any;
And the error on the second line is...
Cannot find module '@rescript/core/src/Core__JSON.gen' or its corresponding type declarations.
The text was updated successfully, but these errors were encountered:
Might be related to #6563
Sorry, something went wrong.
No branches or pull requests
Sample project:
https://github.com/jmagaram/functors
Look at file
Simple.res
with the code:The TypeScript is...
And the error on the second line is...
The text was updated successfully, but these errors were encountered: