type
stringclasses
7 values
content
stringlengths
4
9.55k
repo
stringlengths
7
96
path
stringlengths
4
178
language
stringclasses
1 value
FunctionDeclaration
declare function optionalCallExpression(callee: Expression, _arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>, optional: boolean): OptionalCallExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function classProperty(key: Identifier | StringLiteral | NumericLiteral | Expression, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function classAccessorProperty(key: Identifier | StringLiteral | NumericLiteral | Expression | PrivateName, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassAccessorProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function classPrivateProperty(key: PrivateName, value: Expression | null | undefined, decorators: Array<Decorator> | null | undefined, _static: any): ClassPrivateProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function classPrivateMethod(kind: "get" | "set" | "method" | "constructor" | undefined, key: PrivateName, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, _static?: boolean): ClassPrivateMethod;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function privateName(id: Identifier): PrivateName;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function staticBlock(body: Array<Statement>): StaticBlock;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function anyTypeAnnotation(): AnyTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function booleanTypeAnnotation(): BooleanTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareClass;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareFunction(id: Identifier): DeclareFunction;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareInterface;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareVariable(id: Identifier): DeclareVariable;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null): DeclareExportDeclaration;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function declaredPredicate(value: Flow): DeclaredPredicate;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function existsTypeAnnotation(): ExistsTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array<FunctionTypeParam>, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function inferredPredicate(): InferredPredicate;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function interfaceTypeAnnotation(_extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function intersectionTypeAnnotation(types: Array<FlowType>): IntersectionTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function mixedTypeAnnotation(): MixedTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function emptyTypeAnnotation(): EmptyTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function numberTypeAnnotation(): NumberTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeAnnotation(properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>, indexers?: Array<ObjectTypeIndexer> | null, callProperties?: Array<ObjectTypeCallProperty> | null, internalSlots?: Array<ObjectTypeInternalSlot> | null, exact?: boolean): ObjectTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function stringTypeAnnotation(): StringTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function symbolTypeAnnotation(): SymbolTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function thisTypeAnnotation(): ThisTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function tupleTypeAnnotation(types: Array<FlowType>): TupleTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeParameterDeclaration(params: Array<TypeParameter>): TypeParameterDeclaration;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function typeParameterInstantiation(params: Array<FlowType>): TypeParameterInstantiation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function unionTypeAnnotation(types: Array<FlowType>): UnionTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function variance(kind: "minus" | "plus"): Variance;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function voidTypeAnnotation(): VoidTypeAnnotation;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumBooleanBody(members: Array<EnumBooleanMember>): EnumBooleanBody;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumNumberBody(members: Array<EnumNumberMember>): EnumNumberBody;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumStringBody(members: Array<EnumStringMember | EnumDefaultedMember>): EnumStringBody;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumSymbolBody(members: Array<EnumDefaultedMember>): EnumSymbolBody;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumBooleanMember(id: Identifier): EnumBooleanMember;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function enumDefaultedMember(id: Identifier): EnumDefaultedMember;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>, selfClosing?: boolean | null): JSXElement;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxEmptyExpression(): JSXEmptyExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxSpreadChild(expression: Expression): JSXSpreadChild;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxIdentifier(name: string): JSXIdentifier;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array<JSXAttribute | JSXSpreadAttribute>, selfClosing?: boolean): JSXOpeningElement;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxText(value: string): JSXText;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>): JSXFragment;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxOpeningFragment(): JSXOpeningFragment;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function jsxClosingFragment(): JSXClosingFragment;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function noop(): Noop;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function argumentPlaceholder(): ArgumentPlaceholder;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function bindExpression(object: Expression, callee: Expression): BindExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function decorator(expression: Expression): Decorator;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function doExpression(body: BlockStatement, async?: boolean): DoExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function recordExpression(properties: Array<ObjectProperty | SpreadElement>): RecordExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function tupleExpression(elements?: Array<Expression | SpreadElement>): TupleExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function decimalLiteral(value: string): DecimalLiteral;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript
FunctionDeclaration
declare function moduleExpression(body: Program): ModuleExpression;
0xBronko/theShop
node_modules/@babel/types/lib/index.d.ts
TypeScript