https://github.com/svdo/shadow-cljs-948
Reproduction of shadow-cljs issue #948
https://github.com/svdo/shadow-cljs-948
Last synced: about 2 months ago
JSON representation
Reproduction of shadow-cljs issue #948
- Host: GitHub
- URL: https://github.com/svdo/shadow-cljs-948
- Owner: svdo
- Created: 2021-11-11T12:23:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T12:23:53.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:48:29.754Z (3 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue Reproduction
This repo reproduces [shadow-cljs issue #948][https://github.com/thheller/shadow-cljs/issues/948].
## Intructions
### Debug build
1. Clone repo
2. `npm i`
3. `npm start`
4. Open `http://localhost:8989/about.html` in the browser
5. Open the browser's JavaScript consoleNote that there are no errors in the console, and that the page content is the
header "About"### Release build
1. `git clean -xdf`
2. `npm i`
3. `npm run release`
4. `npm run serve`
5. Open `http://localhost:8989/about.html` in the browser
6. Open the browser's JavaScript consoleResults in:
* **Expected:** Same as debug build, namely no errors and page content is "About"
* **Actual:** Page content is "Loading..." and the JavaScript console shows an
error: `TypeError: $jscomp.makeIterator is not a function`