lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.03k stars 44 forks source link

Some newer methods cause a warning, but still work #493

Closed OussamaRomdhane closed 1 year ago

OussamaRomdhane commented 1 year ago

This happened to me with flatMap and flat, I think it's a tsconfig thing most probably

Screenshot 2022-10-19 at 08 26 42
lukehaas commented 1 year ago

Try deleting the tsconfig file located in ~/Library/Application\ Support/runjs and restart RunJS.

OussamaRomdhane commented 1 year ago

Works like a charm thanks :)