@mohsen-azimi/tsz-dev 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,369 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_tsprogram_free: (a: number, b: number) => void;
5
+ export const createTsProgram: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
6
+ export const tsprogram_addLibFile: (a: number, b: number, c: number, d: number, e: number) => void;
7
+ export const tsprogram_addSourceFile: (a: number, b: number, c: number, d: number, e: number) => void;
8
+ export const tsprogram_dispose: (a: number) => void;
9
+ export const tsprogram_emitFile: (a: number, b: number, c: number) => [number, number];
10
+ export const tsprogram_emitJson: (a: number) => [number, number];
11
+ export const tsprogram_getAllDiagnosticCodes: (a: number) => [number, number];
12
+ export const tsprogram_getCompilerOptionsJson: (a: number) => [number, number];
13
+ export const tsprogram_getPreEmitDiagnosticsJson: (a: number) => [number, number];
14
+ export const tsprogram_getRootFileNames: (a: number) => any;
15
+ export const tsprogram_getSemanticDiagnosticsJson: (a: number, b: number, c: number) => [number, number];
16
+ export const tsprogram_getSourceFileCount: (a: number) => number;
17
+ export const tsprogram_getSyntacticDiagnosticsJson: (a: number, b: number, c: number) => [number, number];
18
+ export const tsprogram_getTypeChecker: (a: number) => number;
19
+ export const tsprogram_new: () => number;
20
+ export const tsprogram_setCompilerOptions: (a: number, b: number, c: number) => [number, number];
21
+ export const __wbg_wasmparallelchecker_free: (a: number, b: number) => void;
22
+ export const __wbg_wasmparallelparser_free: (a: number, b: number) => void;
23
+ export const __wbg_wasmtypeinterner_free: (a: number, b: number) => void;
24
+ export const wasmparallelchecker_addFile: (a: number, b: number, c: number, d: number, e: number) => void;
25
+ export const wasmparallelchecker_checkAll: (a: number) => any;
26
+ export const wasmparallelchecker_clear: (a: number) => void;
27
+ export const wasmparallelchecker_getFileCount: (a: number) => number;
28
+ export const wasmparallelchecker_new: () => number;
29
+ export const wasmparallelparser_addFile: (a: number, b: number, c: number, d: number, e: number) => void;
30
+ export const wasmparallelparser_clear: (a: number) => void;
31
+ export const wasmparallelparser_parseAll: (a: number) => any;
32
+ export const wasmtypeinterner_getTypeCount: (a: number) => number;
33
+ export const wasmtypeinterner_internString: (a: number, b: number, c: number) => number;
34
+ export const wasmtypeinterner_isEmpty: (a: number) => number;
35
+ export const wasmtypeinterner_new: () => number;
36
+ export const wasmtypeinterner_resolveAtom: (a: number, b: number) => [number, number];
37
+ export const wasmparallelparser_getFileCount: (a: number) => number;
38
+ export const wasmparallelparser_new: () => number;
39
+ export const createSourceFile: (a: number, b: number, c: number, d: number, e: number) => number;
40
+ export const formatDiagnostic: (a: number, b: number) => [number, number];
41
+ export const formatDiagnosticsWithColorAndContext: (a: number, b: number, c: number, d: number) => [number, number];
42
+ export const getOperatorPrecedence: (a: number) => number;
43
+ export const getTszVersion: () => [number, number];
44
+ export const getTypeScriptVersion: () => [number, number];
45
+ export const isKeyword: (a: number) => number;
46
+ export const isLiteralExpression: (a: number) => number;
47
+ export const isPunctuation: (a: number) => number;
48
+ export const isTemplateLiteralKind: (a: number) => number;
49
+ export const isTrivia: (a: number) => number;
50
+ export const parseConfigFileTextToJson: (a: number, b: number, c: number, d: number) => [number, number];
51
+ export const parseJsonText: (a: number, b: number) => [number, number];
52
+ export const scanTokens: (a: number, b: number) => [number, number];
53
+ export const syntaxKindToName: (a: number) => [number, number];
54
+ export const tokenToString: (a: number) => [number, number];
55
+ export const __wbg_tssignature_free: (a: number, b: number) => void;
56
+ export const __wbg_tssourcefile_free: (a: number, b: number) => void;
57
+ export const __wbg_tssymbol_free: (a: number, b: number) => void;
58
+ export const __wbg_tstype_free: (a: number, b: number) => void;
59
+ export const createAnyType: () => number;
60
+ export const createBooleanType: () => number;
61
+ export const createNeverType: () => number;
62
+ export const createNullType: () => number;
63
+ export const createNumberType: () => number;
64
+ export const createStringType: () => number;
65
+ export const createTsSourceFile: (a: number, b: number, c: number, d: number, e: number) => number;
66
+ export const createUndefinedType: () => number;
67
+ export const createUnknownType: () => number;
68
+ export const createVoidType: () => number;
69
+ export const tssignature_getDeclarationHandle: (a: number) => number;
70
+ export const tssignature_getParameterHandles: (a: number) => [number, number];
71
+ export const tssignature_handle: (a: number) => number;
72
+ export const tssignature_new: (a: number) => number;
73
+ export const tssourcefile_end: (a: number) => number;
74
+ export const tssourcefile_fileName: (a: number) => [number, number];
75
+ export const tssourcefile_forEachChild: (a: number, b: number) => any;
76
+ export const tssourcefile_getChildHandles: (a: number, b: number) => [number, number];
77
+ export const tssourcefile_getIdentifierText: (a: number, b: number) => [number, number];
78
+ export const tssourcefile_getNodeEnd: (a: number, b: number) => number;
79
+ export const tssourcefile_getNodeFlags: (a: number, b: number) => number;
80
+ export const tssourcefile_getNodeKind: (a: number, b: number) => number;
81
+ export const tssourcefile_getNodePos: (a: number, b: number) => number;
82
+ export const tssourcefile_getNodeText: (a: number, b: number) => [number, number];
83
+ export const tssourcefile_getParentHandle: (a: number, b: number) => number;
84
+ export const tssourcefile_getRootHandle: (a: number) => number;
85
+ export const tssourcefile_getStatementHandles: (a: number) => [number, number];
86
+ export const tssourcefile_isDeclarationFile: (a: number) => number;
87
+ export const tssourcefile_isKind: (a: number, b: number, c: number) => number;
88
+ export const tssourcefile_kind: (a: number) => number;
89
+ export const tssourcefile_languageVersion: (a: number) => number;
90
+ export const tssourcefile_new: (a: number, b: number, c: number, d: number) => number;
91
+ export const tssourcefile_pos: (a: number) => number;
92
+ export const tssourcefile_scriptKind: (a: number) => number;
93
+ export const tssourcefile_text: (a: number) => [number, number];
94
+ export const tssymbol_escapedName: (a: number) => [number, number];
95
+ export const tssymbol_flags: (a: number) => number;
96
+ export const tssymbol_handle: (a: number) => number;
97
+ export const tssymbol_isAlias: (a: number) => number;
98
+ export const tssymbol_isClass: (a: number) => number;
99
+ export const tssymbol_isEnum: (a: number) => number;
100
+ export const tssymbol_isFunction: (a: number) => number;
101
+ export const tssymbol_isInterface: (a: number) => number;
102
+ export const tssymbol_isMethod: (a: number) => number;
103
+ export const tssymbol_isOptional: (a: number) => number;
104
+ export const tssymbol_isProperty: (a: number) => number;
105
+ export const tssymbol_isTypeAlias: (a: number) => number;
106
+ export const tssymbol_isTypeParameter: (a: number) => number;
107
+ export const tssymbol_isVariable: (a: number) => number;
108
+ export const tssymbol_new: (a: number, b: number, c: number, d: number) => number;
109
+ export const tstype_flags: (a: number) => number;
110
+ export const tstype_handle: (a: number) => number;
111
+ export const tstype_isAny: (a: number) => number;
112
+ export const tstype_isBoolean: (a: number) => number;
113
+ export const tstype_isClassOrInterface: (a: number) => number;
114
+ export const tstype_isIntersection: (a: number) => number;
115
+ export const tstype_isLiteral: (a: number) => number;
116
+ export const tstype_isNever: (a: number) => number;
117
+ export const tstype_isNull: (a: number) => number;
118
+ export const tstype_isNumber: (a: number) => number;
119
+ export const tstype_isNumberLiteral: (a: number) => number;
120
+ export const tstype_isString: (a: number) => number;
121
+ export const tstype_isStringLiteral: (a: number) => number;
122
+ export const tstype_isTypeParameter: (a: number) => number;
123
+ export const tstype_isUndefined: (a: number) => number;
124
+ export const tstype_isUnion: (a: number) => number;
125
+ export const tstype_isUnionOrIntersection: (a: number) => number;
126
+ export const tstype_isUnknown: (a: number) => number;
127
+ export const tstype_isVoid: (a: number) => number;
128
+ export const tstype_new: (a: number, b: number) => number;
129
+ export const tssignature_getTypeParameterHandles: (a: number) => [number, number];
130
+ export const tstype_isObject: (a: number) => number;
131
+ export const tssymbol_name: (a: number) => [number, number];
132
+ export const isArrayTypeNode: (a: number) => number;
133
+ export const isArrowFunction: (a: number) => number;
134
+ export const isBinaryExpression: (a: number) => number;
135
+ export const isBlock: (a: number) => number;
136
+ export const isCallExpression: (a: number) => number;
137
+ export const isClassDeclaration: (a: number) => number;
138
+ export const isClassExpression: (a: number) => number;
139
+ export const isClassLike: (a: number) => number;
140
+ export const isConstructorDeclaration: (a: number) => number;
141
+ export const isDeclaration: (a: number) => number;
142
+ export const isElementAccessExpression: (a: number) => number;
143
+ export const isEnumDeclaration: (a: number) => number;
144
+ export const isExportDeclaration: (a: number) => number;
145
+ export const isExpression: (a: number) => number;
146
+ export const isExpressionStatement: (a: number) => number;
147
+ export const isForStatement: (a: number) => number;
148
+ export const isFunctionDeclaration: (a: number) => number;
149
+ export const isFunctionExpression: (a: number) => number;
150
+ export const isFunctionLike: (a: number) => number;
151
+ export const isIdentifier: (a: number) => number;
152
+ export const isIfStatement: (a: number) => number;
153
+ export const isImportDeclaration: (a: number) => number;
154
+ export const isInterfaceDeclaration: (a: number) => number;
155
+ export const isIntersectionTypeNode: (a: number) => number;
156
+ export const isMethodDeclaration: (a: number) => number;
157
+ export const isModuleDeclaration: (a: number) => number;
158
+ export const isNewExpression: (a: number) => number;
159
+ export const isNumericLiteral: (a: number) => number;
160
+ export const isParameter: (a: number) => number;
161
+ export const isPropertyAccessExpression: (a: number) => number;
162
+ export const isPropertyDeclaration: (a: number) => number;
163
+ export const isReturnStatement: (a: number) => number;
164
+ export const isStatement: (a: number) => number;
165
+ export const isStringLiteral: (a: number) => number;
166
+ export const isTypeAliasDeclaration: (a: number) => number;
167
+ export const isTypeReferenceNode: (a: number) => number;
168
+ export const isUnionTypeNode: (a: number) => number;
169
+ export const isVariableDeclaration: (a: number) => number;
170
+ export const isVariableStatement: (a: number) => number;
171
+ export const isWhileStatement: (a: number) => number;
172
+ export const __wbg_tslanguageservice_free: (a: number, b: number) => void;
173
+ export const createLanguageService: (a: number, b: number, c: number, d: number) => number;
174
+ export const tslanguageservice_dispose: (a: number) => void;
175
+ export const tslanguageservice_fileName: (a: number) => [number, number];
176
+ export const tslanguageservice_getCompletionsAtPosition: (a: number, b: number, c: number) => [number, number];
177
+ export const tslanguageservice_getDefinitionAtPosition: (a: number, b: number, c: number) => [number, number];
178
+ export const tslanguageservice_getQuickInfoAtPosition: (a: number, b: number, c: number) => [number, number];
179
+ export const tslanguageservice_getReferencesAtPosition: (a: number, b: number, c: number) => [number, number];
180
+ export const tslanguageservice_new: (a: number, b: number, c: number, d: number) => number;
181
+ export const tslanguageservice_updateSource: (a: number, b: number, c: number) => void;
182
+ export const transpile: (a: number, b: number, c: number, d: number) => [number, number];
183
+ export const transpileModule: (a: number, b: number, c: number, d: number) => [number, number];
184
+ export const __wbg_tstypechecker_free: (a: number, b: number) => void;
185
+ export const tstypechecker_getAnyType: (a: number) => number;
186
+ export const tstypechecker_getApparentType: (a: number, b: number) => number;
187
+ export const tstypechecker_getBaseTypes: (a: number, b: number) => [number, number];
188
+ export const tstypechecker_getBooleanType: (a: number) => number;
189
+ export const tstypechecker_getDeclaredTypeOfSymbol: (a: number, b: number) => number;
190
+ export const tstypechecker_getFalseType: (a: number) => number;
191
+ export const tstypechecker_getFullyQualifiedName: (a: number, b: number) => [number, number];
192
+ export const tstypechecker_getNeverType: (a: number) => number;
193
+ export const tstypechecker_getNullType: (a: number) => number;
194
+ export const tstypechecker_getNumberType: (a: number) => number;
195
+ export const tstypechecker_getPropertyOfType: (a: number, b: number, c: number, d: number) => number;
196
+ export const tstypechecker_getSignaturesOfType: (a: number, b: number, c: number) => [number, number];
197
+ export const tstypechecker_getStringType: (a: number) => number;
198
+ export const tstypechecker_getSymbolAtLocation: (a: number, b: number) => number;
199
+ export const tstypechecker_getSymbolFlags: (a: number, b: number) => number;
200
+ export const tstypechecker_getTrueType: (a: number) => number;
201
+ export const tstypechecker_getTypeFlags: (a: number, b: number) => number;
202
+ export const tstypechecker_getUndefinedType: (a: number) => number;
203
+ export const tstypechecker_getUnknownType: (a: number) => number;
204
+ export const tstypechecker_getVoidType: (a: number) => number;
205
+ export const tstypechecker_isNullableType: (a: number, b: number) => number;
206
+ export const tstypechecker_isTypeAssignableTo: (a: number, b: number, c: number) => number;
207
+ export const tstypechecker_symbolToString: (a: number, b: number) => [number, number];
208
+ export const tstypechecker_typeToString: (a: number, b: number) => [number, number];
209
+ export const wasm_init: () => void;
210
+ export const tstypechecker_getPropertiesOfType: (a: number, b: number) => [number, number];
211
+ export const tstypechecker_getReturnTypeOfSignature: (a: number, b: number) => number;
212
+ export const tstypechecker_getTypeAtLocation: (a: number, b: number) => number;
213
+ export const tstypechecker_getTypeOfSymbol: (a: number, b: number) => number;
214
+ export const tstypechecker_isArrayType: (a: number, b: number) => number;
215
+ export const tstypechecker_isIntersectionType: (a: number, b: number) => number;
216
+ export const tstypechecker_isTupleType: (a: number, b: number) => number;
217
+ export const tstypechecker_isTypeParameter: (a: number, b: number) => number;
218
+ export const tstypechecker_isUnionType: (a: number, b: number) => number;
219
+ export const __wbg_tsdiagnostic_free: (a: number, b: number) => void;
220
+ export const diagnosticCategoryName: (a: number) => [number, number];
221
+ export const flattenDiagnosticMessageText: (a: number, b: number, c: number, d: number) => [number, number];
222
+ export const formatTsDiagnostic: (a: number, b: number, c: number) => [number, number];
223
+ export const formatTsDiagnosticsWithColorAndContext: (a: number, b: number, c: number, d: number, e: number) => [number, number];
224
+ export const tsdiagnostic_category: (a: number) => number;
225
+ export const tsdiagnostic_code: (a: number) => number;
226
+ export const tsdiagnostic_fileName: (a: number) => [number, number];
227
+ export const tsdiagnostic_isError: (a: number) => number;
228
+ export const tsdiagnostic_isWarning: (a: number) => number;
229
+ export const tsdiagnostic_length: (a: number) => number;
230
+ export const tsdiagnostic_messageText: (a: number) => [number, number];
231
+ export const tsdiagnostic_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
232
+ export const tsdiagnostic_start: (a: number) => number;
233
+ export const tsdiagnostic_toJson: (a: number) => [number, number];
234
+ export const __wbg_parser_free: (a: number, b: number) => void;
235
+ export const __wbg_wasmprogram_free: (a: number, b: number) => void;
236
+ export const __wbg_wasmtransformcontext_free: (a: number, b: number) => void;
237
+ export const compareStringsCaseInsensitive: (a: number, b: number, c: number, d: number) => number;
238
+ export const compareStringsCaseInsensitiveEslintCompatible: (a: number, b: number, c: number, d: number) => number;
239
+ export const compareStringsCaseSensitive: (a: number, b: number, c: number, d: number) => number;
240
+ export const createParser: (a: number, b: number, c: number, d: number) => number;
241
+ export const createProgram: () => number;
242
+ export const createScanner: (a: number, b: number, c: number) => number;
243
+ export const ensureTrailingDirectorySeparator: (a: number, b: number) => [number, number];
244
+ export const equateStringsCaseInsensitive: (a: number, b: number, c: number, d: number) => number;
245
+ export const equateStringsCaseSensitive: (a: number, b: number, c: number, d: number) => number;
246
+ export const fileExtensionIs: (a: number, b: number, c: number, d: number) => number;
247
+ export const getBaseFileName: (a: number, b: number) => [number, number];
248
+ export const hasExtension: (a: number, b: number) => number;
249
+ export const hasTrailingDirectorySeparator: (a: number, b: number) => number;
250
+ export const isASCIILetter: (a: number) => number;
251
+ export const isAnyDirectorySeparator: (a: number) => number;
252
+ export const isDigit: (a: number) => number;
253
+ export const isHexDigit: (a: number) => number;
254
+ export const isLineBreak: (a: number) => number;
255
+ export const isOctalDigit: (a: number) => number;
256
+ export const isWhiteSpaceLike: (a: number) => number;
257
+ export const isWhiteSpaceSingleLine: (a: number) => number;
258
+ export const isWordCharacter: (a: number) => number;
259
+ export const normalizeSlashes: (a: number, b: number) => [number, number];
260
+ export const parser_addLibFile: (a: number, b: number, c: number, d: number, e: number) => void;
261
+ export const parser_bindSourceFile: (a: number) => [number, number];
262
+ export const parser_checkSourceFile: (a: number) => [number, number];
263
+ export const parser_debugInterfaceMembers: (a: number, b: number, c: number) => [number, number];
264
+ export const parser_debugScopes: (a: number) => [number, number];
265
+ export const parser_debugTypeLowering: (a: number, b: number, c: number) => [number, number];
266
+ export const parser_dumpAllNodes: (a: number, b: number, c: number) => [number, number];
267
+ export const parser_dumpVarDecl: (a: number, b: number) => [number, number];
268
+ export const parser_emit: (a: number) => [number, number];
269
+ export const parser_emitModern: (a: number) => [number, number];
270
+ export const parser_emitWithTransforms: (a: number, b: number) => [number, number];
271
+ export const parser_generateTransforms: (a: number, b: number, c: number) => number;
272
+ export const parser_getAstJson: (a: number) => [number, number];
273
+ export const parser_getCodeActions: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
274
+ export const parser_getCodeActionsWithContext: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
275
+ export const parser_getCompletionsAtPosition: (a: number, b: number, c: number) => [number, number, number];
276
+ export const parser_getDefinitionAtPosition: (a: number, b: number, c: number) => [number, number, number];
277
+ export const parser_getDiagnosticsJson: (a: number) => [number, number];
278
+ export const parser_getDocumentSymbols: (a: number) => [number, number, number];
279
+ export const parser_getHoverAtPosition: (a: number, b: number, c: number) => [number, number, number];
280
+ export const parser_getLspDiagnostics: (a: number) => [number, number, number];
281
+ export const parser_getNodeCount: (a: number) => number;
282
+ export const parser_getReferencesAtPosition: (a: number, b: number, c: number) => [number, number, number];
283
+ export const parser_getRenameEdits: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
284
+ export const parser_getSemanticTokens: (a: number) => [number, number, number, number];
285
+ export const parser_getSignatureHelpAtPosition: (a: number, b: number, c: number) => [number, number, number];
286
+ export const parser_getTypeOfNode: (a: number, b: number) => [number, number];
287
+ export const parser_parseSourceFile: (a: number) => number;
288
+ export const parser_prepareRename: (a: number, b: number, c: number) => [number, number, number];
289
+ export const parser_setCompilerOptions: (a: number, b: number, c: number) => [number, number];
290
+ export const parser_traceParentChain: (a: number, b: number) => [number, number];
291
+ export const pathIsRelative: (a: number, b: number) => number;
292
+ export const removeTrailingDirectorySeparator: (a: number, b: number) => [number, number];
293
+ export const toFileNameLowerCase: (a: number, b: number) => [number, number];
294
+ export const wasmprogram_addFile: (a: number, b: number, c: number, d: number, e: number) => void;
295
+ export const wasmprogram_addLibFile: (a: number, b: number, c: number, d: number, e: number) => void;
296
+ export const wasmprogram_checkAll: (a: number) => [number, number];
297
+ export const wasmprogram_clear: (a: number) => void;
298
+ export const wasmprogram_getAllDiagnosticCodes: (a: number) => [number, number];
299
+ export const wasmprogram_getDiagnosticCodes: (a: number) => [number, number];
300
+ export const wasmprogram_getFileCount: (a: number) => number;
301
+ export const wasmprogram_setCompilerOptions: (a: number, b: number, c: number) => [number, number];
302
+ export const wasmtransformcontext_getCount: (a: number) => number;
303
+ export const wasmprogram_new: () => number;
304
+ export const parser_new: (a: number, b: number, c: number, d: number) => number;
305
+ export const __wbg_get_nodeindex_0: (a: number) => number;
306
+ export const __wbg_get_textrange_end: (a: number) => number;
307
+ export const __wbg_nodeindex_free: (a: number, b: number) => void;
308
+ export const __wbg_set_nodeindex_0: (a: number, b: number) => void;
309
+ export const __wbg_set_textrange_end: (a: number, b: number) => void;
310
+ export const __wbg_textrange_free: (a: number, b: number) => void;
311
+ export const __wbg_set_textrange_pos: (a: number, b: number) => void;
312
+ export const textrange_new: (a: number, b: number) => number;
313
+ export const __wbg_get_textrange_pos: (a: number) => number;
314
+ export const __wbg_scannerstate_free: (a: number, b: number) => void;
315
+ export const scannerstate_getPos: (a: number) => number;
316
+ export const scannerstate_getText: (a: number) => [number, number];
317
+ export const scannerstate_getToken: (a: number) => number;
318
+ export const scannerstate_getTokenFlags: (a: number) => number;
319
+ export const scannerstate_getTokenFullStart: (a: number) => number;
320
+ export const scannerstate_getTokenStart: (a: number) => number;
321
+ export const scannerstate_getTokenText: (a: number) => [number, number];
322
+ export const scannerstate_getTokenValue: (a: number) => [number, number];
323
+ export const scannerstate_hasPrecedingLineBreak: (a: number) => number;
324
+ export const scannerstate_isIdentifier: (a: number) => number;
325
+ export const scannerstate_isReservedWord: (a: number) => number;
326
+ export const scannerstate_isUnterminated: (a: number) => number;
327
+ export const scannerstate_new: (a: number, b: number, c: number) => number;
328
+ export const scannerstate_reScanAsteriskEqualsToken: (a: number) => number;
329
+ export const scannerstate_reScanGreaterToken: (a: number) => number;
330
+ export const scannerstate_reScanHashToken: (a: number) => number;
331
+ export const scannerstate_reScanInvalidIdentifier: (a: number) => number;
332
+ export const scannerstate_reScanJsxAttributeValue: (a: number) => number;
333
+ export const scannerstate_reScanJsxToken: (a: number, b: number) => number;
334
+ export const scannerstate_reScanLessThanToken: (a: number) => number;
335
+ export const scannerstate_reScanQuestionToken: (a: number) => number;
336
+ export const scannerstate_reScanSlashToken: (a: number) => number;
337
+ export const scannerstate_reScanTemplateHeadOrNoSubstitutionTemplate: (a: number) => number;
338
+ export const scannerstate_reScanTemplateToken: (a: number, b: number) => number;
339
+ export const scannerstate_resetTokenState: (a: number, b: number) => void;
340
+ export const scannerstate_scan: (a: number) => number;
341
+ export const scannerstate_scanJsDocCommentTextToken: (a: number, b: number) => number;
342
+ export const scannerstate_scanJsDocToken: (a: number) => number;
343
+ export const scannerstate_scanJsxAttributeValue: (a: number) => number;
344
+ export const scannerstate_scanJsxIdentifier: (a: number) => number;
345
+ export const scannerstate_scanShebangTrivia: (a: number) => number;
346
+ export const scannerstate_setText: (a: number, b: number, c: number, d: number, e: number) => void;
347
+ export const scannerstate_set_pos: (a: number, b: number) => void;
348
+ export const scannerstate_getTokenEnd: (a: number) => number;
349
+ export const keywordToText: (a: number) => [number, number];
350
+ export const punctuationToText: (a: number) => [number, number];
351
+ export const stringToToken: (a: number, b: number) => number;
352
+ export const textToKeyword: (a: number, b: number) => number;
353
+ export const tokenIsAssignmentOperator: (a: number) => number;
354
+ export const tokenIsIdentifierOrKeyword: (a: number) => number;
355
+ export const tokenIsKeyword: (a: number) => number;
356
+ export const tokenIsLiteral: (a: number) => number;
357
+ export const tokenIsPunctuation: (a: number) => number;
358
+ export const tokenIsReservedWord: (a: number) => number;
359
+ export const tokenIsStrictModeReservedWord: (a: number) => number;
360
+ export const tokenIsTemplateLiteral: (a: number) => number;
361
+ export const tokenIsTrivia: (a: number) => number;
362
+ export const __wbindgen_malloc: (a: number, b: number) => number;
363
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
364
+ export const __wbindgen_exn_store: (a: number) => void;
365
+ export const __externref_table_alloc: () => number;
366
+ export const __wbindgen_externrefs: WebAssembly.Table;
367
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
368
+ export const __externref_table_dealloc: (a: number) => void;
369
+ export const __wbindgen_start: () => void;
@@ -0,0 +1,55 @@
1
+ Apache License
2
+
3
+ Version 2.0, January 2004
4
+
5
+ http://www.apache.org/licenses/
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
16
+
17
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
18
+
19
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
20
+
21
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
22
+
23
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
24
+
25
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
26
+
27
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
28
+
29
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
30
+
31
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
32
+
33
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
34
+
35
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
36
+
37
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
38
+
39
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
40
+
41
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
42
+
43
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
44
+
45
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
46
+
47
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
48
+
49
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
50
+
51
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
52
+
53
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
54
+
55
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "tsz-wasm",
3
+ "collaborators": [
4
+ "Mohsen Azimi <mohsen@users.noreply.github.com>"
5
+ ],
6
+ "description": "WebAssembly bindings for the tsz TypeScript compiler",
7
+ "version": "0.1.1",
8
+ "license": "Apache-2.0",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/mohsenazimi/tsz"
12
+ },
13
+ "files": [
14
+ "tsz_wasm_bg.wasm",
15
+ "tsz_wasm.js",
16
+ "tsz_wasm.d.ts"
17
+ ],
18
+ "main": "tsz_wasm.js",
19
+ "types": "tsz_wasm.d.ts"
20
+ }