MCPcopy Create free account

hub / github.com/nodeca/js-yaml / types & classes

Types & classes63 in github.com/nodeca/js-yaml

Class
test/core/common/object.test.mjs:18
Class
test/core/tags/custom.test.mjs:192
Class
test/core/tags/custom.test.mjs:217
Class
src/schema.ts:86
Class
src/common/exception.ts:29
Class
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:138
Class
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:223
InterfaceAliasEvent
@category Events
src/parser/events.ts:102
InterfaceAliasNode
@category Nodes
src/ast/nodes.ts:52
InterfaceAnchor
src/parser/constructor.ts:66
ClassCondensedTheme
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:223
ClassCondensedThemeRenderContext
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:138
InterfaceConstructorOptions
@category Events
src/parser/constructor.ts:73
InterfaceConstructorState
src/parser/constructor.ts:120
ClassCustom
test/core/common/object.test.mjs:18
InterfaceDocument
* The layer above {@link Node}: each document wraps one content node plus its * own markers/directives. Not a member of {@link Node} — the fields dif
src/ast/nodes.ts:68
InterfaceDocumentEvent
@category Events
src/parser/events.ts:53
InterfaceDocumentFrame
src/parser/constructor.ts:25
InterfaceDocumentFrame
src/ast/from_events.ts:28
InterfaceDumpOptions
@category Main
src/dump.ts:14
InterfaceFromEventsOptions
@category AST
src/ast/from_events.ts:47
InterfaceFromEventsState
src/ast/from_events.ts:55
InterfaceFromJsOptions
@category AST
src/ast/from_js.ts:19
InterfaceFromJsState
src/ast/from_js.ts:40
ClassImmutableMapping
test/core/tags/custom.test.mjs:217
ClassImmutableSequence
test/core/tags/custom.test.mjs:192
InterfaceLoadOptions
@category Main
src/load.ts:16
InterfaceMappingEvent
@category Events
src/parser/events.ts:72
InterfaceMappingFrame
src/parser/constructor.ts:41
InterfaceMappingFrame
src/ast/from_events.ts:38
InterfaceMappingNode
@category Nodes
src/ast/nodes.ts:45
InterfaceMappingTagDefinition
* Normalized mapping tag returned by {@link defineMappingTag}. * * @category Tags
src/tag.ts:175
InterfaceMappingTagOptions
* Options for {@link defineMappingTag}. * * @category Tags
src/tag.ts:128
InterfaceNodeBase
@category Nodes
src/ast/nodes.ts:12
InterfaceNodeContext
src/ast/presenter.ts:340
InterfaceNodeProperties
src/parser/parser.ts:46
InterfaceNodeRender
src/ast/presenter.ts:349
InterfaceParserOptions
@category Events
src/parser/parser.ts:63
InterfaceParserSnapshot
src/parser/parser.ts:53
InterfaceParserState
src/parser/parser.ts:84
InterfacePopEvent
* Closes the most recently opened document, sequence, or mapping. * * @category Events
src/parser/events.ts:113
InterfacePresenterOptions
@category AST
src/ast/presenter.ts:26
InterfacePresenterState
src/ast/presenter.ts:139
InterfaceRepresentType
src/ast/from_js.ts:32
InterfaceScalarEvent
* A scalar whose decoded value can be read with {@link getScalarValue}. * * @category Events
src/parser/events.ts:87
InterfaceScalarLayout
Scalar presentation state passed to styling rules. @category AST
src/ast/scalar_styler.ts:7
InterfaceScalarNode
@category Nodes
src/ast/nodes.ts:30
InterfaceScalarTagDefinition
* Normalized scalar tag returned by {@link defineScalarTag}. * * @category Tags
src/tag.ts:62
InterfaceScalarTagOptions
* Options for {@link defineScalarTag}. * * @category Tags
src/tag.ts:13
ClassSchema
* Controls tag resolution when loading and type selection when dumping. * * @category Schemas
src/schema.ts:86
InterfaceSequenceEvent
@category Events
src/parser/events.ts:61
InterfaceSequenceFrame
src/parser/constructor.ts:32
InterfaceSequenceFrame
src/ast/from_events.ts:33
InterfaceSequenceNode
@category Nodes
src/ast/nodes.ts:38
InterfaceSequenceTagDefinition
* Normalized sequence tag returned by {@link defineSequenceTag}. * * @category Tags
src/tag.ts:109
InterfaceSequenceTagOptions
* Options for {@link defineSequenceTag}. * * @category Tags
src/tag.ts:75
InterfaceSnippetMark
src/common/snippet.ts:1
InterfaceSnippetOptions
src/common/snippet.ts:10
InterfaceTagDefinitionListMap
src/schema.ts:36
InterfaceTagDefinitionMap
src/schema.ts:30
InterfaceValueAndTag
src/parser/constructor.ts:61
InterfaceVisitContext
* Traversal-derived position of the current node. Kept off the node itself: a * node may sit in several places (alias/dedup reuse), so depth/role bel
src/ast/visit.ts:37
ClassYAMLException
* A YAML error. Unlike an ordinary `Error`, it adds a source snippet showing * the location of the problem to the error message, when available. *
src/common/exception.ts:29