-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
area: typescriptoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: types
Description
Bug Report
Current Behavior
I am trying to use the TypeScript definitions from @babel/types but I am missing some functions:
babel/packages/babel-types/src/index.js
Lines 96 to 111 in a811cf7
| export { default as is } from "./validators/is"; | |
| export { default as isBinding } from "./validators/isBinding"; | |
| export { default as isBlockScoped } from "./validators/isBlockScoped"; | |
| export { default as isImmutable } from "./validators/isImmutable"; | |
| export { default as isLet } from "./validators/isLet"; | |
| export { default as isNode } from "./validators/isNode"; | |
| export { default as isNodesEquivalent } from "./validators/isNodesEquivalent"; | |
| export { default as isReferenced } from "./validators/isReferenced"; | |
| export { default as isScope } from "./validators/isScope"; | |
| export { default as isSpecifierDefault } from "./validators/isSpecifierDefault"; | |
| export { default as isType } from "./validators/isType"; | |
| export { | |
| default as isValidES3Identifier, | |
| } from "./validators/isValidES3Identifier"; | |
| export { default as isValidIdentifier } from "./validators/isValidIdentifier"; | |
| export { default as isVar } from "./validators/isVar"; |
Environment
- Babel version(s): 7.0.0-beta.54
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: typescriptoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: types