https://github.com/bmeurer/closure-compiler-return-position
Repro for weird return position in Closure compiled sourcemaps
https://github.com/bmeurer/closure-compiler-return-position
Last synced: about 1 year ago
JSON representation
Repro for weird return position in Closure compiled sourcemaps
- Host: GitHub
- URL: https://github.com/bmeurer/closure-compiler-return-position
- Owner: bmeurer
- Created: 2022-03-10T12:04:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T12:05:31.000Z (over 4 years ago)
- Last Synced: 2025-06-02T06:07:45.793Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro for weird return position in Closure compiled sourcemaps
```
npm install
npm run build
npm start
```
Open http://localhost:3000 in Chromium, open DevTools, reload the
page, and step once. It'll take you to the opening `}` of the
function.