Class ScriptMetadata
java.lang.Object
com.google.javascript.refactoring.ScriptMetadata
A summary of a script for use during fixes.
Instances are mutable so that changes to a script caused by one fix cen be reflected during subseuqent fixes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptMetadata
create
(Node script, AbstractCompiler compiler)
-
Method Details
-
create
-