aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/nim.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* Set comma-dangle to always in server code and es5 in client codegh-2532RabsRincon2022-04-26
|
* Unify comma configuration; and apply format to some files. (#3559)gh-2517Matt Godbolt2022-04-25
|
* Adds overridable orderArguments function (#3489)gh-2259Rubén Rincón Blanco2022-04-02
| | | Closes #3488
* Enable debugging info for Nim by default (#2266)Danil Yarantsev2020-10-08
|
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
| | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com>
* Asyncify nimMatt Godbolt2020-01-21
|
* Nim Fix, change in object file namebastien penavayre2020-01-02
|
* Nim add set default command as compile instead of compileToCppbastien penavayre2019-12-26
|
* Nim, move cachefile from input name into function for testingbastien penavayre2019-12-26
|
* Move Nim code from runCompiler to filterUserOptions and remove custom ↵bastien penavayre2019-12-26
| | | | runCompiler
* Add support for Nim languagebastien penavayre2019-12-26
- Add language - Adds Nim compiler - supports js, c, c++ outputs (objc not tested) - prevent --run option - Basic test for nim Todos: - monaco profile for Nim