Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
(package private) RewritePolyfills.Polyfills.Builder |
RewritePolyfills.Polyfills.Builder.addClasses(FeatureSet nativeVersion,
FeatureSet polyfillVersion,
java.lang.String base,
java.lang.String... classes)
Registers one or more class polyfill.
|
(package private) RewritePolyfills.Polyfills.Builder |
RewritePolyfills.Polyfills.Builder.addMethods(FeatureSet nativeVersion,
FeatureSet polyfillVersion,
java.lang.String base,
java.lang.String... methods)
Registers one or more prototype method in a single namespace.
|
(package private) RewritePolyfills.Polyfills.Builder |
RewritePolyfills.Polyfills.Builder.addStatics(FeatureSet nativeVersion,
FeatureSet polyfillVersion,
java.lang.String polyfillBase,
java.lang.String nativeBase,
java.lang.String... statics)
Registers one or more static rewrite polyfill, which is a
simple rewrite of one qualified name to another.
|
Constructor and Description |
---|
Polyfills(RewritePolyfills.Polyfills.Builder builder) |