diff --git a/docs/classes/code_analysis_array_stepper.default.html b/docs/classes/code_analysis_array_stepper.default.html
index eb1c182c..deff9c65 100644
--- a/docs/classes/code_analysis_array_stepper.default.html
+++ b/docs/classes/code_analysis_array_stepper.default.html
@@ -29,7 +29,7 @@
Hierarchy
default
default
+Defined in code-analysis/array-stepper.ts:1
@@ -72,19 +72,19 @@ Parameters
input: ArrayLike<T>
+Defined in code-analysis/array-stepper.ts:4
Protected
position
position: number = 0
+Defined in code-analysis/array-stepper.ts:2
Protected
isFinished
@@ -102,7 +102,7 @@ Protected
Returns boolean
+Defined in code-analysis/array-stepper.ts:13
Methods
@@ -117,7 +117,7 @@ Parameters
offset: number = 1
Returns undefined | T
+Defined in code-analysis/array-stepper.ts:8
Returns string[]
+Defined in code-analysis/parser/index.ts:535
Private
isAssignmentTarget
@@ -296,7 +296,7 @@ Returns boolean
+Defined in code-analysis/parser/index.ts:557
Private
isTypeDefined
@@ -311,7 +311,7 @@ Returns boolean
+Defined in code-analysis/parser/index.ts:699
Private
match
@@ -328,7 +328,7 @@ Returns boolean
+Defined in code-analysis/parser/index.ts:679
Private
matchSet
@@ -345,7 +345,7 @@ Returns boolean
+Defined in code-analysis/parser/index.ts:671
+Defined in code-analysis/parser/index.ts:58
+Defined in code-analysis/parser/index.ts:347
Private
parseArrayType
@@ -384,7 +384,7 @@ Private
-
Returns TypeRef
+Defined in code-analysis/parser/index.ts:586
+Defined in code-analysis/parser/index.ts:323
+Defined in code-analysis/parser/index.ts:311
+Defined in code-analysis/parser/index.ts:190
+Defined in code-analysis/parser/index.ts:400
+Defined in code-analysis/parser/index.ts:287
Private
parseCompoundAssignment
+Defined in code-analysis/parser/index.ts:248
+Defined in code-analysis/parser/index.ts:299
+Defined in code-analysis/parser/index.ts:371
+Defined in code-analysis/parser/index.ts:209
Private
parseExpressionList
+Defined in code-analysis/parser/index.ts:637
Private
parseExpressionStatement
+Defined in code-analysis/parser/index.ts:201
Private
parseFunctionDeclaration
+Defined in code-analysis/parser/index.ts:155
+Defined in code-analysis/parser/index.ts:383
+Defined in code-analysis/parser/index.ts:275
+Defined in code-analysis/parser/index.ts:263
Private
parseMultiplicative
+Defined in code-analysis/parser/index.ts:359
Private
parseObjectContents
+Defined in code-analysis/parser/index.ts:494
Private
parseObjectKeyValuePair
+Defined in code-analysis/parser/index.ts:503
+Defined in code-analysis/parser/index.ts:430
+Defined in code-analysis/parser/index.ts:335
Private
parseSingularType
+Defined in code-analysis/parser/index.ts:603
+Defined in code-analysis/parser/index.ts:70
+Defined in code-analysis/parser/index.ts:519
+Defined in code-analysis/parser/index.ts:213
Private
parseType
@@ -615,7 +615,7 @@ Private
Returns TypeRef
+Defined in code-analysis/parser/index.ts:565
Private
parseTypeList
@@ -627,7 +627,7 @@ Private
Returns TypeRef[]
+Defined in code-analysis/parser/index.ts:626
+Defined in code-analysis/parser/index.ts:415
Private
parseUnionType
@@ -643,7 +643,7 @@ Private
-
Returns TypeRef
+Defined in code-analysis/parser/index.ts:569
Private
parseVariableAssignment
+Defined in code-analysis/parser/index.ts:227
Private
parseVariableDeclaration
+Defined in code-analysis/parser/index.ts:178
+Defined in code-analysis/array-stepper.ts:8
Private
previous
@@ -690,7 +690,7 @@ Returns
+Defined in code-analysis/parser/index.ts:663
Returns R
+Defined in code-analysis/parser/ast/index.ts:104
Abstract
visitIndexExpression
@@ -151,7 +151,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:99
Abstract
visitLiteralExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:112
Abstract
visitObjectLiteralExpression
@@ -177,7 +177,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:110
Abstract
visitParenthesizedExpression
@@ -190,7 +190,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:108
Abstract
visitPropertyAssignmentExpression
@@ -203,7 +203,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:101
Abstract
visitStringInterpolationExpression
@@ -216,7 +216,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:109
Abstract
visitTernaryExpression
@@ -229,7 +229,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:105
Abstract
visitUnaryExpression
@@ -242,7 +242,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:107
Abstract
visitVariableAssignmentExpression
@@ -255,7 +255,7 @@ Parameters
expr: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:102
Returns R
+Defined in code-analysis/parser/ast/index.ts:117
Abstract
visitIfStatement
@@ -120,7 +120,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:119
Abstract
visitPrintlnStatement
@@ -133,7 +133,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:123
Abstract
visitReturnStatement
@@ -146,7 +146,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:116
Abstract
visitVariableAssignmentStatement
@@ -159,7 +159,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:122
Abstract
visitVariableDeclarationStatement
@@ -172,7 +172,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:121
Abstract
visitWhileStatement
@@ -185,7 +185,7 @@ Parameters
stmt: default
Returns R
+Defined in code-analysis/parser/ast/index.ts:118
Returns R
+Defined in code-analysis/parser/ast/index.ts:71
Abstract
visitCompoundAssignmentExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:74
Abstract
visitIdentifierExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:75
Abstract
visitIndexExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:70
Abstract
visitLiteralExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:83
Abstract
visitObjectLiteralExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:81
Abstract
visitParenthesizedExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:79
Abstract
visitPropertyAssignmentExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:72
Abstract
visitStringInterpolationExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:80
Abstract
visitTernaryExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:76
Abstract
visitUnaryExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:78
Abstract
visitVariableAssignmentExpression
Returns R
+Defined in code-analysis/parser/ast/index.ts:73
Returns R
+Defined in code-analysis/parser/ast/index.ts:88
Abstract
visitIfStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:90
Abstract
visitPrintlnStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:94
Abstract
visitReturnStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:87
Abstract
visitVariableAssignmentStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:93
Abstract
visitVariableDeclarationStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:92
Abstract
visitWhileStatement
Returns R
+Defined in code-analysis/parser/ast/index.ts:89
+Defined in code-analysis/parser/ast/expressions/unary.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_expressions_variable_assignment.html b/docs/modules/code_analysis_parser_ast_expressions_variable_assignment.html
index 557fd828..84303d4b 100644
--- a/docs/modules/code_analysis_parser_ast_expressions_variable_assignment.html
+++ b/docs/modules/code_analysis_parser_ast_expressions_variable_assignment.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/expressions/variable-assignment
Module code-analysis/parser/ast/expressions/variable-assignment
+Defined in code-analysis/parser/ast/expressions/variable-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_block.html b/docs/modules/code_analysis_parser_ast_statements_block.html
index 629c7304..02629d30 100644
--- a/docs/modules/code_analysis_parser_ast_statements_block.html
+++ b/docs/modules/code_analysis_parser_ast_statements_block.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/block
Module code-analysis/parser/ast/statements/block
+Defined in code-analysis/parser/ast/statements/block.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_expression.html b/docs/modules/code_analysis_parser_ast_statements_expression.html
index f211df7d..ee9b3a56 100644
--- a/docs/modules/code_analysis_parser_ast_statements_expression.html
+++ b/docs/modules/code_analysis_parser_ast_statements_expression.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/expression
Module code-analysis/parser/ast/statements/expression
+Defined in code-analysis/parser/ast/statements/expression.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_function_declaration.html b/docs/modules/code_analysis_parser_ast_statements_function_declaration.html
index e63b09b5..b0280b1b 100644
--- a/docs/modules/code_analysis_parser_ast_statements_function_declaration.html
+++ b/docs/modules/code_analysis_parser_ast_statements_function_declaration.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/function-declaration
Module code-analysis/parser/ast/statements/function-declaration
+Defined in code-analysis/parser/ast/statements/function-declaration.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_if.html b/docs/modules/code_analysis_parser_ast_statements_if.html
index 58155a53..0c44a810 100644
--- a/docs/modules/code_analysis_parser_ast_statements_if.html
+++ b/docs/modules/code_analysis_parser_ast_statements_if.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/if
Module code-analysis/parser/ast/statements/if
+Defined in code-analysis/parser/ast/statements/if.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_println.html b/docs/modules/code_analysis_parser_ast_statements_println.html
index 8210c572..9c21c310 100644
--- a/docs/modules/code_analysis_parser_ast_statements_println.html
+++ b/docs/modules/code_analysis_parser_ast_statements_println.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/println
Module code-analysis/parser/ast/statements/println
+Defined in code-analysis/parser/ast/statements/println.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_return.html b/docs/modules/code_analysis_parser_ast_statements_return.html
index 0b11cae2..ddffcb21 100644
--- a/docs/modules/code_analysis_parser_ast_statements_return.html
+++ b/docs/modules/code_analysis_parser_ast_statements_return.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/return
Module code-analysis/parser/ast/statements/return
+Defined in code-analysis/parser/ast/statements/return.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_variable_assignment.html b/docs/modules/code_analysis_parser_ast_statements_variable_assignment.html
index 59962ec4..ab5a7bb6 100644
--- a/docs/modules/code_analysis_parser_ast_statements_variable_assignment.html
+++ b/docs/modules/code_analysis_parser_ast_statements_variable_assignment.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/variable-assignment
Module code-analysis/parser/ast/statements/variable-assignment
+Defined in code-analysis/parser/ast/statements/variable-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_variable_declaration.html b/docs/modules/code_analysis_parser_ast_statements_variable_declaration.html
index b07d51bc..8b642b77 100644
--- a/docs/modules/code_analysis_parser_ast_statements_variable_declaration.html
+++ b/docs/modules/code_analysis_parser_ast_statements_variable_declaration.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/variable-declaration
Module code-analysis/parser/ast/statements/variable-declaration
+Defined in code-analysis/parser/ast/statements/variable-declaration.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_statements_while.html b/docs/modules/code_analysis_parser_ast_statements_while.html
index bd5fcf4c..45b0f23f 100644
--- a/docs/modules/code_analysis_parser_ast_statements_while.html
+++ b/docs/modules/code_analysis_parser_ast_statements_while.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/statements/while
Module code-analysis/parser/ast/statements/while
+Defined in code-analysis/parser/ast/statements/while.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_type_nodes_array_type.html b/docs/modules/code_analysis_parser_ast_type_nodes_array_type.html
index 3cfffbf2..4c73f7e9 100644
--- a/docs/modules/code_analysis_parser_ast_type_nodes_array_type.html
+++ b/docs/modules/code_analysis_parser_ast_type_nodes_array_type.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/type-nodes/array-type
Module code-analysis/parser/ast/type-nodes/array-type
+Defined in code-analysis/parser/ast/type-nodes/array-type.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_type_nodes_singular_type.html b/docs/modules/code_analysis_parser_ast_type_nodes_singular_type.html
index 52aa36a9..de54e72a 100644
--- a/docs/modules/code_analysis_parser_ast_type_nodes_singular_type.html
+++ b/docs/modules/code_analysis_parser_ast_type_nodes_singular_type.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/type-nodes/singular-type
Module code-analysis/parser/ast/type-nodes/singular-type
+Defined in code-analysis/parser/ast/type-nodes/singular-type.ts:1
Index
diff --git a/docs/modules/code_analysis_parser_ast_type_nodes_union_type.html b/docs/modules/code_analysis_parser_ast_type_nodes_union_type.html
index 431db68d..5dc7d290 100644
--- a/docs/modules/code_analysis_parser_ast_type_nodes_union_type.html
+++ b/docs/modules/code_analysis_parser_ast_type_nodes_union_type.html
@@ -16,7 +16,7 @@
code-analysis/parser/ast/type-nodes/union-type
Module code-analysis/parser/ast/type-nodes/union-type
+Defined in code-analysis/parser/ast/type-nodes/union-type.ts:1
Index
diff --git a/docs/modules/code_analysis_resolver.html b/docs/modules/code_analysis_resolver.html
index e2b7896a..32b24379 100644
--- a/docs/modules/code_analysis_resolver.html
+++ b/docs/modules/code_analysis_resolver.html
@@ -16,7 +16,7 @@
code-analysis/resolver
Module code-analysis/resolver
+Defined in code-analysis/resolver.ts:1
Index
diff --git a/docs/modules/code_analysis_scope_context.html b/docs/modules/code_analysis_scope_context.html
index ffd0c4a9..09bbf565 100644
--- a/docs/modules/code_analysis_scope_context.html
+++ b/docs/modules/code_analysis_scope_context.html
@@ -16,7 +16,7 @@
code-analysis/scope-context
Module code-analysis/scope-context
+Defined in code-analysis/scope-context.ts:1
Index
diff --git a/docs/modules/code_analysis_syntax_keywords.html b/docs/modules/code_analysis_syntax_keywords.html
index c7c57164..1fff0e8a 100644
--- a/docs/modules/code_analysis_syntax_keywords.html
+++ b/docs/modules/code_analysis_syntax_keywords.html
@@ -16,7 +16,7 @@
code-analysis/syntax/keywords
Module code-analysis/syntax/keywords
+Defined in code-analysis/syntax/keywords.ts:1
Index
diff --git a/docs/modules/code_analysis_syntax_lexer.html b/docs/modules/code_analysis_syntax_lexer.html
index 6096b47e..ea1cb0aa 100644
--- a/docs/modules/code_analysis_syntax_lexer.html
+++ b/docs/modules/code_analysis_syntax_lexer.html
@@ -16,7 +16,7 @@
code-analysis/syntax/lexer
Module code-analysis/syntax/lexer
+Defined in code-analysis/syntax/lexer.ts:1
Index
diff --git a/docs/modules/code_analysis_syntax_syntax_sets.html b/docs/modules/code_analysis_syntax_syntax_sets.html
index c5e5f933..eef93f6a 100644
--- a/docs/modules/code_analysis_syntax_syntax_sets.html
+++ b/docs/modules/code_analysis_syntax_syntax_sets.html
@@ -16,7 +16,7 @@
code-analysis/syntax/syntax-sets
Module code-analysis/syntax/syntax-sets
+Defined in code-analysis/syntax/syntax-sets.ts:1
Index
diff --git a/docs/modules/code_analysis_syntax_syntax_type.html b/docs/modules/code_analysis_syntax_syntax_type.html
index 7e3e559d..dcd1ff15 100644
--- a/docs/modules/code_analysis_syntax_syntax_type.html
+++ b/docs/modules/code_analysis_syntax_syntax_type.html
@@ -16,7 +16,7 @@
code-analysis/syntax/syntax-type
Module code-analysis/syntax/syntax-type
+Defined in code-analysis/syntax/syntax-type.ts:1
Index
diff --git a/docs/modules/code_analysis_syntax_token.html b/docs/modules/code_analysis_syntax_token.html
index f3877187..6ac410b1 100644
--- a/docs/modules/code_analysis_syntax_token.html
+++ b/docs/modules/code_analysis_syntax_token.html
@@ -16,7 +16,7 @@
code-analysis/syntax/token
Module code-analysis/syntax/token
+Defined in code-analysis/syntax/token.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker-1.html b/docs/modules/code_analysis_type_checker-1.html
index 43d77697..3a5af572 100644
--- a/docs/modules/code_analysis_type_checker-1.html
+++ b/docs/modules/code_analysis_type_checker-1.html
@@ -16,7 +16,7 @@
code-analysis/type-checker
Module code-analysis/type-checker
+Defined in code-analysis/type-checker/index.ts:1
diff --git a/docs/modules/code_analysis_type_checker.html b/docs/modules/code_analysis_type_checker.html
index 5b7dd581..6d323d47 100644
--- a/docs/modules/code_analysis_type_checker.html
+++ b/docs/modules/code_analysis_type_checker.html
@@ -16,7 +16,7 @@
code-analysis/type-checker
Module code-analysis/type-checker
+Defined in code-analysis/type-checker/index.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder-1.html b/docs/modules/code_analysis_type_checker_binder-1.html
index ea76e9ae..6fac8e01 100644
--- a/docs/modules/code_analysis_type_checker_binder-1.html
+++ b/docs/modules/code_analysis_type_checker_binder-1.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder
Module code-analysis/type-checker/binder
+Defined in code-analysis/type-checker/binder/index.ts:1
diff --git a/docs/modules/code_analysis_type_checker_binder.html b/docs/modules/code_analysis_type_checker_binder.html
index 2cc7885f..e4f7a203 100644
--- a/docs/modules/code_analysis_type_checker_binder.html
+++ b/docs/modules/code_analysis_type_checker_binder.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder
Module code-analysis/type-checker/binder
+Defined in code-analysis/type-checker/binder/index.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions-1.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions-1.html
index cc967321..4f983680 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions-1.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions-1.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions
Module code-analysis/type-checker/binder/bound-expressions
+Defined in code-analysis/type-checker/binder/bound-expressions/index.ts:1
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions.html
index 211c723e..7d28560f 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions
Module code-analysis/type-checker/binder/bound-expressions
+Defined in code-analysis/type-checker/binder/bound-expressions/index.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_array_literal.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_array_literal.html
index 1f40dec1..ba1331c4 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_array_literal.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_array_literal.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/array-literal
Module code-analysis/type-checker/binder/bound-expressions/array-literal
+Defined in code-analysis/type-checker/binder/bound-expressions/array-literal.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_binary.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_binary.html
index 4cc8f9b9..2c6e9266 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_binary.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_binary.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/binary
Module code-analysis/type-checker/binder/bound-expressions/binary
+Defined in code-analysis/type-checker/binder/bound-expressions/binary.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_call.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_call.html
index 46eacfd2..1a2a664e 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_call.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_call.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/call
Module code-analysis/type-checker/binder/bound-expressions/call
+Defined in code-analysis/type-checker/binder/bound-expressions/call.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_compound_assignment.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_compound_assignment.html
index 43d285ae..dbaf2f2d 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_compound_assignment.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_compound_assignment.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/compound-assignment
Module code-analysis/type-checker/binder/bound-expressions/compound-assignment
+Defined in code-analysis/type-checker/binder/bound-expressions/compound-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_identifier.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_identifier.html
index 58d32ee6..17aaf5ff 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_identifier.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_identifier.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/identifier
Module code-analysis/type-checker/binder/bound-expressions/identifier
+Defined in code-analysis/type-checker/binder/bound-expressions/identifier.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_literal.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_literal.html
index c360231d..e040a99a 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_literal.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_literal.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/literal
Module code-analysis/type-checker/binder/bound-expressions/literal
+Defined in code-analysis/type-checker/binder/bound-expressions/literal.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_object_literal.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_object_literal.html
index 3bbfbf70..bcb8c8c8 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_object_literal.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_object_literal.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/object-literal
Module code-analysis/type-checker/binder/bound-expressions/object-literal
+Defined in code-analysis/type-checker/binder/bound-expressions/object-literal.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_parenthesized.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_parenthesized.html
index bb2cac1b..d3d6e819 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_parenthesized.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_parenthesized.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/parenthesized
Module code-analysis/type-checker/binder/bound-expressions/parenthesized
+Defined in code-analysis/type-checker/binder/bound-expressions/parenthesized.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_property_assignment.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_property_assignment.html
index 7559b2c9..84ab362a 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_property_assignment.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_property_assignment.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/property-assignment
Module code-analysis/type-checker/binder/bound-expressions/property-assignment
+Defined in code-analysis/type-checker/binder/bound-expressions/property-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_string_interpolation.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_string_interpolation.html
index d0ea7e01..fd56860f 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_string_interpolation.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_string_interpolation.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/string-interpolation
Module code-analysis/type-checker/binder/bound-expressions/string-interpolation
+Defined in code-analysis/type-checker/binder/bound-expressions/string-interpolation.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_ternary.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_ternary.html
index bf329e37..eaf4ccf9 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_ternary.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_ternary.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/ternary
Module code-analysis/type-checker/binder/bound-expressions/ternary
+Defined in code-analysis/type-checker/binder/bound-expressions/ternary.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_unary.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_unary.html
index 9d07921d..baa37502 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_unary.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_unary.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/unary
Module code-analysis/type-checker/binder/bound-expressions/unary
+Defined in code-analysis/type-checker/binder/bound-expressions/unary.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_expressions_variable_assignment.html b/docs/modules/code_analysis_type_checker_binder_bound_expressions_variable_assignment.html
index f468b097..8b63120a 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_expressions_variable_assignment.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_expressions_variable_assignment.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-expressions/variable-assignment
Module code-analysis/type-checker/binder/bound-expressions/variable-assignment
+Defined in code-analysis/type-checker/binder/bound-expressions/variable-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_node.html b/docs/modules/code_analysis_type_checker_binder_bound_node.html
index bef14b65..28bc1772 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_node.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_node.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-node
Module code-analysis/type-checker/binder/bound-node
+Defined in code-analysis/type-checker/binder/bound-node.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_operators_binary.html b/docs/modules/code_analysis_type_checker_binder_bound_operators_binary.html
index b77c5a69..04a8d7cd 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_operators_binary.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_operators_binary.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-operators/binary
Module code-analysis/type-checker/binder/bound-operators/binary
+Defined in code-analysis/type-checker/binder/bound-operators/binary.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_operators_unary.html b/docs/modules/code_analysis_type_checker_binder_bound_operators_unary.html
index bd726bcf..314b877b 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_operators_unary.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_operators_unary.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-operators/unary
Module code-analysis/type-checker/binder/bound-operators/unary
+Defined in code-analysis/type-checker/binder/bound-operators/unary.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_block.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_block.html
index b7adc4e7..8cfb0d6a 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_block.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_block.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/block
Module code-analysis/type-checker/binder/bound-statements/block
+Defined in code-analysis/type-checker/binder/bound-statements/block.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_expression.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_expression.html
index 6b1ae10a..98ba554d 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_expression.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_expression.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/expression
Module code-analysis/type-checker/binder/bound-statements/expression
+Defined in code-analysis/type-checker/binder/bound-statements/expression.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_function_declaration.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_function_declaration.html
index a95dc52b..834f5309 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_function_declaration.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_function_declaration.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/function-declaration
Module code-analysis/type-checker/binder/bound-statements/function-declaration
+Defined in code-analysis/type-checker/binder/bound-statements/function-declaration.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_if.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_if.html
index fa83c87a..a2a5ae89 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_if.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_if.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/if
Module code-analysis/type-checker/binder/bound-statements/if
+Defined in code-analysis/type-checker/binder/bound-statements/if.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_println.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_println.html
index 40d10b50..afa2f5f5 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_println.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_println.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/println
Module code-analysis/type-checker/binder/bound-statements/println
+Defined in code-analysis/type-checker/binder/bound-statements/println.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_return.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_return.html
index dc75c103..e9df7775 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_return.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_return.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/return
Module code-analysis/type-checker/binder/bound-statements/return
+Defined in code-analysis/type-checker/binder/bound-statements/return.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_assignment.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_assignment.html
index 0053ed1e..a04eae9c 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_assignment.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_assignment.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/variable-assignment
Module code-analysis/type-checker/binder/bound-statements/variable-assignment
+Defined in code-analysis/type-checker/binder/bound-statements/variable-assignment.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_declaration.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_declaration.html
index c6ed73cb..46cffe61 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_declaration.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_variable_declaration.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/variable-declaration
Module code-analysis/type-checker/binder/bound-statements/variable-declaration
+Defined in code-analysis/type-checker/binder/bound-statements/variable-declaration.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_bound_statements_while.html b/docs/modules/code_analysis_type_checker_binder_bound_statements_while.html
index 66e801ff..a53e4b4f 100644
--- a/docs/modules/code_analysis_type_checker_binder_bound_statements_while.html
+++ b/docs/modules/code_analysis_type_checker_binder_bound_statements_while.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/bound-statements/while
Module code-analysis/type-checker/binder/bound-statements/while
+Defined in code-analysis/type-checker/binder/bound-statements/while.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_binder_variable_symbol.html b/docs/modules/code_analysis_type_checker_binder_variable_symbol.html
index 620e1eac..a77b4b97 100644
--- a/docs/modules/code_analysis_type_checker_binder_variable_symbol.html
+++ b/docs/modules/code_analysis_type_checker_binder_variable_symbol.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/binder/variable-symbol
Module code-analysis/type-checker/binder/variable-symbol
+Defined in code-analysis/type-checker/binder/variable-symbol.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_array_type.html b/docs/modules/code_analysis_type_checker_types_array_type.html
index f6ccbf52..910011c9 100644
--- a/docs/modules/code_analysis_type_checker_types_array_type.html
+++ b/docs/modules/code_analysis_type_checker_types_array_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/array-type
Module code-analysis/type-checker/types/array-type
+Defined in code-analysis/type-checker/types/array-type.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_function_type.html b/docs/modules/code_analysis_type_checker_types_function_type.html
index efaa01cb..b8932b20 100644
--- a/docs/modules/code_analysis_type_checker_types_function_type.html
+++ b/docs/modules/code_analysis_type_checker_types_function_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/function-type
Module code-analysis/type-checker/types/function-type
+Defined in code-analysis/type-checker/types/function-type.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_interface_type.html b/docs/modules/code_analysis_type_checker_types_interface_type.html
index 8dbce7c2..ad86778b 100644
--- a/docs/modules/code_analysis_type_checker_types_interface_type.html
+++ b/docs/modules/code_analysis_type_checker_types_interface_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/interface-type
Module code-analysis/type-checker/types/interface-type
+Defined in code-analysis/type-checker/types/interface-type.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_singular_type.html b/docs/modules/code_analysis_type_checker_types_singular_type.html
index 1e30176b..4a3d0c9f 100644
--- a/docs/modules/code_analysis_type_checker_types_singular_type.html
+++ b/docs/modules/code_analysis_type_checker_types_singular_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/singular-type
Module code-analysis/type-checker/types/singular-type
+Defined in code-analysis/type-checker/types/singular-type.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_type.html b/docs/modules/code_analysis_type_checker_types_type.html
index 2a3554cf..79689699 100644
--- a/docs/modules/code_analysis_type_checker_types_type.html
+++ b/docs/modules/code_analysis_type_checker_types_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/type
Module code-analysis/type-checker/types/type
+Defined in code-analysis/type-checker/types/type.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_type_sets.html b/docs/modules/code_analysis_type_checker_types_type_sets.html
index bed51639..8176c8ac 100644
--- a/docs/modules/code_analysis_type_checker_types_type_sets.html
+++ b/docs/modules/code_analysis_type_checker_types_type_sets.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/type-sets
Module code-analysis/type-checker/types/type-sets
+Defined in code-analysis/type-checker/types/type-sets.ts:1
Index
diff --git a/docs/modules/code_analysis_type_checker_types_union_type.html b/docs/modules/code_analysis_type_checker_types_union_type.html
index 545449b5..21f4c653 100644
--- a/docs/modules/code_analysis_type_checker_types_union_type.html
+++ b/docs/modules/code_analysis_type_checker_types_union_type.html
@@ -16,7 +16,7 @@
code-analysis/type-checker/types/union-type
Module code-analysis/type-checker/types/union-type
+Defined in code-analysis/type-checker/types/union-type.ts:1
Index
diff --git a/docs/modules/errors.html b/docs/modules/errors.html
index d420cb66..abc731f1 100644
--- a/docs/modules/errors.html
+++ b/docs/modules/errors.html
@@ -16,7 +16,7 @@
errors
Module errors
+Defined in errors.ts:1
Index
diff --git a/docs/modules/runtime_hooked_exceptions.default.html b/docs/modules/runtime_hooked_exceptions.default.html
index b608ea64..0d1bdcea 100644
--- a/docs/modules/runtime_hooked_exceptions.default.html
+++ b/docs/modules/runtime_hooked_exceptions.default.html
@@ -17,7 +17,7 @@
default
Namespace default
+Defined in runtime/hooked-exceptions.ts:5
Index
diff --git a/docs/modules/runtime_hooked_exceptions.html b/docs/modules/runtime_hooked_exceptions.html
index 130ee3a8..56198d4c 100644
--- a/docs/modules/runtime_hooked_exceptions.html
+++ b/docs/modules/runtime_hooked_exceptions.html
@@ -16,7 +16,7 @@
runtime/hooked-exceptions
Module runtime/hooked-exceptions
+Defined in runtime/hooked-exceptions.ts:1
Index
diff --git a/docs/modules/runtime_interpreter.html b/docs/modules/runtime_interpreter.html
index 9b7fec36..cc5167a7 100644
--- a/docs/modules/runtime_interpreter.html
+++ b/docs/modules/runtime_interpreter.html
@@ -16,7 +16,7 @@
runtime/interpreter
Module runtime/interpreter
+Defined in runtime/interpreter.ts:1
Index
diff --git a/docs/modules/runtime_intrinsics-1.html b/docs/modules/runtime_intrinsics-1.html
index 618bc576..583d757a 100644
--- a/docs/modules/runtime_intrinsics-1.html
+++ b/docs/modules/runtime_intrinsics-1.html
@@ -16,7 +16,7 @@
runtime/intrinsics
Module runtime/intrinsics
+Defined in runtime/intrinsics/index.ts:1
diff --git a/docs/modules/runtime_intrinsics.html b/docs/modules/runtime_intrinsics.html
index 2fe3c01b..15223e64 100644
--- a/docs/modules/runtime_intrinsics.html
+++ b/docs/modules/runtime_intrinsics.html
@@ -16,7 +16,7 @@
runtime/intrinsics
Module runtime/intrinsics
+Defined in runtime/intrinsics/index.ts:1
Index
diff --git a/docs/modules/runtime_intrinsics_eval.html b/docs/modules/runtime_intrinsics_eval.html
index b1ec3ecd..fee9a5d4 100644
--- a/docs/modules/runtime_intrinsics_eval.html
+++ b/docs/modules/runtime_intrinsics_eval.html
@@ -16,7 +16,7 @@
runtime/intrinsics/eval
Module runtime/intrinsics/eval
+Defined in runtime/intrinsics/eval.ts:1
Index
diff --git a/docs/modules/runtime_intrinsics_std-1.html b/docs/modules/runtime_intrinsics_std-1.html
index 710cbe68..dabe5a78 100644
--- a/docs/modules/runtime_intrinsics_std-1.html
+++ b/docs/modules/runtime_intrinsics_std-1.html
@@ -16,7 +16,7 @@
runtime/intrinsics/std
Module runtime/intrinsics/std
+Defined in runtime/intrinsics/std/index.ts:1
diff --git a/docs/modules/runtime_intrinsics_std.html b/docs/modules/runtime_intrinsics_std.html
index 406c0997..f706d935 100644
--- a/docs/modules/runtime_intrinsics_std.html
+++ b/docs/modules/runtime_intrinsics_std.html
@@ -16,7 +16,7 @@
runtime/intrinsics/std
Module runtime/intrinsics/std
+Defined in runtime/intrinsics/std/index.ts:1
Index
diff --git a/docs/modules/runtime_intrinsics_std_io-1.html b/docs/modules/runtime_intrinsics_std_io-1.html
index 2c494ad3..3570099c 100644
--- a/docs/modules/runtime_intrinsics_std_io-1.html
+++ b/docs/modules/runtime_intrinsics_std_io-1.html
@@ -16,7 +16,7 @@
runtime/intrinsics/std/io
Module runtime/intrinsics/std/io
+Defined in runtime/intrinsics/std/io/index.ts:1
diff --git a/docs/modules/runtime_intrinsics_std_io.html b/docs/modules/runtime_intrinsics_std_io.html
index 5d599441..5e026e3d 100644
--- a/docs/modules/runtime_intrinsics_std_io.html
+++ b/docs/modules/runtime_intrinsics_std_io.html
@@ -16,7 +16,7 @@
runtime/intrinsics/std/io
Module runtime/intrinsics/std/io
+Defined in runtime/intrinsics/std/io/index.ts:1
Index
diff --git a/docs/modules/runtime_intrinsics_std_io_readln.html b/docs/modules/runtime_intrinsics_std_io_readln.html
index 715e9c40..9c5c67c8 100644
--- a/docs/modules/runtime_intrinsics_std_io_readln.html
+++ b/docs/modules/runtime_intrinsics_std_io_readln.html
@@ -16,7 +16,7 @@
runtime/intrinsics/std/io/readln
Module runtime/intrinsics/std/io/readln
+Defined in runtime/intrinsics/std/io/readln.ts:1
Index
diff --git a/docs/modules/runtime_scope.html b/docs/modules/runtime_scope.html
index 1013921b..1ff19855 100644
--- a/docs/modules/runtime_scope.html
+++ b/docs/modules/runtime_scope.html
@@ -16,7 +16,7 @@
runtime/scope
Module runtime/scope
+Defined in runtime/scope.ts:1
Index
diff --git a/docs/modules/runtime_types_callable.html b/docs/modules/runtime_types_callable.html
index a8858aea..5f0c7696 100644
--- a/docs/modules/runtime_types_callable.html
+++ b/docs/modules/runtime_types_callable.html
@@ -16,7 +16,7 @@
runtime/types/callable
Module runtime/types/callable
+Defined in runtime/types/callable.ts:1
Index
diff --git a/docs/modules/runtime_types_function.html b/docs/modules/runtime_types_function.html
index be5925c6..690e66b3 100644
--- a/docs/modules/runtime_types_function.html
+++ b/docs/modules/runtime_types_function.html
@@ -16,7 +16,7 @@
runtime/types/function
Module runtime/types/function
+Defined in runtime/types/function.ts:1
Index
diff --git a/docs/modules/runtime_types_intrinsic.default.html b/docs/modules/runtime_types_intrinsic.default.html
index 81aae6d4..f81d977b 100644
--- a/docs/modules/runtime_types_intrinsic.default.html
+++ b/docs/modules/runtime_types_intrinsic.default.html
@@ -17,7 +17,7 @@
default
Namespace default
+Defined in runtime/types/intrinsic.ts:8
Index
diff --git a/docs/modules/runtime_types_intrinsic.html b/docs/modules/runtime_types_intrinsic.html
index 00cbb436..844fe75e 100644
--- a/docs/modules/runtime_types_intrinsic.html
+++ b/docs/modules/runtime_types_intrinsic.html
@@ -16,7 +16,7 @@
runtime/types/intrinsic
Module runtime/types/intrinsic
+Defined in runtime/types/intrinsic.ts:1
Index
diff --git a/docs/modules/runtime_types_value.html b/docs/modules/runtime_types_value.html
index 1f84e3b7..d18b271e 100644
--- a/docs/modules/runtime_types_value.html
+++ b/docs/modules/runtime_types_value.html
@@ -16,7 +16,7 @@
runtime/types/value
Module runtime/types/value
+Defined in runtime/types/value.ts:1
Index
diff --git a/docs/modules/utility.html b/docs/modules/utility.html
index 06e5f3a1..6f3862df 100644
--- a/docs/modules/utility.html
+++ b/docs/modules/utility.html
@@ -16,7 +16,7 @@
utility
Module utility
+Defined in utility.ts:1
Index
diff --git a/docs/types/code_analysis_type_checker.IndexType.html b/docs/types/code_analysis_type_checker.IndexType.html
index 98d9cead..784e0ac4 100644
--- a/docs/types/code_analysis_type_checker.IndexType.html
+++ b/docs/types/code_analysis_type_checker.IndexType.html
@@ -18,7 +18,7 @@
Type alias IndexType
IndexType: string | number
+Defined in code-analysis/type-checker/index.ts:41