Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
docs: api docs build for 9d99d26
Browse files Browse the repository at this point in the history
  • Loading branch information
NM-EEA-Y committed Oct 29, 2023
1 parent 1395d0c commit 1423ea8
Show file tree
Hide file tree
Showing 46 changed files with 1,569 additions and 2,319 deletions.
7 changes: 4 additions & 3 deletions assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,9 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
Expand All @@ -924,7 +925,10 @@ a.tsd-index-link {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -1134,7 +1138,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
102 changes: 42 additions & 60 deletions classes/Lexer.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/MismatchingNamedArgumentTypeValidationError.html

Large diffs are not rendered by default.

126 changes: 54 additions & 72 deletions classes/Parser.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/ParserEmptyStringTagError.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/ParserMissingTokenError.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/ParserPickMissingOptionsError.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/ParserRandomDuplicatedOptionsError.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/ParserRandomMissingOptionsError.html

Large diffs are not rendered by default.

102 changes: 42 additions & 60 deletions classes/ParserUnexpectedTokenError.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/Pick.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/PickInvalidOptionError.html

Large diffs are not rendered by default.

96 changes: 39 additions & 57 deletions classes/Random.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/Sentence.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/SentenceMissingArgumentError.html

Large diffs are not rendered by default.

102 changes: 42 additions & 60 deletions classes/Tag.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/Transformer.html

Large diffs are not rendered by default.

98 changes: 40 additions & 58 deletions classes/TransformerInvalidFormatterError.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions classes/Unreachable.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions classes/UserError.html

Large diffs are not rendered by default.

142 changes: 62 additions & 80 deletions enums/Identifiers.html

Large diffs are not rendered by default.

124 changes: 53 additions & 71 deletions enums/PartType.html

Large diffs are not rendered by default.

94 changes: 38 additions & 56 deletions enums/SentencePartType.html

Large diffs are not rendered by default.

80 changes: 31 additions & 49 deletions functions/parse.html

Large diffs are not rendered by default.

76 changes: 29 additions & 47 deletions index.html

Large diffs are not rendered by default.

80 changes: 31 additions & 49 deletions interfaces/IFormatter.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartColon.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartEquals.html

Large diffs are not rendered by default.

88 changes: 35 additions & 53 deletions interfaces/PartLiteral.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartPipe.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartSpace.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartTagEnd.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions interfaces/PartTagStart.html

Large diffs are not rendered by default.

88 changes: 35 additions & 53 deletions interfaces/SentencePartLiteral.html

Large diffs are not rendered by default.

88 changes: 35 additions & 53 deletions interfaces/SentencePartTag.html

Large diffs are not rendered by default.

86 changes: 34 additions & 52 deletions modules.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/Part.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/PartIterator.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/PickData.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/PickMapKey.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/PickMapValue.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/ReadonlyPart.html

Large diffs are not rendered by default.

78 changes: 30 additions & 48 deletions types/SentencePart.html

Large diffs are not rendered by default.

0 comments on commit 1423ea8

Please sign in to comment.