Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
List<ConformanceConfig> |
CompilerOptions.getConformanceConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setConformanceConfig(ConformanceConfig conformanceConfig)
Both enable and configure conformance checks, if non-null.
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setConformanceConfigs(List<ConformanceConfig> configs)
Both enable and configure conformance checks, if non-null.
|
Copyright © 2009–2024 Google. All rights reserved.