Commit Graph

8 Commits

Author SHA1 Message Date
Austin Morton
810134942d Avoid calling compilerProps after compiler object construction (#3005) 2021-10-04 23:21:32 -05:00
Matt Godbolt
a4edf7ed6b No array for each 2021-05-28 18:08:05 -05:00
Austin Morton
044dcfbf88 Use ES6 Modules (#2132) 2020-09-26 16:59:26 -04:00
Austin Morton
bac07fea6d Eliminate all dynamic require statements (#2230) 2020-09-25 11:21:30 -04:00
Rubén Rincón Blanco
ccff4b9ee5 Add new eslint rules (#2121)
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>
2020-08-04 16:39:02 -04:00
Austin Morton
fabbbdee51 Fix python compiler implementation
Closes #1847
2020-02-25 02:42:33 -05:00
RabsRincon
885aee1c63 Remove last remaining vars and fix formatting 2020-01-08 13:49:23 +01:00
Sebastian
78b3381c84 * Add Python support (#1612) 2019-10-30 19:51:38 -04:00