fable-compiler / repl

Fable online REPL
http://fable.io/repl
MIT License
64 stars 37 forks source link

REPL broken? #80

Closed cmeeren closed 5 years ago

cmeeren commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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!