traverse.clearCache is not a function
See original GitHub issueInput Code
const foo = "foo";
const bar = `asdf ${foo} asd ${foo}`
Actual Output
traverse.clearCache is not a function. (In 'traverse.clearCache()', 'traverse.clearCache' is undefined)
Expected Output
const bar = `asdf foo asd foo`
Details
Noticed this bug when playing around on the repl. Only the minify
plugin is enabled.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:21
- Comments:5
Top Results From Across the Web
traverse.clearCache is not a function - Stack Overflow
traverse.clearCache is not a function ... Clear the browser cache, or open in incognito window. I could make it work without any problem:...
Read more >traverse.clearCache is not a function · Issue #942 · babel/minify
Go to Babeljs.io, and click "Minify". ... Even no code shows the error "traverse.clearCache is not a function". Writing any simple code such...
Read more >[Solved]-traverse.clearCache is not a function-babel.js
Coding example for the question traverse.clearCache is not a function-babel.js.
Read more >Developers - traverse.clearCache is not a function - - Bountysource
Input Code. const foo = "foo"; const bar = `asdf ${foo} asd ${foo}`. Babel REPL link. Actual Output. traverse.clearCache is not a function....
Read more >babel repl traverse.clearcache is not a function Onsite / Offshore ...
babel repl traverse.clearcache is not a function Onsite / Offshore – Outsource to India / Philippines / Ukraine through HireKhan.com starting $ 750...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also found this while playing around with the online repl. Any updates on this one?
Also got the same problem.