-
-
Save vird/bd9cadcca7ae0ec7ba0af42ccf4ecb06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03:37:06 : Launching dev server on port 4444 | |
└── default (5 files, 7.5 kB) | |
index.jsx | |
App.jsx | |
App.css | |
logo.svg | |
index.css | |
└── fusebox-hot-reload (1 files) 1.8 kB | |
└── fusebox-websocket (1 files) 2.8 kB | |
└── events (1 files) 9.8 kB | |
└── react (25 files) 119.6 kB | |
└── object-assign (1 files) 2.2 kB | |
└── fbjs (23 files) 33.3 kB | |
└── process (1 files) 3 kB | |
└── object-assign-polyfill (1 files) 1 kB | |
└── react-dom (127 files) 550.2 kB | |
Bundle | |
Size: 731.4 kB | |
Time: 1s 80ms | |
Acorn error: Unterminated JSX contents (19:17) | |
File: /data/nodejs/experiments/react-example/src/App.jsx | |
17 and save to reload. | |
18 </p> | |
19 <div> | |
20 ); | |
21 } | |
22 } | |
23 | |
└── default (1 files, 645 Bytes) | |
index.jsx | |
Bundle | |
Size: 645 Bytes | |
Time: 28ms | |
(node:28972) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: unknown: Unterminated JSX contents (19:17) | |
03:37:13 : Source changed for App.jsx | |
03:37:13 : Source changed for App.css | |
03:37:13 : Source changed for index.css | |
{ SyntaxError: unknown: Unterminated JSX contents (19:17) | |
17 | and save to reload. | |
18 | </p> | |
> 19 | <div> | |
| ^ | |
20 | ); | |
21 | } | |
22 | } | |
at Parser.pp$5.raise (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:4373:13) | |
at Parser.pp$9.jsxReadToken (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:6653:12) | |
at Parser.readToken (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:7028:21) | |
at Parser.nextToken (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:764:19) | |
at Parser.next (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:689:10) | |
at Parser.eat (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:696:12) | |
at Parser.pp.expect (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:1704:15) | |
at Parser.pp$9.jsxParseOpeningElementAt (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:6928:8) | |
at Parser.pp$9.jsxParseElementAt (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:6947:29) | |
at Parser.pp$9.jsxParseElementAt (/data/nodejs/experiments/react-example/node_modules/babylon/lib/index.js:6960:30) | |
pos: 606, | |
loc: Position { line: 19, column: 17 }, | |
_babel: true, | |
codeFrame: '\u001b[0m \u001b[90m 17 | \u001b[39m and save to reload\u001b[33m.\u001b[39m\n \u001b[90m 18 | \u001b[39m \u001b[33m<\u001b[39m\u001b[33m/\u001b[39m\u001b[33mp\u001b[39m\u001b[33m>\u001b[39m\n\u001b[31m\u001b[1m>\u001b[22m\u001b[39m\u001b[90m 19 | \u001b[39m \u001b[33m<\u001b[39m\u001b[33mdiv\u001b[39m\u001b[33m>\u001b[39m\n \u001b[90m | \u001b[39m \u001b[31m\u001b[1m^\u001b[22m\u001b[39m\n \u001b[90m 20 | \u001b[39m )\u001b[33m;\u001b[39m\n \u001b[90m 21 | \u001b[39m }\n \u001b[90m 22 | \u001b[39m}\u001b[0m' } | |
└── default (5 files, 7.5 kB) | |
index.jsx | |
App.jsx | |
App.css | |
logo.svg | |
index.css | |
Bundle | |
Size: 7.5 kB | |
Time: 84ms | |
(node:28972) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment