@babel/core
DEFAULT_EXTENSIONS,
Identifier,
ImportDefaultSpecifier,
ImportSpecifier,
OptionManager,
StringLiteral,
VariableDeclarator,
buildExternalHelpers,
callExpression,
config,
exportDefaultSpecifier,
exportNamedDeclaration,
exportNamespaceSpecifier,
exportSpecifier,
identifier,
importDeclaration,
importDefaultSpecifier,
importNamespaceSpecifier,
importSpecifier,
isIdentifier,
isJSXAttribute,
isJSXIdentifier,
isMemberExpression,
isObjectPattern,
isVariableDeclaration,
isVariableDeclarator,
loadOptions,
loadOptionsAsync,
loadPartialConfig,
loadPartialConfigAsync,
memberExpression,
parse,
parseSync,
stringLiteral,
template,
transform,
transformAsync,
transformFile,
transformFileAsync,
transformFileSync,
transformFromAst,
transformFromAstSync,
transformSync,
traverse,
types,
version
@babel/types
ArrayExpression,
AssignmentExpression,
BinaryExpression,
BlockStatement,
BooleanLiteral,
CallExpression,
ConditionalExpression,
ExportDefaultDeclaration,
ExpressionStatement,
FLIPPED_ALIAS_KEYS,
FunctionDeclaration,
Identifier,
IfStatement,
ImportDeclaration,
JSXAttribute,
JSXClosingElement,
JSXElement,
JSXExpressionContainer,
JSXIdentifier,
JSXMemberExpression,
JSXOpeningElement,
JSXSpreadAttribute,
MemberExpression,
NullLiteral,
NumericLiteral,
ObjectExpression,
ObjectProperty,
ReturnStatement,
STATEMENT_OR_BLOCK_KEYS,
StringLiteral,
TSTypeAnnotation,
TYPES,
TemplateElement,
TemplateLiteral,
ThisExpression,
VISITOR_KEYS,
VariableDeclaration,
VariableDeclarator,
addComment,
anyTypeAnnotation,
arrayExpression,
arrayLiteral,
arrayPattern,
arrayTypeAnnotation,
arrowFunctionExpression,
assertArrayExpression,
assertCallExpression,
assertIdentifier,
assertNumericLiteral,
assertObjectExpression,
assertStringLiteral,
assertVariableDeclarator,
assignmentExpression,
binaryExpression,
blockStatement,
booleanLiteral,
booleanLiteralTypeAnnotation,
booleanTypeAnnotation,
buildMatchMemberExpression,
call,
callExpression,
catchClause,
classBody,
classDeclaration,
classExpression,
classMethod,
classProperty,
clone,
cloneDeep,
cloneNode,
conditionalExpression,
converter,
createFlowUnionType,
createTSUnionType,
createTypeAnnotationBasedOnTypeof,
createUnionTypeAnnotation,
data,
declareExportDeclaration,
declareFunction,
declareOpaqueType,
declareTypeAlias,
detail,
directive,
emptyStatement,
exportDefaultDeclaration,
exportNamedDeclaration,
exportSpecifier,
expressionStatement,
fields,
file,
filename,
forInStatement,
forOfStatement,
forStatement,
fun,
functionDeclaration,
functionExpression,
functionTypeAnnotation,
functionTypeParam,
genericTypeAnnotation,
getBindingIdentifiers,
getOuterBindingIdentifiers,
identifier,
ifStatement,
importDeclaration,
importDefaultSpecifier,
importNamespaceSpecifier,
importSpecifier,
inheritLeadingComments,
inheritTrailingComments,
inherits,
inheritsComments,
interfaceDeclaration,
intersectionTypeAnnotation,
isArrayExpression,
isArrayPattern,
isArrayTypeAnnotation,
isArrowFunctionExpression,
isAssignmentExpression,
isAssignmentPattern,
isAwaitExpression,
isBinary,
isBinaryExpression,
isBlock,
isBlockScoped,
isBlockStatement,
isBooleanLiteral,
isBreakStatement,
isCallExpression,
isClass,
isClassDeclaration,
isClassExpression,
isClassMethod,
isClassProperty,
isConditionalExpression,
isDeclaration,
isDirectiveLiteral,
isExportAllDeclaration,
isExportDeclaration,
isExportDefaultDeclaration,
isExportNamedDeclaration,
isExportNamespaceSpecifier,
isExpression,
isExpressionStatement,
isFor,
isForInStatement,
isForOfStatement,
isForStatement,
isFunction,
isFunctionDeclaration,
isFunctionExpression,
isFunctionTypeAnnotation,
isIdentifier,
isIfStatement,
isImport,
isImportDeclaration,
isImportDefaultSpecifier,
isImportNamespaceSpecifier,
isImportSpecifier,
isIndexedAccessType,
isInterfaceDeclaration,
isJSXAttribute,
isJSXElement,
isJSXExpressionContainer,
isJSXFragment,
isJSXIdentifier,
isJSXMemberExpression,
isJSXNamespacedName,
isJSXOpeningElement,
isJSXText,
isLiteral,
isLogicalExpression,
isLoop,
isMemberExpression,
isNewExpression,
isNodesEquivalent,
isNullLiteral,
isNumericLiteral,
isObjectExpression,
isObjectMember,
isObjectMethod,
isObjectPattern,
isObjectProperty,
isObjectTypeProperty,
isOptionalCallExpression,
isOptionalMemberExpression,
isPlaceholder,
isProgram,
isProperty,
isPureish,
isReferenced,
isRegExpLiteral,
isRestElement,
isReturnStatement,
isScope,
isSequenceExpression,
isSpreadElement,
isStatement,
isStringLiteral,
isSuper,
isTSArrayType,
isTSBooleanKeyword,
isTSDeclareFunction,
isTSDeclareMethod,
isTSEnumDeclaration,
isTSEnumMember,
isTSInterfaceDeclaration,
isTSMethodSignature,
isTSNumberKeyword,
isTSPropertySignature,
isTSQualifiedName,
isTSStringKeyword,
isTSTupleType,
isTSTypeAliasDeclaration,
isTSTypeLiteral,
isTSTypeReference,
isTSUnknownKeyword,
isTaggedTemplateExpression,
isTemplateLiteral,
isThisExpression,
isThrowStatement,
isTryStatement,
isType,
isTypeAlias,
isUnaryExpression,
isUnaryLike,
isUnionTypeAnnotation,
isUpdateExpression,
isValidIdentifier,
isVar,
isVariableDeclaration,
isVariableDeclarator,
isWhileStatement,
jSXAttribute,
jSXClosingElement,
jSXElement,
jSXExpressionContainer,
jSXFragment,
jSXIdentifier,
jSXOpeningElement,
jSXText,
jsxAttribute,
jsxClosingElement,
jsxClosingFragment,
jsxElement,
jsxEmptyExpression,
jsxExpressionContainer,
jsxFragment,
jsxIdentifier,
jsxMemberExpression,
jsxOpeningElement,
jsxSpreadAttribute,
jsxText,
labeledStatement,
logicalExpression,
m,
matchesPattern,
memberExpression,
metaProperty,
mixedTypeAnnotation,
name,
newExpression,
noop,
nullLiteral,
nullLiteralTypeAnnotation,
nullableTypeAnnotation,
numberTypeAnnotation,
numericLiteral,
obje,
objectExpression,
objectMethod,
objectPattern,
objectProperty,
objectTypeAnnotation,
objectTypeIndexer,
objectTypeProperty,
objectTypeSpreadProperty,
parenthesizedExpression,
program,
react,
regExpLiteral,
removeComments,
removeProperties,
removePropertiesDeep,
replace,
returnStatement,
sequenceExpression,
shallowEqual,
slice,
spreadElement,
stringLiteral,
stringLiteralTypeAnnotation,
stringTypeAnnotation,
switchCase,
switchStatement,
tSPropertySignature,
tSTypeAliasDeclaration,
tSTypeReference,
tSUnionType,
taggedTemplateExpression,
templateElement,
templateLiteral,
thisExpression,
throwStatement,
toBindingIdentifierName,
toComputedKey,
toExpression,
toIdentifier,
toKeyAlias,
toSequenceExpression,
traverse,
traverseFast,
tryStatement,
tsAnyKeyword,
tsArrayType,
tsAsExpression,
tsBooleanKeyword,
tsIndexSignature,
tsInterfaceBody,
tsInterfaceDeclaration,
tsIntersectionType,
tsLiteralType,
tsNullKeyword,
tsNumberKeyword,
tsPropertySignature,
tsQualifiedName,
tsStringKeyword,
tsTupleType,
tsTypeAliasDeclaration,
tsTypeAnnotation,
tsTypeLiteral,
tsTypeParameter,
tsTypeParameterDeclaration,
tsTypeParameterInstantiation,
tsTypeQuery,
tsTypeReference,
tsUnionType,
tsUnknownKeyword,
typeAlias,
typeAnnotation,
typeParameterInstantiation,
unaryExpression,
unionTypeAnnotation,
updateExpression,
validate,
valueToNode,
variableDeclaration,
variableDeclarator,
variance,
voidTypeAnnotation,
whileStatement,
withStatement,
yieldExpression
@fortawesome/free-solid-svg-icons
Options,
faAdjust,
faAlignLeft,
faAlignRight,
faAnchor,
faAngleDoubleLeft,
faAngleDoubleRight,
faAngleLeft,
faAngleRight,
faArrowDown,
faArrowUp,
faArrowsAlt,
faBars,
faBolt,
faCalendarDay,
faCamera,
faCaretDown,
faChartLine,
faCheck,
faCheckCircle,
faChevronDown,
faChevronUp,
faCircle,
faCircleCheck,
faCircleExclamation,
faCircleInfo,
faCircleXmark,
faCloud,
faCloudDownloadAlt,
faCloudUploadAlt,
faCog,
faCubes,
faDotCircle,
faEdit,
faEllipsisV,
faEuroSign,
faExchangeAlt,
faExclamationCircle,
faExclamationTriangle,
faEye,
faEyeSlash,
faGlasses,
faGlobe,
faGripLinesVertical,
faHighlighter,
faHome,
faIcons,
faImage,
faIndent,
faInfoCircle,
faKey,
faLightbulb,
faLink,
faLock,
faMapMarkerAlt,
faMinus,
faMobileAlt,
faOutdent,
faParagraph,
faPen,
faPencilAlt,
faPercent,
faPlus,
faPlusCircle,
faPlusSquare,
faPuzzlePiece,
faRandom,
faRedo,
faRemoveFormat,
faSearch,
faShareAlt,
faShoppingBasket,
faShoppingCart,
faSignOutAlt,
faSitemap,
faSort,
faSortAlphaDown,
faSortAlphaUp,
faSortAmountUp,
faSortDown,
faSortUp,
faStar,
faTh,
faTimes,
faTimesCircle,
faTrash,
faUndo,
faUnlink,
faUnlock,
faUser,
fas