@putout/plugin-putout 23.5.0 → 23.6.0
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.
- package/README.md +19 -0
- package/lib/add-await-to-progress/index.js +6 -6
- package/lib/add-path-arg-to-visitors/index.js +2 -2
- package/lib/add-traverse-args/index.js +8 -8
- package/lib/apply-async-formatter/index.js +8 -9
- package/lib/apply-lowercase-to-node-builders/index.js +36 -0
- package/lib/apply-short-processors/index.js +2 -2
- package/lib/check-replace-code/generate-code/plugin-generate.js +16 -16
- package/lib/convert-find-to-traverse/index.js +2 -2
- package/lib/convert-get-rule-to-require/index.js +13 -13
- package/lib/convert-method-to-property/index.js +2 -2
- package/lib/convert-replace-with/index.js +3 -3
- package/lib/convert-replace-with-multiple/index.js +3 -4
- package/lib/convert-to-no-transform-code/index.js +3 -2
- package/lib/convert-traverse-to-include/index.js +2 -2
- package/lib/convert-traverse-to-scan/index.js +3 -3
- package/lib/create-test/index.js +10 -11
- package/lib/declare/types.json +609 -1
- package/lib/declare-template-variables/index.js +6 -5
- package/lib/index.js +2 -0
- package/lib/move-require-on-top-level/index.js +2 -2
- package/package.json +3 -3
package/lib/declare/types.json
CHANGED
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"TSConstructorType": "const {TSConstructorType} = types",
|
|
171
171
|
"TSDeclareFunction": "const {TSDeclareFunction} = types",
|
|
172
172
|
"TSDeclareMethod": "const {TSDeclareMethod} = types",
|
|
173
|
+
"TSEnumBody": "const {TSEnumBody} = types",
|
|
173
174
|
"TSEnumDeclaration": "const {TSEnumDeclaration} = types",
|
|
174
175
|
"TSEnumMember": "const {TSEnumMember} = types",
|
|
175
176
|
"TSExportAssignment": "const {TSExportAssignment} = types",
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
"TSSatisfiesExpression": "const {TSSatisfiesExpression} = types",
|
|
208
209
|
"TSStringKeyword": "const {TSStringKeyword} = types",
|
|
209
210
|
"TSSymbolKeyword": "const {TSSymbolKeyword} = types",
|
|
211
|
+
"TSTemplateLiteralType": "const {TSTemplateLiteralType} = types",
|
|
210
212
|
"TSThisType": "const {TSThisType} = types",
|
|
211
213
|
"TSTupleType": "const {TSTupleType} = types",
|
|
212
214
|
"TSTypeAliasDeclaration": "const {TSTypeAliasDeclaration} = types",
|
|
@@ -252,6 +254,427 @@
|
|
|
252
254
|
"WhileStatement": "const {WhileStatement} = types",
|
|
253
255
|
"WithStatement": "const {WithStatement} = types",
|
|
254
256
|
"YieldExpression": "const {YieldExpression} = types",
|
|
257
|
+
"addComment": "const {addComment} = types",
|
|
258
|
+
"addComments": "const {addComments} = types",
|
|
259
|
+
"anyTypeAnnotation": "const {anyTypeAnnotation} = types",
|
|
260
|
+
"appendToMemberExpression": "const {appendToMemberExpression} = types",
|
|
261
|
+
"argumentPlaceholder": "const {argumentPlaceholder} = types",
|
|
262
|
+
"arrayExpression": "const {arrayExpression} = types",
|
|
263
|
+
"arrayPattern": "const {arrayPattern} = types",
|
|
264
|
+
"arrayTypeAnnotation": "const {arrayTypeAnnotation} = types",
|
|
265
|
+
"arrowFunctionExpression": "const {arrowFunctionExpression} = types",
|
|
266
|
+
"assertAccessor": "const {assertAccessor} = types",
|
|
267
|
+
"assertAnyTypeAnnotation": "const {assertAnyTypeAnnotation} = types",
|
|
268
|
+
"assertArgumentPlaceholder": "const {assertArgumentPlaceholder} = types",
|
|
269
|
+
"assertArrayExpression": "const {assertArrayExpression} = types",
|
|
270
|
+
"assertArrayPattern": "const {assertArrayPattern} = types",
|
|
271
|
+
"assertArrayTypeAnnotation": "const {assertArrayTypeAnnotation} = types",
|
|
272
|
+
"assertArrowFunctionExpression": "const {assertArrowFunctionExpression} = types",
|
|
273
|
+
"assertAssignmentExpression": "const {assertAssignmentExpression} = types",
|
|
274
|
+
"assertAssignmentPattern": "const {assertAssignmentPattern} = types",
|
|
275
|
+
"assertAwaitExpression": "const {assertAwaitExpression} = types",
|
|
276
|
+
"assertBigIntLiteral": "const {assertBigIntLiteral} = types",
|
|
277
|
+
"assertBinary": "const {assertBinary} = types",
|
|
278
|
+
"assertBinaryExpression": "const {assertBinaryExpression} = types",
|
|
279
|
+
"assertBindExpression": "const {assertBindExpression} = types",
|
|
280
|
+
"assertBlock": "const {assertBlock} = types",
|
|
281
|
+
"assertBlockParent": "const {assertBlockParent} = types",
|
|
282
|
+
"assertBlockStatement": "const {assertBlockStatement} = types",
|
|
283
|
+
"assertBooleanLiteral": "const {assertBooleanLiteral} = types",
|
|
284
|
+
"assertBooleanLiteralTypeAnnotation": "const {assertBooleanLiteralTypeAnnotation} = types",
|
|
285
|
+
"assertBooleanTypeAnnotation": "const {assertBooleanTypeAnnotation} = types",
|
|
286
|
+
"assertBreakStatement": "const {assertBreakStatement} = types",
|
|
287
|
+
"assertCallExpression": "const {assertCallExpression} = types",
|
|
288
|
+
"assertCatchClause": "const {assertCatchClause} = types",
|
|
289
|
+
"assertClass": "const {assertClass} = types",
|
|
290
|
+
"assertClassAccessorProperty": "const {assertClassAccessorProperty} = types",
|
|
291
|
+
"assertClassBody": "const {assertClassBody} = types",
|
|
292
|
+
"assertClassDeclaration": "const {assertClassDeclaration} = types",
|
|
293
|
+
"assertClassExpression": "const {assertClassExpression} = types",
|
|
294
|
+
"assertClassImplements": "const {assertClassImplements} = types",
|
|
295
|
+
"assertClassMethod": "const {assertClassMethod} = types",
|
|
296
|
+
"assertClassPrivateMethod": "const {assertClassPrivateMethod} = types",
|
|
297
|
+
"assertClassPrivateProperty": "const {assertClassPrivateProperty} = types",
|
|
298
|
+
"assertClassProperty": "const {assertClassProperty} = types",
|
|
299
|
+
"assertCompletionStatement": "const {assertCompletionStatement} = types",
|
|
300
|
+
"assertConditional": "const {assertConditional} = types",
|
|
301
|
+
"assertConditionalExpression": "const {assertConditionalExpression} = types",
|
|
302
|
+
"assertContinueStatement": "const {assertContinueStatement} = types",
|
|
303
|
+
"assertDebuggerStatement": "const {assertDebuggerStatement} = types",
|
|
304
|
+
"assertDeclaration": "const {assertDeclaration} = types",
|
|
305
|
+
"assertDeclareClass": "const {assertDeclareClass} = types",
|
|
306
|
+
"assertDeclareExportAllDeclaration": "const {assertDeclareExportAllDeclaration} = types",
|
|
307
|
+
"assertDeclareExportDeclaration": "const {assertDeclareExportDeclaration} = types",
|
|
308
|
+
"assertDeclareFunction": "const {assertDeclareFunction} = types",
|
|
309
|
+
"assertDeclareInterface": "const {assertDeclareInterface} = types",
|
|
310
|
+
"assertDeclareModule": "const {assertDeclareModule} = types",
|
|
311
|
+
"assertDeclareModuleExports": "const {assertDeclareModuleExports} = types",
|
|
312
|
+
"assertDeclareOpaqueType": "const {assertDeclareOpaqueType} = types",
|
|
313
|
+
"assertDeclareTypeAlias": "const {assertDeclareTypeAlias} = types",
|
|
314
|
+
"assertDeclareVariable": "const {assertDeclareVariable} = types",
|
|
315
|
+
"assertDeclaredPredicate": "const {assertDeclaredPredicate} = types",
|
|
316
|
+
"assertDecorator": "const {assertDecorator} = types",
|
|
317
|
+
"assertDirective": "const {assertDirective} = types",
|
|
318
|
+
"assertDirectiveLiteral": "const {assertDirectiveLiteral} = types",
|
|
319
|
+
"assertDoExpression": "const {assertDoExpression} = types",
|
|
320
|
+
"assertDoWhileStatement": "const {assertDoWhileStatement} = types",
|
|
321
|
+
"assertEmptyStatement": "const {assertEmptyStatement} = types",
|
|
322
|
+
"assertEmptyTypeAnnotation": "const {assertEmptyTypeAnnotation} = types",
|
|
323
|
+
"assertEnumBody": "const {assertEnumBody} = types",
|
|
324
|
+
"assertEnumBooleanBody": "const {assertEnumBooleanBody} = types",
|
|
325
|
+
"assertEnumBooleanMember": "const {assertEnumBooleanMember} = types",
|
|
326
|
+
"assertEnumDeclaration": "const {assertEnumDeclaration} = types",
|
|
327
|
+
"assertEnumDefaultedMember": "const {assertEnumDefaultedMember} = types",
|
|
328
|
+
"assertEnumMember": "const {assertEnumMember} = types",
|
|
329
|
+
"assertEnumNumberBody": "const {assertEnumNumberBody} = types",
|
|
330
|
+
"assertEnumNumberMember": "const {assertEnumNumberMember} = types",
|
|
331
|
+
"assertEnumStringBody": "const {assertEnumStringBody} = types",
|
|
332
|
+
"assertEnumStringMember": "const {assertEnumStringMember} = types",
|
|
333
|
+
"assertEnumSymbolBody": "const {assertEnumSymbolBody} = types",
|
|
334
|
+
"assertExistsTypeAnnotation": "const {assertExistsTypeAnnotation} = types",
|
|
335
|
+
"assertExportAllDeclaration": "const {assertExportAllDeclaration} = types",
|
|
336
|
+
"assertExportDeclaration": "const {assertExportDeclaration} = types",
|
|
337
|
+
"assertExportDefaultDeclaration": "const {assertExportDefaultDeclaration} = types",
|
|
338
|
+
"assertExportDefaultSpecifier": "const {assertExportDefaultSpecifier} = types",
|
|
339
|
+
"assertExportNamedDeclaration": "const {assertExportNamedDeclaration} = types",
|
|
340
|
+
"assertExportNamespaceSpecifier": "const {assertExportNamespaceSpecifier} = types",
|
|
341
|
+
"assertExportSpecifier": "const {assertExportSpecifier} = types",
|
|
342
|
+
"assertExpression": "const {assertExpression} = types",
|
|
343
|
+
"assertExpressionStatement": "const {assertExpressionStatement} = types",
|
|
344
|
+
"assertExpressionWrapper": "const {assertExpressionWrapper} = types",
|
|
345
|
+
"assertFile": "const {assertFile} = types",
|
|
346
|
+
"assertFlow": "const {assertFlow} = types",
|
|
347
|
+
"assertFlowBaseAnnotation": "const {assertFlowBaseAnnotation} = types",
|
|
348
|
+
"assertFlowDeclaration": "const {assertFlowDeclaration} = types",
|
|
349
|
+
"assertFlowPredicate": "const {assertFlowPredicate} = types",
|
|
350
|
+
"assertFlowType": "const {assertFlowType} = types",
|
|
351
|
+
"assertFor": "const {assertFor} = types",
|
|
352
|
+
"assertForInStatement": "const {assertForInStatement} = types",
|
|
353
|
+
"assertForOfStatement": "const {assertForOfStatement} = types",
|
|
354
|
+
"assertForStatement": "const {assertForStatement} = types",
|
|
355
|
+
"assertForXStatement": "const {assertForXStatement} = types",
|
|
356
|
+
"assertFunction": "const {assertFunction} = types",
|
|
357
|
+
"assertFunctionDeclaration": "const {assertFunctionDeclaration} = types",
|
|
358
|
+
"assertFunctionExpression": "const {assertFunctionExpression} = types",
|
|
359
|
+
"assertFunctionParent": "const {assertFunctionParent} = types",
|
|
360
|
+
"assertFunctionTypeAnnotation": "const {assertFunctionTypeAnnotation} = types",
|
|
361
|
+
"assertFunctionTypeParam": "const {assertFunctionTypeParam} = types",
|
|
362
|
+
"assertGenericTypeAnnotation": "const {assertGenericTypeAnnotation} = types",
|
|
363
|
+
"assertIdentifier": "const {assertIdentifier} = types",
|
|
364
|
+
"assertIfStatement": "const {assertIfStatement} = types",
|
|
365
|
+
"assertImmutable": "const {assertImmutable} = types",
|
|
366
|
+
"assertImport": "const {assertImport} = types",
|
|
367
|
+
"assertImportAttribute": "const {assertImportAttribute} = types",
|
|
368
|
+
"assertImportDeclaration": "const {assertImportDeclaration} = types",
|
|
369
|
+
"assertImportDefaultSpecifier": "const {assertImportDefaultSpecifier} = types",
|
|
370
|
+
"assertImportExpression": "const {assertImportExpression} = types",
|
|
371
|
+
"assertImportNamespaceSpecifier": "const {assertImportNamespaceSpecifier} = types",
|
|
372
|
+
"assertImportOrExportDeclaration": "const {assertImportOrExportDeclaration} = types",
|
|
373
|
+
"assertImportSpecifier": "const {assertImportSpecifier} = types",
|
|
374
|
+
"assertIndexedAccessType": "const {assertIndexedAccessType} = types",
|
|
375
|
+
"assertInferredPredicate": "const {assertInferredPredicate} = types",
|
|
376
|
+
"assertInterfaceDeclaration": "const {assertInterfaceDeclaration} = types",
|
|
377
|
+
"assertInterfaceExtends": "const {assertInterfaceExtends} = types",
|
|
378
|
+
"assertInterfaceTypeAnnotation": "const {assertInterfaceTypeAnnotation} = types",
|
|
379
|
+
"assertInterpreterDirective": "const {assertInterpreterDirective} = types",
|
|
380
|
+
"assertIntersectionTypeAnnotation": "const {assertIntersectionTypeAnnotation} = types",
|
|
381
|
+
"assertJSX": "const {assertJSX} = types",
|
|
382
|
+
"assertJSXAttribute": "const {assertJSXAttribute} = types",
|
|
383
|
+
"assertJSXClosingElement": "const {assertJSXClosingElement} = types",
|
|
384
|
+
"assertJSXClosingFragment": "const {assertJSXClosingFragment} = types",
|
|
385
|
+
"assertJSXElement": "const {assertJSXElement} = types",
|
|
386
|
+
"assertJSXEmptyExpression": "const {assertJSXEmptyExpression} = types",
|
|
387
|
+
"assertJSXExpressionContainer": "const {assertJSXExpressionContainer} = types",
|
|
388
|
+
"assertJSXFragment": "const {assertJSXFragment} = types",
|
|
389
|
+
"assertJSXIdentifier": "const {assertJSXIdentifier} = types",
|
|
390
|
+
"assertJSXMemberExpression": "const {assertJSXMemberExpression} = types",
|
|
391
|
+
"assertJSXNamespacedName": "const {assertJSXNamespacedName} = types",
|
|
392
|
+
"assertJSXOpeningElement": "const {assertJSXOpeningElement} = types",
|
|
393
|
+
"assertJSXOpeningFragment": "const {assertJSXOpeningFragment} = types",
|
|
394
|
+
"assertJSXSpreadAttribute": "const {assertJSXSpreadAttribute} = types",
|
|
395
|
+
"assertJSXSpreadChild": "const {assertJSXSpreadChild} = types",
|
|
396
|
+
"assertJSXText": "const {assertJSXText} = types",
|
|
397
|
+
"assertLVal": "const {assertLVal} = types",
|
|
398
|
+
"assertLabeledStatement": "const {assertLabeledStatement} = types",
|
|
399
|
+
"assertLiteral": "const {assertLiteral} = types",
|
|
400
|
+
"assertLogicalExpression": "const {assertLogicalExpression} = types",
|
|
401
|
+
"assertLoop": "const {assertLoop} = types",
|
|
402
|
+
"assertMemberExpression": "const {assertMemberExpression} = types",
|
|
403
|
+
"assertMetaProperty": "const {assertMetaProperty} = types",
|
|
404
|
+
"assertMethod": "const {assertMethod} = types",
|
|
405
|
+
"assertMiscellaneous": "const {assertMiscellaneous} = types",
|
|
406
|
+
"assertMixedTypeAnnotation": "const {assertMixedTypeAnnotation} = types",
|
|
407
|
+
"assertModuleDeclaration": "const {assertModuleDeclaration} = types",
|
|
408
|
+
"assertModuleExpression": "const {assertModuleExpression} = types",
|
|
409
|
+
"assertModuleSpecifier": "const {assertModuleSpecifier} = types",
|
|
410
|
+
"assertNewExpression": "const {assertNewExpression} = types",
|
|
411
|
+
"assertNode": "const {assertNode} = types",
|
|
412
|
+
"assertNullLiteral": "const {assertNullLiteral} = types",
|
|
413
|
+
"assertNullLiteralTypeAnnotation": "const {assertNullLiteralTypeAnnotation} = types",
|
|
414
|
+
"assertNullableTypeAnnotation": "const {assertNullableTypeAnnotation} = types",
|
|
415
|
+
"assertNumberLiteral": "const {assertNumberLiteral} = types",
|
|
416
|
+
"assertNumberLiteralTypeAnnotation": "const {assertNumberLiteralTypeAnnotation} = types",
|
|
417
|
+
"assertNumberTypeAnnotation": "const {assertNumberTypeAnnotation} = types",
|
|
418
|
+
"assertNumericLiteral": "const {assertNumericLiteral} = types",
|
|
419
|
+
"assertObjectExpression": "const {assertObjectExpression} = types",
|
|
420
|
+
"assertObjectMember": "const {assertObjectMember} = types",
|
|
421
|
+
"assertObjectMethod": "const {assertObjectMethod} = types",
|
|
422
|
+
"assertObjectPattern": "const {assertObjectPattern} = types",
|
|
423
|
+
"assertObjectProperty": "const {assertObjectProperty} = types",
|
|
424
|
+
"assertObjectTypeAnnotation": "const {assertObjectTypeAnnotation} = types",
|
|
425
|
+
"assertObjectTypeCallProperty": "const {assertObjectTypeCallProperty} = types",
|
|
426
|
+
"assertObjectTypeIndexer": "const {assertObjectTypeIndexer} = types",
|
|
427
|
+
"assertObjectTypeInternalSlot": "const {assertObjectTypeInternalSlot} = types",
|
|
428
|
+
"assertObjectTypeProperty": "const {assertObjectTypeProperty} = types",
|
|
429
|
+
"assertObjectTypeSpreadProperty": "const {assertObjectTypeSpreadProperty} = types",
|
|
430
|
+
"assertOpaqueType": "const {assertOpaqueType} = types",
|
|
431
|
+
"assertOptionalCallExpression": "const {assertOptionalCallExpression} = types",
|
|
432
|
+
"assertOptionalIndexedAccessType": "const {assertOptionalIndexedAccessType} = types",
|
|
433
|
+
"assertOptionalMemberExpression": "const {assertOptionalMemberExpression} = types",
|
|
434
|
+
"assertParenthesizedExpression": "const {assertParenthesizedExpression} = types",
|
|
435
|
+
"assertPattern": "const {assertPattern} = types",
|
|
436
|
+
"assertPatternLike": "const {assertPatternLike} = types",
|
|
437
|
+
"assertPipelineBareFunction": "const {assertPipelineBareFunction} = types",
|
|
438
|
+
"assertPipelinePrimaryTopicReference": "const {assertPipelinePrimaryTopicReference} = types",
|
|
439
|
+
"assertPipelineTopicExpression": "const {assertPipelineTopicExpression} = types",
|
|
440
|
+
"assertPlaceholder": "const {assertPlaceholder} = types",
|
|
441
|
+
"assertPrivate": "const {assertPrivate} = types",
|
|
442
|
+
"assertPrivateName": "const {assertPrivateName} = types",
|
|
443
|
+
"assertProgram": "const {assertProgram} = types",
|
|
444
|
+
"assertProperty": "const {assertProperty} = types",
|
|
445
|
+
"assertPureish": "const {assertPureish} = types",
|
|
446
|
+
"assertQualifiedTypeIdentifier": "const {assertQualifiedTypeIdentifier} = types",
|
|
447
|
+
"assertRecordExpression": "const {assertRecordExpression} = types",
|
|
448
|
+
"assertRegExpLiteral": "const {assertRegExpLiteral} = types",
|
|
449
|
+
"assertRegexLiteral": "const {assertRegexLiteral} = types",
|
|
450
|
+
"assertRestElement": "const {assertRestElement} = types",
|
|
451
|
+
"assertRestProperty": "const {assertRestProperty} = types",
|
|
452
|
+
"assertReturnStatement": "const {assertReturnStatement} = types",
|
|
453
|
+
"assertScopable": "const {assertScopable} = types",
|
|
454
|
+
"assertSequenceExpression": "const {assertSequenceExpression} = types",
|
|
455
|
+
"assertSpreadElement": "const {assertSpreadElement} = types",
|
|
456
|
+
"assertSpreadProperty": "const {assertSpreadProperty} = types",
|
|
457
|
+
"assertStandardized": "const {assertStandardized} = types",
|
|
458
|
+
"assertStatement": "const {assertStatement} = types",
|
|
459
|
+
"assertStaticBlock": "const {assertStaticBlock} = types",
|
|
460
|
+
"assertStringLiteral": "const {assertStringLiteral} = types",
|
|
461
|
+
"assertStringLiteralTypeAnnotation": "const {assertStringLiteralTypeAnnotation} = types",
|
|
462
|
+
"assertStringTypeAnnotation": "const {assertStringTypeAnnotation} = types",
|
|
463
|
+
"assertSuper": "const {assertSuper} = types",
|
|
464
|
+
"assertSwitchCase": "const {assertSwitchCase} = types",
|
|
465
|
+
"assertSwitchStatement": "const {assertSwitchStatement} = types",
|
|
466
|
+
"assertSymbolTypeAnnotation": "const {assertSymbolTypeAnnotation} = types",
|
|
467
|
+
"assertTSAnyKeyword": "const {assertTSAnyKeyword} = types",
|
|
468
|
+
"assertTSArrayType": "const {assertTSArrayType} = types",
|
|
469
|
+
"assertTSAsExpression": "const {assertTSAsExpression} = types",
|
|
470
|
+
"assertTSBaseType": "const {assertTSBaseType} = types",
|
|
471
|
+
"assertTSBigIntKeyword": "const {assertTSBigIntKeyword} = types",
|
|
472
|
+
"assertTSBooleanKeyword": "const {assertTSBooleanKeyword} = types",
|
|
473
|
+
"assertTSCallSignatureDeclaration": "const {assertTSCallSignatureDeclaration} = types",
|
|
474
|
+
"assertTSClassImplements": "const {assertTSClassImplements} = types",
|
|
475
|
+
"assertTSConditionalType": "const {assertTSConditionalType} = types",
|
|
476
|
+
"assertTSConstructSignatureDeclaration": "const {assertTSConstructSignatureDeclaration} = types",
|
|
477
|
+
"assertTSConstructorType": "const {assertTSConstructorType} = types",
|
|
478
|
+
"assertTSDeclareFunction": "const {assertTSDeclareFunction} = types",
|
|
479
|
+
"assertTSDeclareMethod": "const {assertTSDeclareMethod} = types",
|
|
480
|
+
"assertTSEntityName": "const {assertTSEntityName} = types",
|
|
481
|
+
"assertTSEnumBody": "const {assertTSEnumBody} = types",
|
|
482
|
+
"assertTSEnumDeclaration": "const {assertTSEnumDeclaration} = types",
|
|
483
|
+
"assertTSEnumMember": "const {assertTSEnumMember} = types",
|
|
484
|
+
"assertTSExportAssignment": "const {assertTSExportAssignment} = types",
|
|
485
|
+
"assertTSExternalModuleReference": "const {assertTSExternalModuleReference} = types",
|
|
486
|
+
"assertTSFunctionType": "const {assertTSFunctionType} = types",
|
|
487
|
+
"assertTSImportEqualsDeclaration": "const {assertTSImportEqualsDeclaration} = types",
|
|
488
|
+
"assertTSImportType": "const {assertTSImportType} = types",
|
|
489
|
+
"assertTSIndexSignature": "const {assertTSIndexSignature} = types",
|
|
490
|
+
"assertTSIndexedAccessType": "const {assertTSIndexedAccessType} = types",
|
|
491
|
+
"assertTSInferType": "const {assertTSInferType} = types",
|
|
492
|
+
"assertTSInstantiationExpression": "const {assertTSInstantiationExpression} = types",
|
|
493
|
+
"assertTSInterfaceBody": "const {assertTSInterfaceBody} = types",
|
|
494
|
+
"assertTSInterfaceDeclaration": "const {assertTSInterfaceDeclaration} = types",
|
|
495
|
+
"assertTSInterfaceHeritage": "const {assertTSInterfaceHeritage} = types",
|
|
496
|
+
"assertTSIntersectionType": "const {assertTSIntersectionType} = types",
|
|
497
|
+
"assertTSIntrinsicKeyword": "const {assertTSIntrinsicKeyword} = types",
|
|
498
|
+
"assertTSLiteralType": "const {assertTSLiteralType} = types",
|
|
499
|
+
"assertTSMappedType": "const {assertTSMappedType} = types",
|
|
500
|
+
"assertTSMethodSignature": "const {assertTSMethodSignature} = types",
|
|
501
|
+
"assertTSModuleBlock": "const {assertTSModuleBlock} = types",
|
|
502
|
+
"assertTSModuleDeclaration": "const {assertTSModuleDeclaration} = types",
|
|
503
|
+
"assertTSNamedTupleMember": "const {assertTSNamedTupleMember} = types",
|
|
504
|
+
"assertTSNamespaceExportDeclaration": "const {assertTSNamespaceExportDeclaration} = types",
|
|
505
|
+
"assertTSNeverKeyword": "const {assertTSNeverKeyword} = types",
|
|
506
|
+
"assertTSNonNullExpression": "const {assertTSNonNullExpression} = types",
|
|
507
|
+
"assertTSNullKeyword": "const {assertTSNullKeyword} = types",
|
|
508
|
+
"assertTSNumberKeyword": "const {assertTSNumberKeyword} = types",
|
|
509
|
+
"assertTSObjectKeyword": "const {assertTSObjectKeyword} = types",
|
|
510
|
+
"assertTSOptionalType": "const {assertTSOptionalType} = types",
|
|
511
|
+
"assertTSParameterProperty": "const {assertTSParameterProperty} = types",
|
|
512
|
+
"assertTSParenthesizedType": "const {assertTSParenthesizedType} = types",
|
|
513
|
+
"assertTSPropertySignature": "const {assertTSPropertySignature} = types",
|
|
514
|
+
"assertTSQualifiedName": "const {assertTSQualifiedName} = types",
|
|
515
|
+
"assertTSRestType": "const {assertTSRestType} = types",
|
|
516
|
+
"assertTSSatisfiesExpression": "const {assertTSSatisfiesExpression} = types",
|
|
517
|
+
"assertTSStringKeyword": "const {assertTSStringKeyword} = types",
|
|
518
|
+
"assertTSSymbolKeyword": "const {assertTSSymbolKeyword} = types",
|
|
519
|
+
"assertTSTemplateLiteralType": "const {assertTSTemplateLiteralType} = types",
|
|
520
|
+
"assertTSThisType": "const {assertTSThisType} = types",
|
|
521
|
+
"assertTSTupleType": "const {assertTSTupleType} = types",
|
|
522
|
+
"assertTSType": "const {assertTSType} = types",
|
|
523
|
+
"assertTSTypeAliasDeclaration": "const {assertTSTypeAliasDeclaration} = types",
|
|
524
|
+
"assertTSTypeAnnotation": "const {assertTSTypeAnnotation} = types",
|
|
525
|
+
"assertTSTypeAssertion": "const {assertTSTypeAssertion} = types",
|
|
526
|
+
"assertTSTypeElement": "const {assertTSTypeElement} = types",
|
|
527
|
+
"assertTSTypeLiteral": "const {assertTSTypeLiteral} = types",
|
|
528
|
+
"assertTSTypeOperator": "const {assertTSTypeOperator} = types",
|
|
529
|
+
"assertTSTypeParameter": "const {assertTSTypeParameter} = types",
|
|
530
|
+
"assertTSTypeParameterDeclaration": "const {assertTSTypeParameterDeclaration} = types",
|
|
531
|
+
"assertTSTypeParameterInstantiation": "const {assertTSTypeParameterInstantiation} = types",
|
|
532
|
+
"assertTSTypePredicate": "const {assertTSTypePredicate} = types",
|
|
533
|
+
"assertTSTypeQuery": "const {assertTSTypeQuery} = types",
|
|
534
|
+
"assertTSTypeReference": "const {assertTSTypeReference} = types",
|
|
535
|
+
"assertTSUndefinedKeyword": "const {assertTSUndefinedKeyword} = types",
|
|
536
|
+
"assertTSUnionType": "const {assertTSUnionType} = types",
|
|
537
|
+
"assertTSUnknownKeyword": "const {assertTSUnknownKeyword} = types",
|
|
538
|
+
"assertTSVoidKeyword": "const {assertTSVoidKeyword} = types",
|
|
539
|
+
"assertTaggedTemplateExpression": "const {assertTaggedTemplateExpression} = types",
|
|
540
|
+
"assertTemplateElement": "const {assertTemplateElement} = types",
|
|
541
|
+
"assertTemplateLiteral": "const {assertTemplateLiteral} = types",
|
|
542
|
+
"assertTerminatorless": "const {assertTerminatorless} = types",
|
|
543
|
+
"assertThisExpression": "const {assertThisExpression} = types",
|
|
544
|
+
"assertThisTypeAnnotation": "const {assertThisTypeAnnotation} = types",
|
|
545
|
+
"assertThrowStatement": "const {assertThrowStatement} = types",
|
|
546
|
+
"assertTopicReference": "const {assertTopicReference} = types",
|
|
547
|
+
"assertTryStatement": "const {assertTryStatement} = types",
|
|
548
|
+
"assertTupleExpression": "const {assertTupleExpression} = types",
|
|
549
|
+
"assertTupleTypeAnnotation": "const {assertTupleTypeAnnotation} = types",
|
|
550
|
+
"assertTypeAlias": "const {assertTypeAlias} = types",
|
|
551
|
+
"assertTypeAnnotation": "const {assertTypeAnnotation} = types",
|
|
552
|
+
"assertTypeCastExpression": "const {assertTypeCastExpression} = types",
|
|
553
|
+
"assertTypeParameter": "const {assertTypeParameter} = types",
|
|
554
|
+
"assertTypeParameterDeclaration": "const {assertTypeParameterDeclaration} = types",
|
|
555
|
+
"assertTypeParameterInstantiation": "const {assertTypeParameterInstantiation} = types",
|
|
556
|
+
"assertTypeScript": "const {assertTypeScript} = types",
|
|
557
|
+
"assertTypeofTypeAnnotation": "const {assertTypeofTypeAnnotation} = types",
|
|
558
|
+
"assertUnaryExpression": "const {assertUnaryExpression} = types",
|
|
559
|
+
"assertUnaryLike": "const {assertUnaryLike} = types",
|
|
560
|
+
"assertUnionTypeAnnotation": "const {assertUnionTypeAnnotation} = types",
|
|
561
|
+
"assertUpdateExpression": "const {assertUpdateExpression} = types",
|
|
562
|
+
"assertUserWhitespacable": "const {assertUserWhitespacable} = types",
|
|
563
|
+
"assertV8IntrinsicIdentifier": "const {assertV8IntrinsicIdentifier} = types",
|
|
564
|
+
"assertVariableDeclaration": "const {assertVariableDeclaration} = types",
|
|
565
|
+
"assertVariableDeclarator": "const {assertVariableDeclarator} = types",
|
|
566
|
+
"assertVariance": "const {assertVariance} = types",
|
|
567
|
+
"assertVoidTypeAnnotation": "const {assertVoidTypeAnnotation} = types",
|
|
568
|
+
"assertWhile": "const {assertWhile} = types",
|
|
569
|
+
"assertWhileStatement": "const {assertWhileStatement} = types",
|
|
570
|
+
"assertWithStatement": "const {assertWithStatement} = types",
|
|
571
|
+
"assertYieldExpression": "const {assertYieldExpression} = types",
|
|
572
|
+
"assignmentExpression": "const {assignmentExpression} = types",
|
|
573
|
+
"assignmentPattern": "const {assignmentPattern} = types",
|
|
574
|
+
"awaitExpression": "const {awaitExpression} = types",
|
|
575
|
+
"bigIntLiteral": "const {bigIntLiteral} = types",
|
|
576
|
+
"binaryExpression": "const {binaryExpression} = types",
|
|
577
|
+
"bindExpression": "const {bindExpression} = types",
|
|
578
|
+
"blockStatement": "const {blockStatement} = types",
|
|
579
|
+
"booleanLiteral": "const {booleanLiteral} = types",
|
|
580
|
+
"booleanLiteralTypeAnnotation": "const {booleanLiteralTypeAnnotation} = types",
|
|
581
|
+
"booleanTypeAnnotation": "const {booleanTypeAnnotation} = types",
|
|
582
|
+
"breakStatement": "const {breakStatement} = types",
|
|
583
|
+
"buildMatchMemberExpression": "const {buildMatchMemberExpression} = types",
|
|
584
|
+
"buildUndefinedNode": "const {buildUndefinedNode} = types",
|
|
585
|
+
"callExpression": "const {callExpression} = types",
|
|
586
|
+
"catchClause": "const {catchClause} = types",
|
|
587
|
+
"classAccessorProperty": "const {classAccessorProperty} = types",
|
|
588
|
+
"classBody": "const {classBody} = types",
|
|
589
|
+
"classDeclaration": "const {classDeclaration} = types",
|
|
590
|
+
"classExpression": "const {classExpression} = types",
|
|
591
|
+
"classImplements": "const {classImplements} = types",
|
|
592
|
+
"classMethod": "const {classMethod} = types",
|
|
593
|
+
"classPrivateMethod": "const {classPrivateMethod} = types",
|
|
594
|
+
"classPrivateProperty": "const {classPrivateProperty} = types",
|
|
595
|
+
"classProperty": "const {classProperty} = types",
|
|
596
|
+
"clone": "const {clone} = types",
|
|
597
|
+
"cloneDeep": "const {cloneDeep} = types",
|
|
598
|
+
"cloneDeepWithoutLoc": "const {cloneDeepWithoutLoc} = types",
|
|
599
|
+
"cloneNode": "const {cloneNode} = types",
|
|
600
|
+
"cloneWithoutLoc": "const {cloneWithoutLoc} = types",
|
|
601
|
+
"conditionalExpression": "const {conditionalExpression} = types",
|
|
602
|
+
"continueStatement": "const {continueStatement} = types",
|
|
603
|
+
"createFlowUnionType": "const {createFlowUnionType} = types",
|
|
604
|
+
"createTSUnionType": "const {createTSUnionType} = types",
|
|
605
|
+
"createTypeAnnotationBasedOnTypeof": "const {createTypeAnnotationBasedOnTypeof} = types",
|
|
606
|
+
"createUnionTypeAnnotation": "const {createUnionTypeAnnotation} = types",
|
|
607
|
+
"debuggerStatement": "const {debuggerStatement} = types",
|
|
608
|
+
"declareClass": "const {declareClass} = types",
|
|
609
|
+
"declareExportAllDeclaration": "const {declareExportAllDeclaration} = types",
|
|
610
|
+
"declareExportDeclaration": "const {declareExportDeclaration} = types",
|
|
611
|
+
"declareFunction": "const {declareFunction} = types",
|
|
612
|
+
"declareInterface": "const {declareInterface} = types",
|
|
613
|
+
"declareModule": "const {declareModule} = types",
|
|
614
|
+
"declareModuleExports": "const {declareModuleExports} = types",
|
|
615
|
+
"declareOpaqueType": "const {declareOpaqueType} = types",
|
|
616
|
+
"declareTypeAlias": "const {declareTypeAlias} = types",
|
|
617
|
+
"declareVariable": "const {declareVariable} = types",
|
|
618
|
+
"declaredPredicate": "const {declaredPredicate} = types",
|
|
619
|
+
"decorator": "const {decorator} = types",
|
|
620
|
+
"directive": "const {directive} = types",
|
|
621
|
+
"directiveLiteral": "const {directiveLiteral} = types",
|
|
622
|
+
"doExpression": "const {doExpression} = types",
|
|
623
|
+
"doWhileStatement": "const {doWhileStatement} = types",
|
|
624
|
+
"emptyStatement": "const {emptyStatement} = types",
|
|
625
|
+
"emptyTypeAnnotation": "const {emptyTypeAnnotation} = types",
|
|
626
|
+
"ensureBlock": "const {ensureBlock} = types",
|
|
627
|
+
"enumBooleanBody": "const {enumBooleanBody} = types",
|
|
628
|
+
"enumBooleanMember": "const {enumBooleanMember} = types",
|
|
629
|
+
"enumDeclaration": "const {enumDeclaration} = types",
|
|
630
|
+
"enumDefaultedMember": "const {enumDefaultedMember} = types",
|
|
631
|
+
"enumNumberBody": "const {enumNumberBody} = types",
|
|
632
|
+
"enumNumberMember": "const {enumNumberMember} = types",
|
|
633
|
+
"enumStringBody": "const {enumStringBody} = types",
|
|
634
|
+
"enumStringMember": "const {enumStringMember} = types",
|
|
635
|
+
"enumSymbolBody": "const {enumSymbolBody} = types",
|
|
636
|
+
"existsTypeAnnotation": "const {existsTypeAnnotation} = types",
|
|
637
|
+
"exportAllDeclaration": "const {exportAllDeclaration} = types",
|
|
638
|
+
"exportDefaultDeclaration": "const {exportDefaultDeclaration} = types",
|
|
639
|
+
"exportDefaultSpecifier": "const {exportDefaultSpecifier} = types",
|
|
640
|
+
"exportNamedDeclaration": "const {exportNamedDeclaration} = types",
|
|
641
|
+
"exportNamespaceSpecifier": "const {exportNamespaceSpecifier} = types",
|
|
642
|
+
"exportSpecifier": "const {exportSpecifier} = types",
|
|
643
|
+
"expressionStatement": "const {expressionStatement} = types",
|
|
644
|
+
"file": "const {file} = types",
|
|
645
|
+
"forInStatement": "const {forInStatement} = types",
|
|
646
|
+
"forOfStatement": "const {forOfStatement} = types",
|
|
647
|
+
"forStatement": "const {forStatement} = types",
|
|
648
|
+
"functionDeclaration": "const {functionDeclaration} = types",
|
|
649
|
+
"functionExpression": "const {functionExpression} = types",
|
|
650
|
+
"functionTypeAnnotation": "const {functionTypeAnnotation} = types",
|
|
651
|
+
"functionTypeParam": "const {functionTypeParam} = types",
|
|
652
|
+
"genericTypeAnnotation": "const {genericTypeAnnotation} = types",
|
|
653
|
+
"getAssignmentIdentifiers": "const {getAssignmentIdentifiers} = types",
|
|
654
|
+
"getBindingIdentifiers": "const {getBindingIdentifiers} = types",
|
|
655
|
+
"getFunctionName": "const {getFunctionName} = types",
|
|
656
|
+
"getOuterBindingIdentifiers": "const {getOuterBindingIdentifiers} = types",
|
|
657
|
+
"identifier": "const {identifier} = types",
|
|
658
|
+
"ifStatement": "const {ifStatement} = types",
|
|
659
|
+
"import": "const {import} = types",
|
|
660
|
+
"importAttribute": "const {importAttribute} = types",
|
|
661
|
+
"importDeclaration": "const {importDeclaration} = types",
|
|
662
|
+
"importDefaultSpecifier": "const {importDefaultSpecifier} = types",
|
|
663
|
+
"importExpression": "const {importExpression} = types",
|
|
664
|
+
"importNamespaceSpecifier": "const {importNamespaceSpecifier} = types",
|
|
665
|
+
"importSpecifier": "const {importSpecifier} = types",
|
|
666
|
+
"indexedAccessType": "const {indexedAccessType} = types",
|
|
667
|
+
"inferredPredicate": "const {inferredPredicate} = types",
|
|
668
|
+
"inheritInnerComments": "const {inheritInnerComments} = types",
|
|
669
|
+
"inheritLeadingComments": "const {inheritLeadingComments} = types",
|
|
670
|
+
"inheritTrailingComments": "const {inheritTrailingComments} = types",
|
|
671
|
+
"inherits": "const {inherits} = types",
|
|
672
|
+
"inheritsComments": "const {inheritsComments} = types",
|
|
673
|
+
"interfaceDeclaration": "const {interfaceDeclaration} = types",
|
|
674
|
+
"interfaceExtends": "const {interfaceExtends} = types",
|
|
675
|
+
"interfaceTypeAnnotation": "const {interfaceTypeAnnotation} = types",
|
|
676
|
+
"interpreterDirective": "const {interpreterDirective} = types",
|
|
677
|
+
"intersectionTypeAnnotation": "const {intersectionTypeAnnotation} = types",
|
|
255
678
|
"isAccessor": "const {isAccessor} = types",
|
|
256
679
|
"isAnyTypeAnnotation": "const {isAnyTypeAnnotation} = types",
|
|
257
680
|
"isArgumentPlaceholder": "const {isArgumentPlaceholder} = types",
|
|
@@ -475,6 +898,7 @@
|
|
|
475
898
|
"isTSDeclareFunction": "const {isTSDeclareFunction} = types",
|
|
476
899
|
"isTSDeclareMethod": "const {isTSDeclareMethod} = types",
|
|
477
900
|
"isTSEntityName": "const {isTSEntityName} = types",
|
|
901
|
+
"isTSEnumBody": "const {isTSEnumBody} = types",
|
|
478
902
|
"isTSEnumDeclaration": "const {isTSEnumDeclaration} = types",
|
|
479
903
|
"isTSEnumMember": "const {isTSEnumMember} = types",
|
|
480
904
|
"isTSExportAssignment": "const {isTSExportAssignment} = types",
|
|
@@ -512,6 +936,7 @@
|
|
|
512
936
|
"isTSSatisfiesExpression": "const {isTSSatisfiesExpression} = types",
|
|
513
937
|
"isTSStringKeyword": "const {isTSStringKeyword} = types",
|
|
514
938
|
"isTSSymbolKeyword": "const {isTSSymbolKeyword} = types",
|
|
939
|
+
"isTSTemplateLiteralType": "const {isTSTemplateLiteralType} = types",
|
|
515
940
|
"isTSThisType": "const {isTSThisType} = types",
|
|
516
941
|
"isTSTupleType": "const {isTSTupleType} = types",
|
|
517
942
|
"isTSType": "const {isTSType} = types",
|
|
@@ -567,5 +992,188 @@
|
|
|
567
992
|
"isWhile": "const {isWhile} = types",
|
|
568
993
|
"isWhileStatement": "const {isWhileStatement} = types",
|
|
569
994
|
"isWithStatement": "const {isWithStatement} = types",
|
|
570
|
-
"isYieldExpression": "const {isYieldExpression} = types"
|
|
995
|
+
"isYieldExpression": "const {isYieldExpression} = types",
|
|
996
|
+
"jsxAttribute": "const {jsxAttribute} = types",
|
|
997
|
+
"jsxClosingElement": "const {jsxClosingElement} = types",
|
|
998
|
+
"jsxClosingFragment": "const {jsxClosingFragment} = types",
|
|
999
|
+
"jsxElement": "const {jsxElement} = types",
|
|
1000
|
+
"jsxEmptyExpression": "const {jsxEmptyExpression} = types",
|
|
1001
|
+
"jsxExpressionContainer": "const {jsxExpressionContainer} = types",
|
|
1002
|
+
"jsxFragment": "const {jsxFragment} = types",
|
|
1003
|
+
"jsxIdentifier": "const {jsxIdentifier} = types",
|
|
1004
|
+
"jsxMemberExpression": "const {jsxMemberExpression} = types",
|
|
1005
|
+
"jsxNamespacedName": "const {jsxNamespacedName} = types",
|
|
1006
|
+
"jsxOpeningElement": "const {jsxOpeningElement} = types",
|
|
1007
|
+
"jsxOpeningFragment": "const {jsxOpeningFragment} = types",
|
|
1008
|
+
"jsxSpreadAttribute": "const {jsxSpreadAttribute} = types",
|
|
1009
|
+
"jsxSpreadChild": "const {jsxSpreadChild} = types",
|
|
1010
|
+
"jsxText": "const {jsxText} = types",
|
|
1011
|
+
"labeledStatement": "const {labeledStatement} = types",
|
|
1012
|
+
"logicalExpression": "const {logicalExpression} = types",
|
|
1013
|
+
"matchesPattern": "const {matchesPattern} = types",
|
|
1014
|
+
"memberExpression": "const {memberExpression} = types",
|
|
1015
|
+
"metaProperty": "const {metaProperty} = types",
|
|
1016
|
+
"mixedTypeAnnotation": "const {mixedTypeAnnotation} = types",
|
|
1017
|
+
"moduleExpression": "const {moduleExpression} = types",
|
|
1018
|
+
"newExpression": "const {newExpression} = types",
|
|
1019
|
+
"nullLiteral": "const {nullLiteral} = types",
|
|
1020
|
+
"nullLiteralTypeAnnotation": "const {nullLiteralTypeAnnotation} = types",
|
|
1021
|
+
"nullableTypeAnnotation": "const {nullableTypeAnnotation} = types",
|
|
1022
|
+
"numberLiteral": "const {numberLiteral} = types",
|
|
1023
|
+
"numberLiteralTypeAnnotation": "const {numberLiteralTypeAnnotation} = types",
|
|
1024
|
+
"numberTypeAnnotation": "const {numberTypeAnnotation} = types",
|
|
1025
|
+
"numericLiteral": "const {numericLiteral} = types",
|
|
1026
|
+
"objectExpression": "const {objectExpression} = types",
|
|
1027
|
+
"objectMethod": "const {objectMethod} = types",
|
|
1028
|
+
"objectPattern": "const {objectPattern} = types",
|
|
1029
|
+
"objectProperty": "const {objectProperty} = types",
|
|
1030
|
+
"objectTypeAnnotation": "const {objectTypeAnnotation} = types",
|
|
1031
|
+
"objectTypeCallProperty": "const {objectTypeCallProperty} = types",
|
|
1032
|
+
"objectTypeIndexer": "const {objectTypeIndexer} = types",
|
|
1033
|
+
"objectTypeInternalSlot": "const {objectTypeInternalSlot} = types",
|
|
1034
|
+
"objectTypeProperty": "const {objectTypeProperty} = types",
|
|
1035
|
+
"objectTypeSpreadProperty": "const {objectTypeSpreadProperty} = types",
|
|
1036
|
+
"opaqueType": "const {opaqueType} = types",
|
|
1037
|
+
"optionalCallExpression": "const {optionalCallExpression} = types",
|
|
1038
|
+
"optionalIndexedAccessType": "const {optionalIndexedAccessType} = types",
|
|
1039
|
+
"optionalMemberExpression": "const {optionalMemberExpression} = types",
|
|
1040
|
+
"parenthesizedExpression": "const {parenthesizedExpression} = types",
|
|
1041
|
+
"pipelineBareFunction": "const {pipelineBareFunction} = types",
|
|
1042
|
+
"pipelinePrimaryTopicReference": "const {pipelinePrimaryTopicReference} = types",
|
|
1043
|
+
"pipelineTopicExpression": "const {pipelineTopicExpression} = types",
|
|
1044
|
+
"placeholder": "const {placeholder} = types",
|
|
1045
|
+
"prependToMemberExpression": "const {prependToMemberExpression} = types",
|
|
1046
|
+
"privateName": "const {privateName} = types",
|
|
1047
|
+
"program": "const {program} = types",
|
|
1048
|
+
"qualifiedTypeIdentifier": "const {qualifiedTypeIdentifier} = types",
|
|
1049
|
+
"react": "const {react} = types",
|
|
1050
|
+
"recordExpression": "const {recordExpression} = types",
|
|
1051
|
+
"regExpLiteral": "const {regExpLiteral} = types",
|
|
1052
|
+
"regexLiteral": "const {regexLiteral} = types",
|
|
1053
|
+
"removeComments": "const {removeComments} = types",
|
|
1054
|
+
"removeProperties": "const {removeProperties} = types",
|
|
1055
|
+
"removePropertiesDeep": "const {removePropertiesDeep} = types",
|
|
1056
|
+
"removeTypeDuplicates": "const {removeTypeDuplicates} = types",
|
|
1057
|
+
"restElement": "const {restElement} = types",
|
|
1058
|
+
"restProperty": "const {restProperty} = types",
|
|
1059
|
+
"returnStatement": "const {returnStatement} = types",
|
|
1060
|
+
"sequenceExpression": "const {sequenceExpression} = types",
|
|
1061
|
+
"shallowEqual": "const {shallowEqual} = types",
|
|
1062
|
+
"spreadElement": "const {spreadElement} = types",
|
|
1063
|
+
"spreadProperty": "const {spreadProperty} = types",
|
|
1064
|
+
"staticBlock": "const {staticBlock} = types",
|
|
1065
|
+
"stringLiteral": "const {stringLiteral} = types",
|
|
1066
|
+
"stringLiteralTypeAnnotation": "const {stringLiteralTypeAnnotation} = types",
|
|
1067
|
+
"stringTypeAnnotation": "const {stringTypeAnnotation} = types",
|
|
1068
|
+
"super": "const {super} = types",
|
|
1069
|
+
"switchCase": "const {switchCase} = types",
|
|
1070
|
+
"switchStatement": "const {switchStatement} = types",
|
|
1071
|
+
"symbolTypeAnnotation": "const {symbolTypeAnnotation} = types",
|
|
1072
|
+
"taggedTemplateExpression": "const {taggedTemplateExpression} = types",
|
|
1073
|
+
"templateElement": "const {templateElement} = types",
|
|
1074
|
+
"templateLiteral": "const {templateLiteral} = types",
|
|
1075
|
+
"thisExpression": "const {thisExpression} = types",
|
|
1076
|
+
"thisTypeAnnotation": "const {thisTypeAnnotation} = types",
|
|
1077
|
+
"throwStatement": "const {throwStatement} = types",
|
|
1078
|
+
"toBindingIdentifierName": "const {toBindingIdentifierName} = types",
|
|
1079
|
+
"toBlock": "const {toBlock} = types",
|
|
1080
|
+
"toComputedKey": "const {toComputedKey} = types",
|
|
1081
|
+
"toExpression": "const {toExpression} = types",
|
|
1082
|
+
"toIdentifier": "const {toIdentifier} = types",
|
|
1083
|
+
"toKeyAlias": "const {toKeyAlias} = types",
|
|
1084
|
+
"toStatement": "const {toStatement} = types",
|
|
1085
|
+
"topicReference": "const {topicReference} = types",
|
|
1086
|
+
"traverse": "const {traverse} = types",
|
|
1087
|
+
"traverseFast": "const {traverseFast} = types",
|
|
1088
|
+
"tryStatement": "const {tryStatement} = types",
|
|
1089
|
+
"tsAnyKeyword": "const {tsAnyKeyword} = types",
|
|
1090
|
+
"tsArrayType": "const {tsArrayType} = types",
|
|
1091
|
+
"tsAsExpression": "const {tsAsExpression} = types",
|
|
1092
|
+
"tsBigIntKeyword": "const {tsBigIntKeyword} = types",
|
|
1093
|
+
"tsBooleanKeyword": "const {tsBooleanKeyword} = types",
|
|
1094
|
+
"tsCallSignatureDeclaration": "const {tsCallSignatureDeclaration} = types",
|
|
1095
|
+
"tsClassImplements": "const {tsClassImplements} = types",
|
|
1096
|
+
"tsConditionalType": "const {tsConditionalType} = types",
|
|
1097
|
+
"tsConstructSignatureDeclaration": "const {tsConstructSignatureDeclaration} = types",
|
|
1098
|
+
"tsConstructorType": "const {tsConstructorType} = types",
|
|
1099
|
+
"tsDeclareFunction": "const {tsDeclareFunction} = types",
|
|
1100
|
+
"tsDeclareMethod": "const {tsDeclareMethod} = types",
|
|
1101
|
+
"tsEnumBody": "const {tsEnumBody} = types",
|
|
1102
|
+
"tsEnumDeclaration": "const {tsEnumDeclaration} = types",
|
|
1103
|
+
"tsEnumMember": "const {tsEnumMember} = types",
|
|
1104
|
+
"tsExportAssignment": "const {tsExportAssignment} = types",
|
|
1105
|
+
"tsExternalModuleReference": "const {tsExternalModuleReference} = types",
|
|
1106
|
+
"tsFunctionType": "const {tsFunctionType} = types",
|
|
1107
|
+
"tsImportEqualsDeclaration": "const {tsImportEqualsDeclaration} = types",
|
|
1108
|
+
"tsImportType": "const {tsImportType} = types",
|
|
1109
|
+
"tsIndexSignature": "const {tsIndexSignature} = types",
|
|
1110
|
+
"tsIndexedAccessType": "const {tsIndexedAccessType} = types",
|
|
1111
|
+
"tsInferType": "const {tsInferType} = types",
|
|
1112
|
+
"tsInstantiationExpression": "const {tsInstantiationExpression} = types",
|
|
1113
|
+
"tsInterfaceBody": "const {tsInterfaceBody} = types",
|
|
1114
|
+
"tsInterfaceDeclaration": "const {tsInterfaceDeclaration} = types",
|
|
1115
|
+
"tsInterfaceHeritage": "const {tsInterfaceHeritage} = types",
|
|
1116
|
+
"tsIntersectionType": "const {tsIntersectionType} = types",
|
|
1117
|
+
"tsIntrinsicKeyword": "const {tsIntrinsicKeyword} = types",
|
|
1118
|
+
"tsLiteralType": "const {tsLiteralType} = types",
|
|
1119
|
+
"tsMappedType": "const {tsMappedType} = types",
|
|
1120
|
+
"tsMethodSignature": "const {tsMethodSignature} = types",
|
|
1121
|
+
"tsModuleBlock": "const {tsModuleBlock} = types",
|
|
1122
|
+
"tsModuleDeclaration": "const {tsModuleDeclaration} = types",
|
|
1123
|
+
"tsNamedTupleMember": "const {tsNamedTupleMember} = types",
|
|
1124
|
+
"tsNamespaceExportDeclaration": "const {tsNamespaceExportDeclaration} = types",
|
|
1125
|
+
"tsNeverKeyword": "const {tsNeverKeyword} = types",
|
|
1126
|
+
"tsNonNullExpression": "const {tsNonNullExpression} = types",
|
|
1127
|
+
"tsNullKeyword": "const {tsNullKeyword} = types",
|
|
1128
|
+
"tsNumberKeyword": "const {tsNumberKeyword} = types",
|
|
1129
|
+
"tsObjectKeyword": "const {tsObjectKeyword} = types",
|
|
1130
|
+
"tsOptionalType": "const {tsOptionalType} = types",
|
|
1131
|
+
"tsParameterProperty": "const {tsParameterProperty} = types",
|
|
1132
|
+
"tsParenthesizedType": "const {tsParenthesizedType} = types",
|
|
1133
|
+
"tsPropertySignature": "const {tsPropertySignature} = types",
|
|
1134
|
+
"tsQualifiedName": "const {tsQualifiedName} = types",
|
|
1135
|
+
"tsRestType": "const {tsRestType} = types",
|
|
1136
|
+
"tsSatisfiesExpression": "const {tsSatisfiesExpression} = types",
|
|
1137
|
+
"tsStringKeyword": "const {tsStringKeyword} = types",
|
|
1138
|
+
"tsSymbolKeyword": "const {tsSymbolKeyword} = types",
|
|
1139
|
+
"tsTemplateLiteralType": "const {tsTemplateLiteralType} = types",
|
|
1140
|
+
"tsThisType": "const {tsThisType} = types",
|
|
1141
|
+
"tsTupleType": "const {tsTupleType} = types",
|
|
1142
|
+
"tsTypeAliasDeclaration": "const {tsTypeAliasDeclaration} = types",
|
|
1143
|
+
"tsTypeAnnotation": "const {tsTypeAnnotation} = types",
|
|
1144
|
+
"tsTypeAssertion": "const {tsTypeAssertion} = types",
|
|
1145
|
+
"tsTypeLiteral": "const {tsTypeLiteral} = types",
|
|
1146
|
+
"tsTypeOperator": "const {tsTypeOperator} = types",
|
|
1147
|
+
"tsTypeParameter": "const {tsTypeParameter} = types",
|
|
1148
|
+
"tsTypeParameterDeclaration": "const {tsTypeParameterDeclaration} = types",
|
|
1149
|
+
"tsTypeParameterInstantiation": "const {tsTypeParameterInstantiation} = types",
|
|
1150
|
+
"tsTypePredicate": "const {tsTypePredicate} = types",
|
|
1151
|
+
"tsTypeQuery": "const {tsTypeQuery} = types",
|
|
1152
|
+
"tsTypeReference": "const {tsTypeReference} = types",
|
|
1153
|
+
"tsUndefinedKeyword": "const {tsUndefinedKeyword} = types",
|
|
1154
|
+
"tsUnionType": "const {tsUnionType} = types",
|
|
1155
|
+
"tsUnknownKeyword": "const {tsUnknownKeyword} = types",
|
|
1156
|
+
"tsVoidKeyword": "const {tsVoidKeyword} = types",
|
|
1157
|
+
"tupleExpression": "const {tupleExpression} = types",
|
|
1158
|
+
"tupleTypeAnnotation": "const {tupleTypeAnnotation} = types",
|
|
1159
|
+
"typeAlias": "const {typeAlias} = types",
|
|
1160
|
+
"typeAnnotation": "const {typeAnnotation} = types",
|
|
1161
|
+
"typeCastExpression": "const {typeCastExpression} = types",
|
|
1162
|
+
"typeParameter": "const {typeParameter} = types",
|
|
1163
|
+
"typeParameterDeclaration": "const {typeParameterDeclaration} = types",
|
|
1164
|
+
"typeParameterInstantiation": "const {typeParameterInstantiation} = types",
|
|
1165
|
+
"typeofTypeAnnotation": "const {typeofTypeAnnotation} = types",
|
|
1166
|
+
"unaryExpression": "const {unaryExpression} = types",
|
|
1167
|
+
"unionTypeAnnotation": "const {unionTypeAnnotation} = types",
|
|
1168
|
+
"updateExpression": "const {updateExpression} = types",
|
|
1169
|
+
"v8IntrinsicIdentifier": "const {v8IntrinsicIdentifier} = types",
|
|
1170
|
+
"validate": "const {validate} = types",
|
|
1171
|
+
"valueToNode": "const {valueToNode} = types",
|
|
1172
|
+
"variableDeclaration": "const {variableDeclaration} = types",
|
|
1173
|
+
"variableDeclarator": "const {variableDeclarator} = types",
|
|
1174
|
+
"variance": "const {variance} = types",
|
|
1175
|
+
"voidTypeAnnotation": "const {voidTypeAnnotation} = types",
|
|
1176
|
+
"whileStatement": "const {whileStatement} = types",
|
|
1177
|
+
"withStatement": "const {withStatement} = types",
|
|
1178
|
+
"yieldExpression": "const {yieldExpression} = types"
|
|
571
1179
|
}
|