Closed
Description
I think Firefox made a few changes recently (not exactly sure what) that breaks es-module-shims
. Running the below code on https://try.purescript.org doesn't work for Firefox 102.1 but does on Chromium 103.0.5060.53. Can anyone else confirm?
module Main where
import Prelude
import Data.Foldable (fold)
import Effect (Effect)
import Effect.Console (log)
import TryPureScript as TP
import Data.Decimal as D
main :: Effect Unit
main = TP.render =<< TP.withConsole do
log $ show $ D.fromString "132.4242"
Metadata
Metadata
Assignees
Labels
No labels