CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Module Yaml

Provides classes for working with YAML data.

YAML documents are represented as abstract syntax trees whose nodes are either YAML values or alias nodes referring to another YAML value.

Import path

import codeql.yaml.Yaml

Modules

Make

Provides a class hierarchy for working with YAML files.

Module signatures

InputSig

Provides the input specification of YAML implementation.