Package | Description |
---|---|
com.google.javascript.refactoring | |
com.google.javascript.refactoring.examples |
Modifier and Type | Class and Description |
---|---|
class |
RefasterJsScanner
Class that drives the RefasterJs refactoring by matching against a provided
template JS file and then applying a transformation based off the template
JS.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SuggestedFix> |
RefactoringDriver.drive(Scanner scanner)
Run a refactoring and return any suggested fixes as a result.
|
java.util.List<SuggestedFix> |
RefactoringDriver.drive(Scanner scanner,
java.util.regex.Pattern includeFilePattern)
Run a refactoring and return any suggested fixes as a result.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogBindToArrow
Replaces goog.bind(..., this) with arrow functions.
|
Copyright © 2009-2019 Google. All Rights Reserved.