Add an ES6Compiler which renames .es6.js to .js.
Review Request #7955 — Created Feb. 10, 2016 and submitted
Information | |
---|---|
david | |
Djblets | |
release-0.10.x | |
bad917a... | |
Reviewers | |
djblets | |
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.
-
-
-
djblets/pipeline/compilers/es6.py (Diff revision 1) Can you go into more detail on how this is used in here? Like, how a project consumes it?
-
-
-
djblets/pipeline/compilers/es6.py (Diff revision 1) We should probably assert that the file ends with
self.input_extension
.