pfgray / ts-adt

Generate Algebraic Data Types and pattern matchers
MIT License
316 stars 13 forks source link

Source map pollution #14

Closed ryanleecode closed 3 years ago

ryanleecode commented 3 years ago
⚠️  Could not load source file "../src/ADT.ts" in source map of "../node_modules/ts-adt/ADT.js".
⚠️  Could not load source file "../src/MakeADT.ts" in source map of "../node_modules/ts-adt/MakeADT.js".

image

pfgray commented 3 years ago

Oh, I think this was cause from me using some release code from fp-ts... @ryanleecode, could you share what tool you're using so I can make sure it works with that?

ryanleecode commented 3 years ago

Was just using Parcel

pfgray commented 3 years ago

@ryanleecode I think the issue should be resolved w/ 2.0.2 can you confirm?

ryanleecode commented 3 years ago

Unchanged Jk it works