node-elm-repl
node-elm-repl copied to clipboard
👌 JavaScript tool, which provides fast access to the types (as structures, not just strings) and values of Elm expressions
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 5.0.1. Changelog Sourced from minimatch's changelog. change log 9.0 No default export, only named exports. 8.0 Recursive descent parser for extglob, allowing correct support for...
Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 3.3.1 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [minimist](https://github.com/minimistjs/minimist) from 0.0.8 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
```elm foo : Int -> { x: Int, y: Int } -> String foo i { x, y } = toString ( i + x + y) a = foo...
Try: ```elm import Task Task.succeed 42 Task.fail "Foo" ```
Calling this in `iElm` triggers a failure "Met undefined tag value 13 at choice" ``` import AnimationFrame import Html exposing (Html) import Html.Attributes exposing (width, height, style) import Math.Matrix4 as...