Skip to content
New issue

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

REPL broken? #80

Closed
cmeeren opened this issue Nov 19, 2018 · 2 comments
Closed

REPL broken? #80

cmeeren opened this issue Nov 19, 2018 · 2 comments

Comments

@cmeeren
Copy link

cmeeren commented Nov 19, 2018

I've gotten the following error in the REPL today (https://fable.io/repl), with no rendered output:

Chrome: Uncaught SyntaxError: The requested module '../../fable-core/Types.js' does not provide an export named 'L'

Firefox: SyntaxError: import not found: L

@MangelMaxime
Copy link
Member

I can confirm.

@alfonsogarciacaro I think the latest release broke the repl. We really need to test it before publishing or to add automatic tests :)

@alfonsogarciacaro
Copy link
Member

Ah, damn. This is because the Repl.Lib files were built with a previous version of Fable 😬 We should build the Repl.Lib together with the Repl bundle to avoid these version mismatches.

For now, the online repl should be fixed now, thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants