Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions packages/utilities/kit/docs/-internal-/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

## Namespaces

- [CompilerOptions](namespaces/CompilerOptions/README.md)
- [SourceCode](namespaces/SourceCode/README.md)

## Enumerations
Expand Down Expand Up @@ -196,12 +195,6 @@

***

### CommonJS

> **CommonJS**: `1`

***

### ConditionalExpression

> **ConditionalExpression**: `"ConditionalExpression"`
Expand Down Expand Up @@ -250,21 +243,21 @@

***

### ESNext
### ExportAllDeclaration

> **ESNext**: `99`
> **ExportAllDeclaration**: `"ExportAllDeclaration"`

***

### ExportAllDeclaration
### ExpressionStatement

> **ExportAllDeclaration**: `"ExportAllDeclaration"`
> **ExpressionStatement**: `"ExpressionStatement"`

***

### ExpressionStatement

> **ExpressionStatement**: `"ExpressionStatement"`
> **ExpressionStatement**: `244`

***

Expand Down Expand Up @@ -1720,7 +1713,6 @@
- [ClassLikeDeclaration](type-aliases/ClassLikeDeclaration.md)
- [ColonToken](type-aliases/ColonToken.md)
- [Comment](type-aliases/Comment.md)
- [CompilerOptions](type-aliases/CompilerOptions.md)
- [CompilerOptionsValue](type-aliases/CompilerOptionsValue.md)
- [CompoundAssignmentOperator](type-aliases/CompoundAssignmentOperator.md)
- [ConciseBody](type-aliases/ConciseBody.md)
Expand Down Expand Up @@ -1778,7 +1770,6 @@
- [JSDocNamespaceBody](type-aliases/JSDocNamespaceBody.md)
- [JSDocParsingMode](type-aliases/JSDocParsingMode.md)
- [JsonObjectExpression](type-aliases/JsonObjectExpression.md)
- [JSX](type-aliases/JSX.md)
- [JsxAttributeLike](type-aliases/JsxAttributeLike.md)
- [JsxAttributeName](type-aliases/JsxAttributeName.md)
- [JsxAttributeValue](type-aliases/JsxAttributeValue.md)
Expand Down
24 changes: 12 additions & 12 deletions packages/utilities/kit/docs/-internal-/enumerations/ModuleKind.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

***

### CommonJS

> **CommonJS**: `1`

***

### ES2015

> **ES2015**: `5`
Expand All @@ -32,6 +38,12 @@

***

### ESNext

> **ESNext**: `99`

***

### Node16

> **Node16**: `100`
Expand Down Expand Up @@ -71,15 +83,3 @@
### UMD

> **UMD**: `3`

## References

### CommonJS

Re-exports [CommonJS](../README.md#commonjs)

***

### ESNext

Re-exports [ESNext](../README.md#esnext)
Original file line number Diff line number Diff line change
Expand Up @@ -608,12 +608,6 @@ Only the JSDoc scanner produces BacktickToken. The normal scanner produces NoSub

***

### ExpressionStatement

> **ExpressionStatement**: `244`

***

### ExpressionWithTypeArguments

> **ExpressionWithTypeArguments**: `233`
Expand Down Expand Up @@ -2368,6 +2362,12 @@ Re-exports [EndOfFileToken](../README.md#endoffiletoken)

***

### ExpressionStatement

Re-exports [ExpressionStatement](../README.md#expressionstatement-1)

***

### SourceFile

Re-exports [SourceFile](../README.md#sourcefile)
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

### kind

> `readonly` **kind**: [`ExpressionStatement`](../enumerations/SyntaxKind.md#expressionstatement)
> `readonly` **kind**: [`ExpressionStatement`](../README.md#expressionstatement-1)

#### Overrides

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

## Extended by

- [`ExpressionStatement`](ExpressionStatement-1.md)
- [`Identifier`](Identifier-1.md)
- [`ElementAccessExpression`](ElementAccessExpression.md)
- [`PropertyAccessExpression`](PropertyAccessExpression.md)
Expand All @@ -22,7 +23,6 @@
- [`ContinueStatement`](ContinueStatement-1.md)
- [`DebuggerStatement`](DebuggerStatement-1.md)
- [`DoStatement`](DoStatement.md)
- [`ExpressionStatement`](ExpressionStatement-1.md)
- [`ForInStatement`](ForInStatement-1.md)
- [`ForOfStatement`](ForOfStatement-1.md)
- [`ForStatement`](ForStatement-1.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

### kind

> `readonly` **kind**: [`ExpressionStatement`](../enumerations/SyntaxKind.md#expressionstatement)
> `readonly` **kind**: [`ExpressionStatement`](../README.md#expressionstatement-1)

#### Inherited from

Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/kit/docs/-internal-/interfaces/Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

## Extended by

- [`Token`](Token.md)
- [`Declaration`](Declaration.md)
- [`LocalsContainer`](LocalsContainer.md)
- [`Statement`](Statement.md)
- [`Token`](Token.md)
- [`Bundle`](Bundle.md)
- [`TypeNode`](TypeNode.md)
- [`Expression`](Expression.md)
Expand All @@ -37,8 +37,8 @@
- [`ObjectBindingPattern`](ObjectBindingPattern.md)
- [`TemplateSpan`](TemplateSpan.md)
- [`VariableDeclarationList`](VariableDeclarationList.md)
- [`JSDocContainer`](JSDocContainer.md)
- [`FlowContainer`](FlowContainer.md)
- [`JSDocContainer`](JSDocContainer.md)
- [`ImportTypeAssertionContainer`](ImportTypeAssertionContainer.md)
- [`JSDocTag`](JSDocTag.md)
- [`LiteralLikeNode`](LiteralLikeNode.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Extended by

- [`ExpressionStatement`](ExpressionStatement-1.md)
- [`Block`](Block.md)
- [`BreakStatement`](BreakStatement-1.md)
- [`ContinueStatement`](ContinueStatement-1.md)
- [`DebuggerStatement`](DebuggerStatement-1.md)
- [`EmptyStatement`](EmptyStatement-1.md)
- [`ExpressionStatement`](ExpressionStatement-1.md)
- [`IfStatement`](IfStatement-1.md)
- [`ImportDeclaration`](ImportDeclaration-1.md)
- [`LabeledStatement`](LabeledStatement-1.md)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading