aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/python.js
Commit message (Collapse)AuthorAge
* Avoid calling compilerProps after compiler object construction (#3005)gh-1092Austin Morton2021-10-04
|
* No array for eachMatt Godbolt2021-05-28
|
* 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>
* Fix python compiler implementationAustin Morton2020-02-25
| | | | Closes #1847
* Remove last remaining vars and fix formattingRabsRincon2020-01-08
|
* * Add Python support (#1612)Sebastian2019-10-30