Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<ImplicitNullabilityCheck.Result> |
ImplicitNullabilityCheck.findImplicitNullabilityResults(JSDocInfo info,
NodeTraversal t)
Finds and returns all the JSDoc nodes inside the given JSDoc object whose nullability is not
explict, using the NodeTraversal the necessary state (current scope, etc.)
|
Copyright © 2009-2020 Google. All Rights Reserved.