Skip to content

Commit

Permalink
Extract the class transpilation from Es6ToEs3Converter into its own c…
Browse files Browse the repository at this point in the history
…lass.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154792057
  • Loading branch information
tbreisacher authored and brad4d committed May 2, 2017
1 parent 2eb9554 commit 01ea5a6
Show file tree
Hide file tree
Showing 8 changed files with 2,373 additions and 559 deletions.
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/Es6ExtractClasses.java
Expand Up @@ -44,7 +44,7 @@
* <p> * <p>
* This must be done before {@link Es6ToEs3Converter}, because that pass only handles classes * This must be done before {@link Es6ToEs3Converter}, because that pass only handles classes
* that are declarations or simple assignments. * that are declarations or simple assignments.
* @see Es6ToEs3Converter#visitClass(NodeTraversal, Node, Node) * @see Es6RewriteClass#visitClass(NodeTraversal, Node, Node)
*/ */
public final class Es6ExtractClasses public final class Es6ExtractClasses
extends NodeTraversal.AbstractPostOrderCallback implements HotSwapCompilerPass { extends NodeTraversal.AbstractPostOrderCallback implements HotSwapCompilerPass {
Expand Down

0 comments on commit 01ea5a6

Please sign in to comment.