aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/java.js
Commit message (Collapse)AuthorAge
* 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>
* Ensure backend options are always generatedRabsRincon2020-06-15
|
* fix broken JavaCompilerJascha Knack2020-04-26
|
* First wave of @apmorton suggestions and fixesMatt Godbolt2020-01-28
|
* Asyncify javaMatt Godbolt2020-01-21
|
* Temporarily disable java (see #1438)Matt Godbolt2019-06-10
|
* Separate java classes with 2 newlines in compiler output viewChristian Vonrüti2019-06-08
|
* Fix trailing line endings and document regex in javap parserChristian Vonrüti2019-06-08
|
* Fix trailing line endings on and document regex in javap parserChristian Vonrüti2019-06-08
|
* Uniform line handling to make test input work for checkouts on WindowsChristian Vonrüti2019-06-08
|
* Fix copyright in java.jsChristian Vonrüti2019-06-07
|
* Initial Java/javap supportChristian Vonrüti2019-05-26