SYMBOL INDEX (134 symbols across 39 files) FILE: babel.config.js function getTargets (line 1) | function getTargets() { function getModules (line 8) | function getModules() { FILE: examples/client-side/src/index.js function App (line 11) | function App() { FILE: examples/server-side-rendering-async-node/babel.config.js function isWebTarget (line 1) | function isWebTarget(caller) { function isWebpack (line 5) | function isWebpack(caller) { FILE: examples/server-side-rendering-async-node/src/server/main.js method writeToDisk (line 24) | writeToDisk(filePath) { FILE: examples/server-side-rendering-async-node/webpack.config.babel.js constant DIST_PATH (line 6) | const DIST_PATH = path.resolve(__dirname, 'public/dist') FILE: examples/server-side-rendering/babel.config.js function isWebTarget (line 1) | function isWebTarget(caller) { function isWebpack (line 5) | function isWebpack(caller) { FILE: examples/server-side-rendering/src/server/main.js method writeToDisk (line 24) | writeToDisk(filePath) { FILE: examples/server-side-rendering/webpack.config.babel.js constant DIST_PATH (line 6) | const DIST_PATH = path.resolve(__dirname, 'public/dist') FILE: examples/typescript/babel.config.js function isWebTarget (line 1) | function isWebTarget(caller) { function isWebpack (line 5) | function isWebpack(caller) { FILE: examples/typescript/src/server/main.js method writeToDisk (line 31) | writeToDisk(filePath) { FILE: examples/typescript/webpack.config.babel.js constant DIST_PATH (line 6) | const DIST_PATH = path.resolve(__dirname, 'public/dist') FILE: examples/webpack/webpack4/babel.config.js function isWebTarget (line 1) | function isWebTarget(caller) { function isWebpack (line 5) | function isWebpack(caller) { FILE: examples/webpack/webpack4/src/server/main.js method writeToDisk (line 37) | writeToDisk(filePath) { FILE: examples/webpack/webpack4/webpack.config.babel.js constant DIST_PATH (line 6) | const DIST_PATH = path.resolve(__dirname, 'public/dist') FILE: examples/webpack/webpack5/babel.config.js function isWebTarget (line 1) | function isWebTarget(caller) { function isWebpack (line 5) | function isWebpack(caller) { FILE: examples/webpack/webpack5/src/server/main.js method writeToDisk (line 31) | writeToDisk(filePath) { FILE: examples/webpack/webpack5/webpack.config.babel.js constant DIST_PATH (line 6) | const DIST_PATH = path.resolve(__dirname, 'public/dist') FILE: packages/babel-plugin/src/index.js constant LOADABLE_COMMENT (line 21) | const LOADABLE_COMMENT = '#__LOADABLE__' constant DEFAULT_SIGNATURE (line 23) | const DEFAULT_SIGNATURE = [{name: 'default', from: '@loadable/component'}]; function collectImportCallPaths (line 30) | function collectImportCallPaths(startPath) { function isValidIdentifier (line 42) | function isValidIdentifier(path, loadableImportSpecifiers, lazyImportSpe... function hasLoadableComment (line 61) | function hasLoadableComment(path) { function getFuncPath (line 72) | function getFuncPath(path) { function transformImport (line 84) | function transformImport(path) { method enter (line 124) | enter(programPath) { FILE: packages/babel-plugin/src/properties/chunkName.js constant JS_PATH_REGEXP (line 4) | const JS_PATH_REGEXP = /^[./]+|(\.js$)/g constant MATCH_LEFT_HYPHENS_REPLACE_REGEX (line 5) | const MATCH_LEFT_HYPHENS_REPLACE_REGEX = /^-/g constant WEBPACK_CHUNK_NAME_REGEXP (line 7) | const WEBPACK_CHUNK_NAME_REGEXP = /webpackChunkName/ constant WEBPACK_PATH_NAME_NORMALIZE_REPLACE_REGEX (line 8) | const WEBPACK_PATH_NAME_NORMALIZE_REPLACE_REGEX = /[^a-zA-Z0-9_!ยง$()=\-^... constant WEBPACK_MATCH_PADDED_HYPHENS_REPLACE_REGEX (line 9) | const WEBPACK_MATCH_PADDED_HYPHENS_REPLACE_REGEX = /^-|-$/g function readWebpackCommentValues (line 11) | function readWebpackCommentValues(str) { function writeWebpackCommentValues (line 20) | function writeWebpackCommentValues(values) { function getChunkNameComment (line 33) | function getChunkNameComment(importArg) { function getRawChunkNameFromCommments (line 40) | function getRawChunkNameFromCommments(importArg) { function moduleToChunk (line 46) | function moduleToChunk(str) { function replaceQuasi (line 54) | function replaceQuasi(str, stripLeftHyphen) { function chunkNameProperty (line 61) | function chunkNameProperty({ types: t }) { FILE: packages/babel-plugin/src/properties/importAsync.js function requireAsyncProperty (line 1) | function requireAsyncProperty({ types: t }) { FILE: packages/babel-plugin/src/properties/isReady.js function isReadyProperty (line 1) | function isReadyProperty({ types: t, template }) { FILE: packages/babel-plugin/src/properties/requireAsync.js function requireAsyncProperty (line 1) | function requireAsyncProperty({ types: t, template }) { FILE: packages/babel-plugin/src/properties/requireSync.js function requireSyncProperty (line 1) | function requireSyncProperty({ types: t, template }) { FILE: packages/babel-plugin/src/properties/resolve.js function resolveProperty (line 3) | function resolveProperty({ types: t, template }) { FILE: packages/babel-plugin/src/properties/state.js function requireAsyncProperty (line 1) | function requireAsyncProperty({ types: t }) { FILE: packages/babel-plugin/src/util.js function getImportArg (line 3) | function getImportArg(callPath) { FILE: packages/codemod/bin/utils/CodemodError.js class CodemodError (line 1) | class CodemodError extends Error { method constructor (line 2) | constructor(args) { FILE: packages/component/src/createLoadable.js constant STATUS_PENDING (line 8) | const STATUS_PENDING = 'PENDING' constant STATUS_RESOLVED (line 9) | const STATUS_RESOLVED = 'RESOLVED' constant STATUS_REJECTED (line 10) | const STATUS_REJECTED = 'REJECTED' function resolveConstructor (line 12) | function resolveConstructor(ctor) { function createLoadable (line 42) | function createLoadable({ FILE: packages/component/src/library.js method onLoad (line 5) | onLoad(result, props) { method render (line 14) | render({ result, props }) { FILE: packages/component/src/loadable.js method render (line 8) | render({ result: Component, props }) { FILE: packages/component/src/loadable.test.js function mockDelayedResolvedValueOnce (line 16) | function mockDelayedResolvedValueOnce(fn, resolvedValue) { class Catch (line 25) | class Catch extends React.Component { method getDerivedStateFromError (line 28) | static getDerivedStateFromError() { method render (line 32) | render() { class ErrorBoundary (line 37) | class ErrorBoundary extends React.Component { method constructor (line 38) | constructor(props) { method componentDidCatch (line 47) | componentDidCatch() { method render (line 54) | render() { FILE: packages/component/src/loadableReady.js constant BROWSER (line 7) | const BROWSER = typeof window !== 'undefined' function loadableReady (line 9) | function loadableReady( FILE: packages/component/src/resolvers.js function defaultResolveComponent (line 1) | function defaultResolveComponent(loadedModule) { FILE: packages/component/src/shared.js constant LOADABLE_SHARED (line 1) | const LOADABLE_SHARED = { FILE: packages/component/src/sharedInternals.js constant LOADABLE_REQUIRED_CHUNKS_KEY (line 3) | const LOADABLE_REQUIRED_CHUNKS_KEY = '__LOADABLE_REQUIRED_CHUNKS__' function getRequiredChunkKey (line 4) | function getRequiredChunkKey(namespace) { FILE: packages/component/src/util.js function invariant (line 3) | function invariant(condition, message) { function warn (line 11) | function warn(message) { FILE: packages/server/src/ChunkExtractor.js constant EXTENSION_SCRIPT_TYPES (line 12) | const EXTENSION_SCRIPT_TYPES = { function extensionToScriptType (line 18) | function extensionToScriptType(extension) { function cleanFileName (line 27) | function cleanFileName(name) { function getFileScriptType (line 31) | function getFileScriptType(fileName) { function isScriptFile (line 37) | function isScriptFile(fileName) { function getAssets (line 41) | function getAssets(chunks, getAsset) { function handleExtraProps (line 48) | function handleExtraProps(asset, extraProps) { function extraPropsToString (line 52) | function extraPropsToString(asset, extraProps) { function getSriHtmlAttributes (line 59) | function getSriHtmlAttributes(asset) { function assetToScriptTag (line 66) | function assetToScriptTag(asset, extraProps) { function assetToScriptElement (line 75) | function assetToScriptElement(asset, extraProps) { function assetToStyleString (line 87) | function assetToStyleString(asset, { inputFileSystem }) { function assetToStyleTag (line 99) | function assetToStyleTag(asset, extraProps) { function assetToStyleTagInline (line 105) | function assetToStyleTagInline(asset, extraProps, { inputFileSystem }) { function assetToStyleElement (line 124) | function assetToStyleElement(asset, extraProps) { function assetToStyleElementInline (line 136) | function assetToStyleElementInline(asset, extraProps, { inputFileSystem ... constant LINK_ASSET_HINTS (line 155) | const LINK_ASSET_HINTS = { function assetToLinkTag (line 160) | function assetToLinkTag(asset, extraProps) { function assetToLinkElement (line 170) | function assetToLinkElement(asset, extraProps) { function joinTags (line 183) | function joinTags(tags) { constant HOT_UPDATE_REGEXP (line 187) | const HOT_UPDATE_REGEXP = /\.hot-update\.js$/ function isValidChunkAsset (line 189) | function isValidChunkAsset(chunkAsset) { function checkIfChunkIncludesJs (line 193) | function checkIfChunkIncludesJs(chunkInfo) { class ChunkExtractor (line 197) | class ChunkExtractor { method constructor (line 198) | constructor({ method resolvePublicUrl (line 217) | resolvePublicUrl(filename) { method getChunkGroup (line 221) | getChunkGroup(chunk) { method getChunkInfo (line 227) | getChunkInfo(chunkId) { method createChunkAsset (line 233) | createChunkAsset({ filename, chunk, type, linkType }) { method getChunkAssets (line 253) | getChunkAssets(chunks) { method getChunkChildAssets (line 275) | getChunkChildAssets(chunks, type) { method getChunkDependencies (line 298) | getChunkDependencies(chunks) { method getRequiredChunksScriptContent (line 321) | getRequiredChunksScriptContent() { method getRequiredChunksNamesScriptContent (line 325) | getRequiredChunksNamesScriptContent() { method getRequiredChunksScriptTag (line 331) | getRequiredChunksScriptTag(extraProps) { method getRequiredChunksScriptElements (line 343) | getRequiredChunksScriptElements(extraProps) { method addChunk (line 374) | addChunk(chunk) { method collectChunks (line 379) | collectChunks(app) { method requireEntrypoint (line 385) | requireEntrypoint(entrypoint) { method getEntrypointPath (line 396) | getEntrypointPath(entrypoint) { method getAllScriptAssetsPaths (line 404) | getAllScriptAssetsPaths() { method getMainAssets (line 414) | getMainAssets(scriptType) { method getScriptTags (line 423) | getScriptTags(extraProps = {}) { method getScriptElements (line 432) | getScriptElements(extraProps = {}) { method getCssString (line 443) | getCssString() { method getStyleTags (line 451) | getStyleTags(extraProps = {}) { method getInlineStyleTags (line 456) | getInlineStyleTags(extraProps = {}) { method getStyleElements (line 464) | getStyleElements(extraProps = {}) { method getInlineStyleElements (line 469) | getInlineStyleElements(extraProps = {}) { method getPreAssets (line 479) | getPreAssets() { method getLinkTags (line 489) | getLinkTags(extraProps = {}) { method getLinkElements (line 495) | getLinkElements(extraProps = {}) { FILE: packages/webpack-plugin/src/index.js class LoadablePlugin (line 7) | class LoadablePlugin { method constructor (line 8) | constructor({ method source (line 66) | source() { method size (line 69) | size() { method apply (line 101) | apply(compiler) { FILE: website/src/pages/index.js function Index (line 8) | function Index() {