Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodeca/js-yaml
/ types & classes
Types & classes
63 in github.com/nodeca/js-yaml
⨍
Functions
242
◇
Types & classes
63
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
Interface
AliasEvent
@category Events
src/parser/events.ts:102
Interface
AliasNode
@category Nodes
src/ast/nodes.ts:52
Interface
Anchor
src/parser/constructor.ts:66
Class
CondensedTheme
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:223
Class
CondensedThemeRenderContext
support/typedoc_condensed_theme/condensed_theme_plugin.mjs:138
Interface
ConstructorOptions
@category Events
src/parser/constructor.ts:73
Interface
ConstructorState
src/parser/constructor.ts:120
Class
Custom
test/core/common/object.test.mjs:18
Interface
Document
* 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
Interface
DocumentEvent
@category Events
src/parser/events.ts:53
Interface
DocumentFrame
src/parser/constructor.ts:25
Interface
DocumentFrame
src/ast/from_events.ts:28
Interface
DumpOptions
@category Main
src/dump.ts:14
Interface
FromEventsOptions
@category AST
src/ast/from_events.ts:47
Interface
FromEventsState
src/ast/from_events.ts:55
Interface
FromJsOptions
@category AST
src/ast/from_js.ts:19
Interface
FromJsState
src/ast/from_js.ts:40
Class
ImmutableMapping
test/core/tags/custom.test.mjs:217
Class
ImmutableSequence
test/core/tags/custom.test.mjs:192
Interface
LoadOptions
@category Main
src/load.ts:16
Interface
MappingEvent
@category Events
src/parser/events.ts:72
Interface
MappingFrame
src/parser/constructor.ts:41
Interface
MappingFrame
src/ast/from_events.ts:38
Interface
MappingNode
@category Nodes
src/ast/nodes.ts:45
Interface
MappingTagDefinition
* Normalized mapping tag returned by {@link defineMappingTag}. * * @category Tags
src/tag.ts:175
Interface
MappingTagOptions
* Options for {@link defineMappingTag}. * * @category Tags
src/tag.ts:128
Interface
NodeBase
@category Nodes
src/ast/nodes.ts:12
Interface
NodeContext
src/ast/presenter.ts:340
Interface
NodeProperties
src/parser/parser.ts:46
Interface
NodeRender
src/ast/presenter.ts:349
Interface
ParserOptions
@category Events
src/parser/parser.ts:63
Interface
ParserSnapshot
src/parser/parser.ts:53
Interface
ParserState
src/parser/parser.ts:84
Interface
PopEvent
* Closes the most recently opened document, sequence, or mapping. * * @category Events
src/parser/events.ts:113
Interface
PresenterOptions
@category AST
src/ast/presenter.ts:26
Interface
PresenterState
src/ast/presenter.ts:139
Interface
RepresentType
src/ast/from_js.ts:32
Interface
ScalarEvent
* A scalar whose decoded value can be read with {@link getScalarValue}. * * @category Events
src/parser/events.ts:87
Interface
ScalarLayout
Scalar presentation state passed to styling rules. @category AST
src/ast/scalar_styler.ts:7
Interface
ScalarNode
@category Nodes
src/ast/nodes.ts:30
Interface
ScalarTagDefinition
* Normalized scalar tag returned by {@link defineScalarTag}. * * @category Tags
src/tag.ts:62
Interface
ScalarTagOptions
* Options for {@link defineScalarTag}. * * @category Tags
src/tag.ts:13
Class
Schema
* Controls tag resolution when loading and type selection when dumping. * * @category Schemas
src/schema.ts:86
Interface
SequenceEvent
@category Events
src/parser/events.ts:61
Interface
SequenceFrame
src/parser/constructor.ts:32
Interface
SequenceFrame
src/ast/from_events.ts:33
Interface
SequenceNode
@category Nodes
src/ast/nodes.ts:38
Interface
SequenceTagDefinition
* Normalized sequence tag returned by {@link defineSequenceTag}. * * @category Tags
src/tag.ts:109
Interface
SequenceTagOptions
* Options for {@link defineSequenceTag}. * * @category Tags
src/tag.ts:75
Interface
SnippetMark
src/common/snippet.ts:1
Interface
SnippetOptions
src/common/snippet.ts:10
Interface
TagDefinitionListMap
src/schema.ts:36
Interface
TagDefinitionMap
src/schema.ts:30
Interface
ValueAndTag
src/parser/constructor.ts:61
Interface
VisitContext
* 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
Class
YAMLException
* 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