CodeQL library for JavaScript
codeql/javascript-all 0.6.1 ( 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 semmle.javascript.YAML

Imports

Make<YAML::YamlSig>

Provides a class hierarchy for working with YAML files.

javascript

Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.

Aliases

YAMLAliasNode

DEPRECATED: Alias for YamlAliasNode

YAMLBool

DEPRECATED: Alias for YamlBool

YAMLCollection

DEPRECATED: Alias for YamlCollection

YAMLDocument

DEPRECATED: Alias for YamlDocument

YAMLFloat

DEPRECATED: Alias for YamlFloat

YAMLInclude

DEPRECATED: Alias for YamlInclude

YAMLInteger

DEPRECATED: Alias for YamlInteger

YAMLMapping

DEPRECATED: Alias for YamlMapping

YAMLMappingLikeNode

DEPRECATED: Alias for YamlMappingLikeNode

YAMLMergeKey

DEPRECATED: Alias for YamlMergeKey

YAMLNode

DEPRECATED: Alias for YamlNode

YAMLNull

DEPRECATED: Alias for YamlNull

YAMLParseError

DEPRECATED: Alias for YamlParseError

YAMLScalar

DEPRECATED: Alias for YamlScalar

YAMLSequence

DEPRECATED: Alias for YamlSequence

YAMLString

DEPRECATED: Alias for YamlString

YAMLTimestamp

DEPRECATED: Alias for YamlTimestamp

YAMLValue

DEPRECATED: Alias for YamlValue