"Evaluate" option in REPL doesn't work for me
- Dominant language
- TypeScript
- Stars
- 777
- Forks
- 1.4k
- Avg merge
- 16h 45m
- Merged PRs (30d)
- 3
Description
It looks like `bundle.run` is down, so `https://bundle.run/@babel/polyfill@7` fails to load, which breaks the REPL for me 😢
Is there a reason this uses `bundle.run` specifically, or can it be switched to jsdelivr or Unpkg? Both of them work fine:
- https://cdn.jsdelivr.net/npm/@babel/polyfill@7/dist/polyfill.min.js
- https://unpkg.com/@babel/polyfill@7/dist/polyfill.min.js
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the REPL implementation that loads https://bundle.run/@babel/polyfill@7 and inspect how the Evaluate option depends on it. Compare the working jsDelivr and Unpkg URLs mentioned in the issue, then verify that Evaluate loads successfully with the selected replacement. Done means the REPL no longer fails because bundle.run is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100