mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
Fix the code generator name for JavaScript CG
js -> javascript
This commit is contained in:
parent
d5f35ff0be
commit
143d2c5b11
@ -56,7 +56,7 @@ Compiler changes:
|
||||
* It is now possible to create new backends with minimal overhead. `Idris.Driver`
|
||||
exposes the function `mainWithCodegens` that takes a list of codegens. The
|
||||
feature in documented [here](https://idris2.readthedocs.io/en/latest/backends/custom.html).
|
||||
* New code generators `node` and `js`.
|
||||
* New code generators `node` and `javascript`.
|
||||
|
||||
REPL changes:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user