SYMBOL INDEX (349 symbols across 133 files) FILE: examples/basic-serverless/razzle.config.js method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { FILE: examples/with-custom-babel-config/src/Home.js class MyLuckNo (line 3) | class MyLuckNo extends React.Component { method componentDidMount (line 6) | componentDidMount() { method recalculate (line 10) | recalculate() { method render (line 16) | render() { FILE: examples/with-custom-devserver-options/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-custom-target-babel-config/src/Home.js class MyLuckNo (line 3) | class MyLuckNo extends React.Component { method componentDidMount (line 6) | componentDidMount() { method recalculate (line 10) | recalculate() { method render (line 16) | render() { FILE: examples/with-custom-webpack-config/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-devcert-https/razzle.config.js method modifyOptions (line 25) | modifyOptions(opts) { // use modifyOptions so certificateFor is called once method modifyWebpackOptions (line 37) | modifyWebpackOptions(opts) { method modifyWebpackConfig (line 45) | modifyWebpackConfig(opts) { FILE: examples/with-elm/razzle.config.js method modifyWebpackOptions (line 4) | modifyWebpackOptions({ method modifyWebpackConfig (line 19) | modifyWebpackConfig(opts) { FILE: examples/with-esbuild-loader/razzle.config.js method modifyWebpackConfig (line 7) | modifyWebpackConfig(opts) { FILE: examples/with-esbuild-loader/src/Home.tsx class Home (line 6) | class Home extends React.Component<{}, {}> { method render (line 7) | public render() { FILE: examples/with-experimental-refresh/src/App.js function a (line 7) | function a() { function foo (line 14) | function foo() { function App (line 18) | function App() { FILE: examples/with-experimental-refresh/src/components/ClickCount.js function ClickCount (line 5) | function ClickCount() { FILE: examples/with-fastify/src/Home.tsx class Home (line 6) | class Home extends React.Component<{}, {}> { method render (line 7) | public render() { FILE: examples/with-firebase-functions/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-jsxstyle/src/About.js class About (line 4) | class About extends Component { method render (line 5) | render() { FILE: examples/with-jsxstyle/src/Home.js class Home (line 4) | class Home extends Component { method render (line 5) | render() { FILE: examples/with-jsxstyle/src/server.js method onInsertRule (line 28) | onInsertRule(css) { FILE: examples/with-koa/src/Home.js class Home (line 5) | class Home extends React.Component { method render (line 6) | render() { FILE: examples/with-loadable-components/razzle.config.js method modifyWebpackConfig (line 5) | modifyWebpackConfig(opts) { FILE: examples/with-module-federation/basic-1/razzle.config.js method modifyWebpackConfig (line 11) | modifyWebpackConfig(opts) { FILE: examples/with-module-federation/basic-2/razzle.config.js method modifyWebpackConfig (line 11) | modifyWebpackConfig(opts) { FILE: examples/with-preact/razzle.config.js method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { FILE: examples/with-promise-config/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-react-native-web/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-react-native-web/src/App.js class App (line 4) | class App extends React.Component { method render (line 5) | render() { FILE: examples/with-react-server-components/plugin/ReactFlightWebpackLoader.js function _default (line 9) | function _default(source) { FILE: examples/with-react-server-components/plugin/ReactFlightWebpackNodeLoader.js function _interopRequireDefault (line 12) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function resolve (line 26) | async function resolve(specifier, context, defaultResolve) { function getSource (line 63) | async function getSource(url, context, defaultGetSource) { function addExportNames (line 69) | function addExportNames(names, node) { function resolveClientImport (line 106) | function resolveClientImport(specifier, parentURL) { function loadClientImport (line 124) | async function loadClientImport(url, defaultTransformSource) { function parseExportNamesInto (line 141) | async function parseExportNamesInto(transformedSource, names, parentURL,... function transformSource (line 203) | async function transformSource(source, context, defaultTransformSource) { FILE: examples/with-react-server-components/plugin/ReactFlightWebpackNodeLoader.ts type ResolveContext (line 12) | type ResolveContext = { type ResolveFunction (line 17) | type ResolveFunction = ( type GetSourceContext (line 23) | type GetSourceContext = { type GetSourceFunction (line 27) | type GetSourceFunction = ( type TransformSourceContext (line 33) | type TransformSourceContext = { type TransformSourceFunction (line 38) | type TransformSourceFunction = ( type Source (line 44) | type Source = string | ArrayBuffer | Uint8Array; function resolve (line 51) | async function resolve( function getSource (line 93) | async function getSource( function addExportNames (line 103) | function addExportNames(names, node) { function resolveClientImport (line 133) | function resolveClientImport( function loadClientImport (line 151) | async function loadClientImport( function parseExportNamesInto (line 173) | async function parseExportNamesInto( function transformSource (line 230) | async function transformSource( FILE: examples/with-react-server-components/plugin/ReactFlightWebpackPlugin.js function _interopRequireDefault (line 22) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _defineProperty (line 24) | function _defineProperty(obj, key, value) { if (key in obj) { Object.def... class ClientReferenceDependency (line 26) | class ClientReferenceDependency extends _ModuleDependency.default { method constructor (line 27) | constructor(request) { method type (line 31) | get type() { constant PLUGIN_NAME (line 45) | const PLUGIN_NAME = 'React Server Plugin'; class ReactFlightWebpackPlugin (line 47) | class ReactFlightWebpackPlugin { method constructor (line 48) | constructor(options) { method apply (line 88) | apply(compiler) { method resolveAllClientFiles (line 196) | resolveAllClientFiles(context, contextResolver, fs, contextModuleFacto... FILE: examples/with-react-server-components/plugin/ReactFlightWebpackPlugin.ts class ClientReferenceDependency (line 20) | class ClientReferenceDependency extends ModuleDependency { method constructor (line 21) | constructor(request) { method type (line 25) | get type() { type ClientReferenceSearchPath (line 42) | type ClientReferenceSearchPath = { type ClientReferencePath (line 49) | type ClientReferencePath = string | ClientReferenceSearchPath; type Options (line 51) | type Options = { constant PLUGIN_NAME (line 58) | const PLUGIN_NAME = 'React Server Plugin'; class ReactFlightWebpackPlugin (line 60) | class ReactFlightWebpackPlugin { method constructor (line 65) | constructor(options: Options) { method apply (line 102) | apply(compiler: any) { method resolveAllClientFiles (line 227) | resolveAllClientFiles( FILE: examples/with-react-server-components/plugin/__tests__/ReactFlightWebpackPlugin.spec.ts function getDependencies (line 4) | function getDependencies(mode) { function assert (line 208) | function assert(manifestContents) { FILE: examples/with-react-server-components/plugin/__tests__/fixture/Form.client.js function Form (line 1) | function Form() { FILE: examples/with-react-server-components/plugin/__tests__/fixture/FormServer.server.js function Foo (line 1) | function Foo() { FILE: examples/with-react-server-components/razzle.config.js method modifyPaths (line 13) | modifyPaths(opts) { method modifyWebpackOptions (line 19) | modifyWebpackOptions(opts) { method modifyWebpackConfig (line 35) | modifyWebpackConfig(opts) { FILE: examples/with-react-server-components/scripts/seed.js constant NOTES_PATH (line 18) | const NOTES_PATH = './notes'; function randomDateBetween (line 25) | function randomDateBetween(start, end) { function seed (line 69) | async function seed() { FILE: examples/with-react-server-components/src/App.server.tsx function App (line 10) | function App({ selectedId, isEditing, searchText }) { FILE: examples/with-react-server-components/src/Cache.client.tsx function createResponseCache (line 4) | function createResponseCache() { function useRefresh (line 8) | function useRefresh() { function useServerResponse (line 15) | function useServerResponse(location) { FILE: examples/with-react-server-components/src/EditButton.client.tsx function EditButton (line 5) | function EditButton({ noteId, children }) { FILE: examples/with-react-server-components/src/LocationContext.client.tsx function useLocation (line 9) | function useLocation() { FILE: examples/with-react-server-components/src/Note.server.tsx function Note (line 19) | function Note({ selectedId, isEditing }) { FILE: examples/with-react-server-components/src/NoteEditor.client.tsx function NoteEditor (line 16) | function NoteEditor({ noteId, initialTitle, initialBody }) { function useMutation (line 138) | function useMutation({ endpoint, method }) { FILE: examples/with-react-server-components/src/NoteList.server.tsx function NoteList (line 13) | function NoteList({ searchText }) { FILE: examples/with-react-server-components/src/NoteListSkeleton.tsx function NoteListSkeleton (line 9) | function NoteListSkeleton() { FILE: examples/with-react-server-components/src/NotePreview.tsx function NotePreview (line 11) | function NotePreview({ body }) { FILE: examples/with-react-server-components/src/NoteSkeleton.tsx function NoteEditorSkeleton (line 9) | function NoteEditorSkeleton() { function NotePreviewSkeleton (line 47) | function NotePreviewSkeleton() { function NoteSkeleton (line 75) | function NoteSkeleton({ isEditing }) { FILE: examples/with-react-server-components/src/Root.client.tsx function Root (line 7) | function Root({ initialCache }) { function Content (line 17) | function Content() { function Error (line 31) | function Error({ error }) { FILE: examples/with-react-server-components/src/SearchField.client.tsx function SearchField (line 14) | function SearchField() { FILE: examples/with-react-server-components/src/SidebarNote.client.tsx function SidebarNote (line 13) | function SidebarNote({ id, title, children, expandedChildren }) { FILE: examples/with-react-server-components/src/SidebarNote.tsx function SidebarNote (line 15) | function SidebarNote({ note }) { FILE: examples/with-react-server-components/src/Spinner.tsx function Spinner (line 9) | function Spinner({ active = true }) { FILE: examples/with-react-server-components/src/TextWithMarkdown.tsx function TextWithMarkdown (line 26) | function TextWithMarkdown({ text }) { FILE: examples/with-react-server-components/src/index.server.ts function handleErrors (line 28) | function handleErrors(fn) { function renderReactTree (line 54) | async function renderReactTree(res, props) { function sendResponse (line 64) | function sendResponse(req, res, redirectToId) { constant NOTES_PATH (line 82) | const NOTES_PATH = path.resolve(__dirname, '../notes'); function waitForWebpack (line 177) | async function waitForWebpack() { FILE: examples/with-redux/src/common/actions/index.js constant SET_COUNTER (line 1) | const SET_COUNTER = 'SET_COUNTER'; constant INCREMENT_COUNTER (line 2) | const INCREMENT_COUNTER = 'INCREMENT_COUNTER'; constant DECREMENT_COUNTER (line 3) | const DECREMENT_COUNTER = 'DECREMENT_COUNTER'; FILE: examples/with-redux/src/common/containers/App.js function mapDispatchToProps (line 10) | function mapDispatchToProps(dispatch) { FILE: examples/with-single-exposed-port/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-tailwindcss/razzle.config.js method modifyWebpackOptions (line 4) | modifyWebpackOptions(opts) { FILE: examples/with-tailwindcss/src/App.js function App (line 6) | function App() { FILE: examples/with-typeorm-graphql/razzle.config.js method modifyWebpackConfig (line 8) | modifyWebpackConfig({ method modifyWebpackOptions (line 28) | modifyWebpackOptions({ FILE: examples/with-typeorm-graphql/src/models/Abilities.ts class Abilities (line 4) | @Entity() FILE: examples/with-typeorm-graphql/src/models/Pokemon.ts class Pokemon (line 11) | @Entity() method constructor (line 29) | constructor(type: Types) { FILE: examples/with-typeorm-graphql/src/models/PokemonAbilities.ts class PokemonAbilities (line 6) | @Entity() method constructor (line 29) | constructor(pokemon: Pokemon, ability: Abilities) { FILE: examples/with-typeorm-graphql/src/models/Types.ts class Types (line 4) | @Entity() FILE: examples/with-typeorm-graphql/src/schema/Resolvers.ts class Resolvers (line 9) | @Resolver() method allTypes (line 12) | async allTypes(): Promise { method allAbilities (line 17) | async allAbilities(): Promise { method allPokemon (line 22) | async allPokemon(): Promise { method allPokemonAbilities (line 27) | async allPokemonAbilities(): Promise { method getPokemonPerName (line 32) | async getPokemonPerName(@Arg('name') name: string): Promise { FILE: examples/with-typescript-plugin/src/Home.tsx class Home (line 6) | class Home extends React.Component<{}, {}> { method render (line 7) | public render() { FILE: examples/with-typescript/src/Home.tsx class Home (line 6) | class Home extends React.Component<{}, {}> { method render (line 7) | public render() { FILE: examples/with-vendor-bundle/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: examples/with-vue-router/src/App.js function createVueApp (line 7) | function createVueApp() { FILE: examples/with-vue/src/App.js function createVueApp (line 5) | function createVueApp() { FILE: examples/with-webpack-dev-server-v4/razzle.config.js method modifyWebpackConfig (line 2) | modifyWebpackConfig(opts) { FILE: packages/create-razzle-app/lib/index.js function isSafeToCreateProjectIn (line 149) | function isSafeToCreateProjectIn(projectPath, projectName) { function installWithMessageFactory (line 218) | function installWithMessageFactory(opts, isExample = false) { FILE: packages/create-razzle-app/lib/utils/install.js function getInstallArgs (line 61) | function getInstallArgs(cmd, packages, opts) { function getAddArgs (line 72) | function getAddArgs(cmd, packages, opts, dev) { FILE: packages/create-razzle-app/lib/utils/load-example.js constant UUID (line 9) | const UUID = require('pure-uuid'); FILE: packages/create-razzle-app/lib/utils/load-git-example.js constant UUID (line 6) | const UUID = require('pure-uuid'); FILE: packages/create-razzle-app/lib/utils/load-github-example.js constant UUID (line 9) | const UUID = require('pure-uuid'); FILE: packages/create-razzle-app/lib/utils/load-npm-example.js constant UUID (line 8) | const UUID = require('pure-uuid'); FILE: packages/create-razzle-app/lib/utils/output.js function cleanup (line 50) | function cleanup() { FILE: packages/create-razzle-app/templates/default/src/Home.js class Home (line 5) | class Home extends React.Component { method render (line 6) | render() { FILE: packages/razzle-dev-utils/FileSizeReporter.js function canReadAsset (line 18) | function canReadAsset(asset) { function printFileSizesAfterBuild (line 27) | function printFileSizesAfterBuild( function removeFileNameHash (line 107) | function removeFileNameHash(buildFolder, fileName) { function getDifferenceLabel (line 119) | function getDifferenceLabel(currentSize, previousSize) { function measureFileSizesBeforeBuild (line 134) | function measureFileSizesBeforeBuild(buildFolder) { function removeFilePrefix (line 154) | function removeFilePrefix(buildFolder, fileName) { function getFileNamesAsStat (line 158) | function getFileNamesAsStat(buildFolder) { FILE: packages/razzle-dev-utils/FriendlyErrorsPlugin.js constant WEBPACK_COMPILING (line 8) | let WEBPACK_COMPILING = false; constant WEBPACK_DONE (line 9) | let WEBPACK_DONE = false; class WebpackErrorsPlugin (line 14) | class WebpackErrorsPlugin { method constructor (line 15) | constructor(options) { method apply (line 22) | apply(compiler) { FILE: packages/razzle-dev-utils/WebpackConfigHelpers.js class WebpackConfigHelpers (line 10) | class WebpackConfigHelpers { method constructor (line 11) | constructor(cwd) { method getLoaders (line 23) | getLoaders(config) { method getRules (line 39) | getRules(config) { method getPlugins (line 54) | getPlugins(config) { method getRulesByMatchingFile (line 67) | getRulesByMatchingFile(config, file) { method getLoadersByName (line 85) | getLoadersByName(config, name) { method getPluginsByName (line 114) | getPluginsByName(config, name) { method getPluginsByType (line 132) | getPluginsByType(config, type) { method getResolveExtensions (line 136) | getResolveExtensions(config) { method addResolveExtensions (line 140) | addResolveExtensions(config, ext) { method makeLoaderFinder (line 144) | makeLoaderFinder(loaderName) { FILE: packages/razzle-dev-utils/formatWebpackMessages.js function razzleFormatWebpackMessages (line 5) | function razzleFormatWebpackMessages(messages) { FILE: packages/razzle-dev-utils/prettyNodeErrors.js function pretty (line 9) | function pretty(error) { function usePrettyErrors (line 32) | function usePrettyErrors(transform) { FILE: packages/razzle-dev-utils/printErrors.js function printErrors (line 12) | function printErrors(summary, errors, verbose) { FILE: packages/razzle-dev-utils/printWarnings.js function printWarnings (line 12) | function printWarnings(summary, warnings, verbose) { FILE: packages/razzle-dev-utils/resolveRequest.js function resolveRequest (line 4) | function resolveRequest(req, issuer) { FILE: packages/razzle-dev-utils/webpackHotDevClient.js function clearOutdatedErrors (line 94) | function clearOutdatedErrors() { function handleSuccess (line 104) | function handleSuccess() { function handleWarnings (line 122) | function handleWarnings(warnings) { function handleErrors (line 167) | function handleErrors(errors) { function tryDismissErrorOverlay (line 193) | function tryDismissErrorOverlay() { function handleAvailableHash (line 200) | function handleAvailableHash(hash) { function isUpdateAvailable (line 232) | function isUpdateAvailable() { function canApplyUpdates (line 240) | function canApplyUpdates() { function tryApplyUpdates (line 245) | function tryApplyUpdates(onHotUpdateSuccess) { FILE: packages/razzle-dev-utils/webpackHotDevClientV4.js function clearOutdatedErrors (line 96) | function clearOutdatedErrors() { function handleSuccess (line 106) | function handleSuccess() { function handleWarnings (line 124) | function handleWarnings(warnings) { function handleErrors (line 169) | function handleErrors(errors) { function tryDismissErrorOverlay (line 195) | function tryDismissErrorOverlay() { function handleAvailableHash (line 202) | function handleAvailableHash(hash) { function isUpdateAvailable (line 234) | function isUpdateAvailable() { function canApplyUpdates (line 242) | function canApplyUpdates() { function tryApplyUpdates (line 247) | function tryApplyUpdates(onHotUpdateSuccess) { FILE: packages/razzle-plugin-bundle-analyzer/index.js method modifyWebpackConfig (line 15) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-devcert/index.js method modifyOptions (line 5) | modifyOptions(opts) { method modifyWebpackOptions (line 18) | modifyWebpackOptions(opts) { method modifyWebpackConfig (line 28) | modifyWebpackConfig({ FILE: packages/razzle-plugin-elm/index.js method modifyWebpackConfig (line 7) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-eslint/index.js method modifyWebpackConfig (line 8) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-graphql/index.js method modifyWebpackOptions (line 4) | modifyWebpackOptions(opts) { method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-inferno/index.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-less/index.js method modifyWebpackConfig (line 18) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-manifest/index.js method modifyWebpackConfig (line 7) | modifyWebpackConfig({ FILE: packages/razzle-plugin-mdx/index.js method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { method modifyWebpackOptions (line 51) | modifyWebpackOptions({ FILE: packages/razzle-plugin-php/index.js method modifyWebpackConfig (line 6) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-scss/index.js method modifyWebpackConfig (line 18) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-svelte/index.js method modifyWebpackOptions (line 4) | modifyWebpackOptions(opts) { method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-typescript/index.js method modifyWebpackConfig (line 20) | modifyWebpackConfig(opts) { FILE: packages/razzle-plugin-vue/index.js method modifyWebpackConfig (line 9) | modifyWebpackConfig(opts) { FILE: packages/razzle-start-server-webpack-plugin/dist/StartServerPlugin.js function _interopRequireDefault (line 14) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... class StartServerPlugin (line 18) | class StartServerPlugin { method constructor (line 19) | constructor(options) { method _info (line 83) | _info(msg, ...args) { method _error (line 87) | _error(msg, ...args) { method _worker_error (line 91) | _worker_error(msg, ...args) { method _worker_info (line 95) | _worker_info(msg, ...args) { method _enableRestarting (line 99) | _enableRestarting() { method _getScript (line 116) | _getScript(compilation) { method _getExecArgv (line 145) | _getExecArgv() { method _handleChildQuit (line 153) | _handleChildQuit() { method _handleChildExit (line 157) | _handleChildExit(code, signal) { method _handleWebpackExit (line 187) | _handleWebpackExit() { method _handleChildError (line 193) | _handleChildError(err) { method _handleProcessKill (line 203) | _handleProcessKill() { method _handleChildMessage (line 213) | _handleChildMessage(message) { method _runWorker (line 227) | _runWorker(callback) { method _hmrWorker (line 265) | _hmrWorker(compilation, callback) { method afterEmit (line 284) | afterEmit(compilation, callback) { method _getMonitor (line 296) | _getMonitor() { method _amendEntry (line 302) | _amendEntry(entry) { method apply (line 319) | apply(compiler) { FILE: packages/razzle-start-server-webpack-plugin/dist/monitor-loader.js function _interopRequireDefault (line 10) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... FILE: packages/razzle-start-server-webpack-plugin/src/StartServerPlugin.js class StartServerPlugin (line 8) | class StartServerPlugin { method constructor (line 9) | constructor(options) { method _info (line 58) | _info(msg, ...args) { method _error (line 62) | _error(msg, ...args) { method _worker_error (line 66) | _worker_error(msg, ...args) { method _worker_info (line 70) | _worker_info(msg, ...args) { method _enableRestarting (line 74) | _enableRestarting() { method _getScript (line 89) | _getScript(compilation) { method _getExecArgv (line 115) | _getExecArgv() { method _handleChildQuit (line 121) | _handleChildQuit() { method _handleChildExit (line 125) | _handleChildExit(code, signal) { method _handleWebpackExit (line 149) | _handleWebpackExit() { method _handleChildError (line 155) | _handleChildError(err) { method _handleProcessKill (line 164) | _handleProcessKill() { method _handleChildMessage (line 174) | _handleChildMessage(message) { method _runWorker (line 186) | _runWorker(callback) { method _hmrWorker (line 220) | _hmrWorker(compilation, callback) { method afterEmit (line 235) | afterEmit(compilation, callback) { method _getMonitor (line 247) | _getMonitor() { method _amendEntry (line 252) | _amendEntry(entry) { method apply (line 270) | apply(compiler) { FILE: packages/razzle-start-server-webpack-plugin/tests/SilentPlugin.js class SilentPlugin (line 3) | class SilentPlugin extends Plugin { method _worker_error (line 4) | _worker_error(msg, ...args) {} method _worker_info (line 6) | _worker_info(msg, ...args) {} FILE: packages/razzle-start-server-webpack-plugin/tests/js/test-project-hmr/server.js function hotDownloadUpdateChunk (line 3) | function hotDownloadUpdateChunk(chunkId) { function hotDownloadManifest (line 9) | function hotDownloadManifest() { function hotDisposeChunk (line 19) | function hotDisposeChunk(chunkId) { function hotCreateRequire (line 35) | function hotCreateRequire(moduleId) { function hotCreateModule (line 111) | function hotCreateModule(moduleId) { function hotSetStatus (line 198) | function hotSetStatus(newStatus) { function toModuleId (line 215) | function toModuleId(id) { function hotCheck (line 220) | function hotCheck(apply) { function hotAddUpdateChunk (line 261) | function hotAddUpdateChunk(chunkId, moreModules) { function hotEnsureUpdateChunk (line 275) | function hotEnsureUpdateChunk(chunkId) { function hotUpdateDownloaded (line 285) | function hotUpdateDownloaded() { function hotApply (line 317) | function hotApply(options) { function hotApplyInternal (line 324) | function hotApplyInternal(options) { function hotApplyInvalidatedModules (line 714) | function hotApplyInvalidatedModules() { function hotApplyInvalidatedModule (line 723) | function hotApplyInvalidatedModule(moduleId) { function __webpack_require__ (line 732) | function __webpack_require__(moduleId) { FILE: packages/razzle-start-server-webpack-plugin/tests/js/test-project/server.js function __webpack_require__ (line 6) | function __webpack_require__(moduleId) { FILE: packages/razzle-start-server-webpack-plugin/tests/utils.js function compareDirectory (line 5) | function compareDirectory(actual, expected) { function compareWarning (line 27) | function compareWarning(actual, expectedFile) { FILE: packages/razzle/bin/razzle.js function runCommand (line 50) | function runCommand(script, node_args, script_args) { FILE: packages/razzle/config/createConfigAsync.js method onBeforeSetupMiddleware (line 874) | onBeforeSetupMiddleware(server) { method before (line 890) | before(app) { FILE: packages/razzle/config/createJestConfig.js function getSetupTestsFilePath (line 9) | function getSetupTestsFilePath(paths) { FILE: packages/razzle/config/env.js function setupEnvironment (line 6) | function setupEnvironment(paths) { constant RAZZLE (line 38) | const RAZZLE = /^RAZZLE_/i; function getClientEnvironment (line 40) | function getClientEnvironment(target, is_dev, options, paths) { FILE: packages/razzle/config/jest/cssTransform.js method process (line 7) | process() { method getCacheKey (line 10) | getCacheKey() { FILE: packages/razzle/config/jest/fileTransform.js method process (line 9) | process(src, filename) { FILE: packages/razzle/config/loadPlugins.js function loadPlugin (line 5) | function loadPlugin(plugin, paths) { function loadPlugins (line 67) | function loadPlugins(plugins, paths) { FILE: packages/razzle/config/modules.js function getAdditionalModulePaths (line 8) | function getAdditionalModulePaths(options = {}, paths) { function getAdditionalAliases (line 40) | function getAdditionalAliases(options = {}, paths) { function getAdditionalIncludes (line 66) | function getAdditionalIncludes(additionalAliases) { function getModules (line 70) | function getModules(paths) { FILE: packages/razzle/config/paths.js function ensureSlash (line 16) | function ensureSlash(path, needsSlash) { function getServedPath (line 46) | function getServedPath(appPackageJson) { FILE: packages/razzle/config/razzleDevServer.js class razzleDevServer (line 6) | class razzleDevServer extends devServer { method constructor (line 7) | constructor(compiler, options = {}, _log) { method showStatus (line 14) | showStatus() { FILE: packages/razzle/scripts/build.js function compile (line 300) | function compile(config, cb, internal_error_cb) { FILE: packages/razzle/scripts/export.js function static_export (line 68) | async function static_export(previousFileSizes) { FILE: packages/razzle/scripts/start.js function main (line 51) | function main() { function compile (line 219) | function compile(config, verbose) { function formatInspectFlag (line 230) | function formatInspectFlag(cliArgs, flag) { FILE: scripts/build-docs.js function matchesStartDocToc (line 21) | function matchesStartDocToc(line) { function matchesEndDocToc (line 25) | function matchesEndDocToc(line) { function matchesStartContributors (line 29) | function matchesStartContributors(line) { function matchesEndContributors (line 33) | function matchesEndContributors(line) { function updatePackageJson (line 38) | function updatePackageJson(packageJson, branch, dependencyVersions, vers... FILE: scripts/release-notes.js function main (line 3) | async function main() { FILE: scripts/update-examples.js function matchesStartInstall (line 18) | function matchesStartInstall(line) { function matchesEndInstall (line 22) | function matchesEndInstall(line) { function updateInstallSection (line 26) | function updateInstallSection( function updatePackageJson (line 66) | function updatePackageJson( FILE: test/fixtures/build-with-custom-config-invalid/razzle.config.js method modifyWebpackConfig (line 7) | modifyWebpackConfig(opts) { FILE: test/fixtures/build-with-custom-config/razzle.config.js method modifyWebpackConfig (line 4) | modifyWebpackConfig(opts) { FILE: test/fixtures/util.js function flatten (line 13) | function flatten(arr) { FILE: website/.nextra/babel-plugin-nextjs-mdx-patch.js constant DATA_FETCH_FNS (line 13) | const DATA_FETCH_FNS = ['getStaticPaths', 'getStaticProps', 'getServerPr... method ObjectProperty (line 18) | ObjectProperty(path) { FILE: website/.nextra/directories.js function importAll (line 8) | function importAll(r) { FILE: website/.nextra/layout.js function Folder (line 42) | function Folder({ item, anchors }) { function File (line 82) | function File({ item, anchors }) { function Menu (line 132) | function Menu({ dir, anchors }) { function Sidebar (line 145) | function Sidebar({ show, anchors }) { FILE: website/.nextra/nextra.js method webpack (line 11) | webpack(config, options) { FILE: website/.nextra/theme.js constant THEME (line 6) | const THEME = { FILE: website/pages/_app.js function Nextra (line 4) | function Nextra({ Component, pageProps }) { FILE: website/pages/_document.js class MyDocument (line 5) | class MyDocument extends Document { method render (line 6) | render() {