mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 06:37:09 -05:00
Currently, only those features are allowed: let/const, classes, and octal literals. More can be added when needed, as long main Showdown server has a supporting Node.js's version. This also accidentally fixes a bug which caused data files to not be checked for `let`/`const` keyword existence, which would cause a problem in a web browser. |
||
|---|---|---|
| .. | ||
| config-base.js | ||
| config-compat.js | ||
| config-config.js | ||
| config-data-compact.js | ||
| config-data.js | ||
| config-es6.js | ||
| config-test.js | ||
| validate-conditionals.js | ||