Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tsify lib/compilers (#4609)gh-6026 | Jeremy Rifkin | 2023-01-29 |
| | |||
* | Set comma-dangle to always in server code and es5 in client codegh-2532 | RabsRincon | 2022-04-26 |
| | |||
* | Unify comma configuration; and apply format to some files. (#3559)gh-2517 | Matt Godbolt | 2022-04-25 |
| | |||
* | Adds overridable orderArguments function (#3489)gh-2259 | Rubén Rincón Blanco | 2022-04-02 |
| | | | Closes #3488 | ||
* | Enable debugging info for Nim by default (#2266) | Danil Yarantsev | 2020-10-08 |
| | |||
* | Use ES6 Modules (#2132) | Austin Morton | 2020-09-26 |
| | |||
* | Eliminate all dynamic require statements (#2230) | Austin Morton | 2020-09-25 |
| | |||
* | Add new eslint rules (#2121) | Rubén Rincón Blanco | 2020-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 nim | Matt Godbolt | 2020-01-21 |
| | |||
* | Nim Fix, change in object file name | bastien penavayre | 2020-01-02 |
| | |||
* | Nim add set default command as compile instead of compileToCpp | bastien penavayre | 2019-12-26 |
| | |||
* | Nim, move cachefile from input name into function for testing | bastien penavayre | 2019-12-26 |
| | |||
* | Move Nim code from runCompiler to filterUserOptions and remove custom ↵ | bastien penavayre | 2019-12-26 |
| | | | | runCompiler | ||
* | Add support for Nim language | bastien penavayre | 2019-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 |