You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I noticed that @truffle/codec (on next) uses source-map-support to allow for source mapping despite being written in TypeScript. It seems likely this should also be used in our other TypeScript packages (or compiled packages more generally, such as the debugger, which is written in JS but compiled with Webpack).