SYMBOL INDEX (41 symbols across 19 files) FILE: config/env.js constant NODE_ENV (line 10) | const NODE_ENV = process.env.NODE_ENV; constant REACT_APP (line 61) | const REACT_APP = /^REACT_APP_/i; function getClientEnvironment (line 63) | function getClientEnvironment(publicUrl) { FILE: config/getHttpsConfig.js function validateKeyAndCerts (line 11) | function validateKeyAndCerts({ cert, key, keyFile, crtFile }) { function readEnvFile (line 35) | function readEnvFile(file, type) { function getHttpsConfig (line 48) | function getHttpsConfig() { FILE: config/jest/cssTransform.js method process (line 7) | process() { method getCacheKey (line 10) | getCacheKey() { FILE: config/jest/fileTransform.js method process (line 10) | process(src, filename) { FILE: config/modules.js function getAdditionalModulePaths (line 14) | function getAdditionalModulePaths(options = {}) { function getWebpackAliases (line 57) | function getWebpackAliases(options = {}) { function getJestAliases (line 78) | function getJestAliases(options = {}) { function getModules (line 94) | function getModules() { FILE: config/webpackDevServer.config.js method before (line 105) | before(app, server) { method after (line 118) | after(app) { FILE: scripts/build.js constant WARN_AFTER_BUNDLE_GZIP_SIZE (line 37) | const WARN_AFTER_BUNDLE_GZIP_SIZE = 512 * 1024; constant WARN_AFTER_CHUNK_GZIP_SIZE (line 38) | const WARN_AFTER_CHUNK_GZIP_SIZE = 1024 * 1024; function build (line 136) | function build(previousFileSizes) { function copyPublicFolder (line 207) | function copyPublicFolder() { FILE: scripts/start.js constant DEFAULT_PORT (line 48) | const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000; constant HOST (line 49) | const HOST = process.env.HOST || '0.0.0.0'; FILE: scripts/test.js function isInGitRepository (line 23) | function isInGitRepository() { function isInMercurialRepository (line 32) | function isInMercurialRepository() { FILE: src/App.js function App (line 9) | function App() { FILE: src/components/AboutMe/AboutMeDialog.js function AboutMeDialog (line 19) | function AboutMeDialog() { FILE: src/components/MyWork/GoogleDialog.js function GoogleDialog (line 17) | function GoogleDialog(props) { FILE: src/components/MyWork/ImageCarousel.js function ImageCarousel (line 4) | function ImageCarousel(props) { FILE: src/components/MyWork/MyWork.js function MyWork (line 12) | function MyWork() { FILE: src/components/MyWork/PetfinderDialog.js function PetfinderDialog (line 17) | function PetfinderDialog(props) { FILE: src/components/MyWork/TMTDialog.js function TMTDialog (line 22) | function TMTDialog(props) { FILE: src/containers/Blog/Blog.js class Blog (line 7) | class Blog extends Component { method componentDidMount (line 15) | componentDidMount() { method createBlogFeed (line 32) | createBlogFeed() { method render (line 60) | render() { FILE: src/containers/BlogDetail/BlogDetail.js class BlogDetail (line 11) | class BlogDetail extends Component { method componentDidMount (line 23) | componentDidMount() { method createSubscriptionsForItem (line 28) | createSubscriptionsForItem(item) { method createOtherPostsFeed (line 73) | createOtherPostsFeed() { method render (line 94) | render() { FILE: src/containers/LeaveComment/LeaveComment.js class LeaveComment (line 8) | class LeaveComment extends Component { method render (line 35) | render() {