Closed connor4312 closed 9 months ago
I think at this point we can use export type * from './types'
so that I stop missing some of the types.
That would make sense 👍
Btw, I finally moved the vscode JS debugger over from the old source-map
library to this one. I'm quite happy to have gotten that ripped out!
all/generatedPositionFor
references theSourceNeedle
, but this is not exported from the package root, which makes consumption a bit ugly, requiring importing from thetypes
file directly if one wants to pass it through places.