Fix the code generator name for JavaScript CG

js -> javascript
This commit is contained in:
Kamiλ Shakirov 2020-07-30 18:08:03 +06:00 committed by G. Allais
parent d5f35ff0be
commit 143d2c5b11

View File

@ -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: