SYMBOL INDEX (83 symbols across 40 files) FILE: examples/react-app-blog/src/ActivityIndicator.js class ActivityIndicator (line 15) | class ActivityIndicator extends React.PureComponent<{}, { visible: boole... FILE: examples/react-app-blog/src/PageRepositories.js method getInitialProps (line 26) | static async getInitialProps({ params }) { method getAllPossibleUrls (line 35) | static async getAllPossibleUrls({ path }) { method render (line 48) | render() { FILE: flow-typed/handmade/fb-watchman.js class Client (line 19) | class Client { FILE: flow-typed/handmade/remark.js class remark (line 10) | class remark { FILE: flow-typed/handmade/webpack_v4.x.x.js class WebpackError (line 2) | class WebpackError extends Error { class WebpackCompilation (line 15) | class WebpackCompilation { class WebpackStats (line 20) | class WebpackStats { FILE: flow-typed/npm/express_v4.x.x.js class express$RequestResponseBase (line 10) | class express$RequestResponseBase { class express$Request (line 19) | class express$Request extends http$IncomingMessage FILE: flow-typed/npm/unified_v6.x.x.js class Unified (line 26) | class Unified { FILE: jest-setup.js function OnigRegExp (line 14) | function OnigRegExp(source) { method get (line 133) | get() { FILE: packages/api-client/src/query.js function query (line 17) | function query(config: PhenomicQueryConfig): PhenomicQueryConfig { FILE: packages/api-client/src/url.js function postfix (line 3) | function postfix(url) { FILE: packages/core/src/api/index.js function createAPIServer (line 33) | function createAPIServer({ FILE: packages/core/src/commands/build.js function build (line 21) | async function build(config: PhenomicConfig) { FILE: packages/core/src/commands/start.js function start (line 37) | async function start(config: PhenomicConfig) { FILE: packages/core/src/configuration/__tests__/flattenConfiguration.js function a (line 5) | function a() { function b (line 8) | function b() { function c (line 11) | function c() { function d (line 14) | function d() { FILE: packages/core/src/configuration/get-client-environment.js constant NODE_ENV (line 11) | const NODE_ENV = process.env.NODE_ENV || "development"; constant RE_PHENOMIC (line 12) | const RE_PHENOMIC = /^PHENOMIC_/i; function getClientEnvironment (line 44) | function getClientEnvironment(config: PhenomicConfig) { FILE: packages/core/src/db/index.js function defaultSort (line 13) | function defaultSort(sort = "date") { function getSublevel (line 35) | function getSublevel( function putToSublevel (line 55) | function putToSublevel( function updateToSublevel (line 72) | function updateToSublevel( class NotFoundError (line 90) | class NotFoundError extends Error { method constructor (line 91) | constructor(...args) { function getDataRelations (line 243) | function getDataRelations(fields) { FILE: packages/core/src/index.js method start (line 40) | start(inputConfig?: PhenomicInputConfig) { FILE: packages/core/src/logger/index.js constant INFO (line 6) | const INFO = "info"; constant SUCCESS (line 7) | const SUCCESS = "success"; constant WARN (line 8) | const WARN = "warning"; constant ERROR (line 9) | const ERROR = "error"; FILE: packages/plugin-api-related-content/src/index.js method extendAPI (line 10) | extendAPI({ apiServer }) { FILE: packages/plugin-bundler-webpack/src/index.js method addDevServerMiddlewares (line 25) | addDevServerMiddlewares() { method buildForPrerendering (line 65) | buildForPrerendering() { method build (line 72) | build() { FILE: packages/plugin-collector-files/src/__tests__/collect.js method transform (line 27) | transform({ contents }) { FILE: packages/plugin-collector-files/src/index.js function normalizeWindowsPath (line 19) | function normalizeWindowsPath(value: string): string { function glob (line 28) | function glob({ function makeId (line 43) | function makeId(name: string, json: PhenomicTransformResult): string { function formatDate (line 60) | function formatDate(dateString: string) { function isLiteral (line 65) | function isLiteral(value) { function isArrayOfLiterals (line 70) | function isArrayOfLiterals(array) { function getFieldValue (line 74) | function getFieldValue(json: PhenomicTransformResult, id: string) { function injectData (line 85) | function injectData( function parsePath (line 109) | function parsePath( FILE: packages/plugin-public-assets/src/index.js method addDevServerMiddlewares (line 34) | addDevServerMiddlewares() { method beforeBuild (line 43) | beforeBuild() { FILE: packages/plugin-renderer-react/src/__tests__/resolveURLs.js function getAllPossibleUrls (line 47) | function getAllPossibleUrls({ path }) { FILE: packages/plugin-renderer-react/src/components/Link.js constant BASENAME (line 8) | const BASENAME = process.env.PHENOMIC_APP_BASENAME || "/"; FILE: packages/plugin-renderer-react/src/components/textRenderer.js method if (line 38) | if (typeof tree === "undefined") { FILE: packages/plugin-renderer-react/src/server/getRoutes.js function flattenRoutes (line 8) | function flattenRoutes(routes, path = "") { function getRoutes (line 29) | function getRoutes(app: PhenomicAppType) { FILE: packages/plugin-renderer-react/src/server/static.js function getMatch (line 20) | function getMatch({ routes, location }) { function staticRenderToString (line 32) | function staticRenderToString( FILE: packages/plugin-renderer-react/src/shared/QueryString.js function encode (line 3) | function encode(object: Object) { function decode (line 10) | function decode(string: string) { FILE: packages/plugin-renderer-react/src/shared/performQuery.js function performQuery (line 8) | function performQuery(store: StoreType, queries: phenomic$Queries) { FILE: packages/plugin-renderer-react/src/shared/store/index.js constant NO_VALUE_EDGE (line 6) | const NO_VALUE_EDGE = { function createStore (line 21) | function createStore(state: StateType = {}): StoreType { FILE: packages/plugin-renderer-react/src/utils.js function getDisplayName (line 5) | function getDisplayName(Component: React.ComponentType<*>) { FILE: packages/plugin-renderer-react/src/withInitialProps.js class PhenomicContainerWithInitialProps (line 29) | class PhenomicContainerWithInitialProps extends React.Component< method super (line 45) | super(props); FILE: packages/plugin-renderer-react/src/withPhenomicApi.js class PhenomicContainerWithApi (line 22) | class PhenomicContainerWithApi extends React.Component { method if (line 45) | if (!this.context.__prerendering) { method if (line 49) | if (process.env.NODE_ENV !== "production") { FILE: packages/plugin-rss-feed/src/index.js method addDevServerMiddlewares (line 104) | addDevServerMiddlewares() { method resolveURLs (line 125) | resolveURLs() { FILE: website/components/ActivityIndicator.js class ActivityIndicator (line 25) | class ActivityIndicator extends React.Component { FILE: website/components/DocSearch.js class DocSearch (line 13) | class DocSearch extends Component { method componentDidMount (line 14) | componentDidMount() { method shouldComponentUpdate (line 38) | shouldComponentUpdate() { method render (line 42) | render() { FILE: website/components/Link.web.js constant BASENAME (line 16) | const BASENAME = process.env.PHENOMIC_APP_BASENAME || "/"; FILE: website/components/Page.js function readPkgFromId (line 40) | function readPkgFromId(id: string) { FILE: website/components/PhenomicLogo.js method componentDidMount (line 14) | componentDidMount() { method componentWillUnmount (line 20) | componentWillUnmount() {