Add an ES6Compiler which renames .es6.js to .js.
Review Request #7955 — Created Feb. 10, 2016 and submitted
Pipeline's built-in ES6Compiler forces one to use the annoying
.es6
extension, which breaks a lot of other built-in tooling. This compiler uses the
somewhat more sane.es6.js.
Used this with Review Board.
Tool: Pyflakes Processed Files: djblets/pipeline/compilers/es6.py Ignored Files: djblets/pipeline/compilers/__init__.py Tool: PEP8 Style Checker Processed Files: djblets/pipeline/compilers/es6.py Ignored Files: djblets/pipeline/compilers/__init__.py