Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | Ensure backend options are always generated | RabsRincon | 2020-06-15 |
| | |||
* | fix broken JavaCompiler | Jascha Knack | 2020-04-26 |
| | |||
* | First wave of @apmorton suggestions and fixes | Matt Godbolt | 2020-01-28 |
| | |||
* | Asyncify java | Matt Godbolt | 2020-01-21 |
| | |||
* | Temporarily disable java (see #1438) | Matt Godbolt | 2019-06-10 |
| | |||
* | Separate java classes with 2 newlines in compiler output view | Christian Vonrüti | 2019-06-08 |
| | |||
* | Fix trailing line endings and document regex in javap parser | Christian Vonrüti | 2019-06-08 |
| | |||
* | Fix trailing line endings on and document regex in javap parser | Christian Vonrüti | 2019-06-08 |
| | |||
* | Uniform line handling to make test input work for checkouts on Windows | Christian Vonrüti | 2019-06-08 |
| | |||
* | Fix copyright in java.js | Christian Vonrüti | 2019-06-07 |
| | |||
* | Initial Java/javap support | Christian Vonrüti | 2019-05-26 |