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 dc68e7b
Browse files Browse the repository at this point in the history
  • Loading branch information
NM-EEA-Y committed Aug 21, 2023
1 parent c4de024 commit 2528689
Show file tree
Hide file tree
Showing 40 changed files with 166 additions and 166 deletions.
16 changes: 8 additions & 8 deletions classes/Lexer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">Lexer</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L74">lib/parser/Lexer.ts:74</a></li></ul></aside>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L74">lib/parser/Lexer.ts:74</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -56,24 +56,24 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">str</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="Lexer.html" class="tsd-signature-type tsd-kind-class">Lexer</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L79">lib/parser/Lexer.ts:79</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L79">lib/parser/Lexer.ts:79</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-is-private"><a id="buffer" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>buffer</span><a href="#buffer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">buffer</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#39;&#39;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L75">lib/parser/Lexer.ts:75</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L75">lib/parser/Lexer.ts:75</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-private"><a id="parts" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>parts</span><a href="#parts" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">parts</span><span class="tsd-signature-symbol">:</span> <a href="../types/Part.html" class="tsd-signature-type tsd-kind-type-alias">Part</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L76">lib/parser/Lexer.ts:76</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L76">lib/parser/Lexer.ts:76</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-private"><a id="stream" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">stream</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">CharacterStream</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L77">lib/parser/Lexer.ts:77</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L77">lib/parser/Lexer.ts:77</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member"><a id="_iterator_" class="tsd-anchor"></a>
Expand All @@ -83,15 +83,15 @@ <h3 class="tsd-anchor-link"><span>[iterator]</span><a href="#_iterator_" aria-la
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <a href="../types/PartIterator.html" class="tsd-signature-type tsd-kind-type-alias">PartIterator</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L83">lib/parser/Lexer.ts:83</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L83">lib/parser/Lexer.ts:83</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-private"><a id="flushPart" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>flush<wbr/>Part</span><a href="#flushPart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-private">
<li class="tsd-signature tsd-anchor-link" id="flushPart.flushPart-1"><span class="tsd-kind-call-signature">flush<wbr/>Part</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../types/PartIterator.html" class="tsd-signature-type tsd-kind-type-alias">PartIterator</a><a href="#flushPart.flushPart-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <a href="../types/PartIterator.html" class="tsd-signature-type tsd-kind-type-alias">PartIterator</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L120">lib/parser/Lexer.ts:120</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L120">lib/parser/Lexer.ts:120</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-private"><a id="pushPart" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>push<wbr/>Part</span><a href="#pushPart" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-private">
Expand All @@ -104,7 +104,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">part</span>: <a href="../types/Part.html" class="tsd-signature-type tsd-kind-type-alias">Part</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/PartIterator.html" class="tsd-signature-type tsd-kind-type-alias">PartIterator</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/parser/Lexer.ts#L114">lib/parser/Lexer.ts:114</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/parser/Lexer.ts#L114">lib/parser/Lexer.ts:114</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
12 changes: 6 additions & 6 deletions classes/MismatchingNamedArgumentTypeValidationError.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">MismatchingNamedArgumentTypeValidationError</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L4">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:4</a></li></ul></aside>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L4">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:4</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -59,25 +59,25 @@ <h5><span class="tsd-kind-parameter">received</span>: <a href="Tag.html" class="
<h4 class="tsd-returns-title">Returns <a href="MismatchingNamedArgumentTypeValidationError.html" class="tsd-signature-type tsd-kind-class">MismatchingNamedArgumentTypeValidationError</a></h4><aside class="tsd-sources">
<p>Overrides <a href="UserError.html">UserError</a>.<a href="UserError.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L8">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:8</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L8">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:8</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member"><a id="expected" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>expected</span><a href="#expected" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">expected</span><span class="tsd-signature-symbol">:</span> <a href="Tag.html" class="tsd-signature-type tsd-kind-class">Tag</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L5">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:5</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L5">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:5</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="identifier" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>identifier</span><a href="#identifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">identifier</span><span class="tsd-signature-symbol">:</span> <a href="../enums/Identifiers.html" class="tsd-signature-type tsd-kind-enum">Identifiers</a></div><aside class="tsd-sources">
<p>Inherited from <a href="UserError.html">UserError</a>.<a href="UserError.html#identifier">identifier</a></p>
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/base/UserError.ts#L15">lib/errors/base/UserError.ts:15</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/base/UserError.ts#L15">lib/errors/base/UserError.ts:15</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="received" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>received</span><a href="#received" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">received</span><span class="tsd-signature-symbol">:</span> <a href="Tag.html" class="tsd-signature-type tsd-kind-class">Tag</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L6">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:6</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/MismatchingNamedArgumentTypeValidationError.ts#L6">lib/errors/MismatchingNamedArgumentTypeValidationError.ts:6</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a>
Expand All @@ -88,7 +88,7 @@ <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permali
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
<p>Inherited from UserError.name</p>
<ul>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/54bd8d7/src/lib/errors/base/UserError.ts#L21">lib/errors/base/UserError.ts:21</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/skyra-project/tags/blob/dc68e7b/src/lib/errors/base/UserError.ts#L21">lib/errors/base/UserError.ts:21</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
Loading

0 comments on commit 2528689

Please sign in to comment.