I am suggesting to limit Debug IDs within Source Maps and generated files to be in a specific format - specifically the canonical UUID format (e.g. 85314830-023f-4cf1-a267-535f4e37bb17)
This is for the very simple reason of ensuring compatibility, consistency and simplicity in the ecosystem.
Drawbacks are:
Reduced flexibility
4 more bytes per file
Would be great to have some feedback and discussions around this!
Builds on https://github.com/tc39/source-map/pull/141
This proposal change may be a bit controversial.
I am suggesting to limit Debug IDs within Source Maps and generated files to be in a specific format - specifically the canonical UUID format (e.g.
85314830-023f-4cf1-a267-535f4e37bb17
)This is for the very simple reason of ensuring compatibility, consistency and simplicity in the ecosystem.
Drawbacks are:
Would be great to have some feedback and discussions around this!