tc39 / source-map

Source map specification, RFCs and new proposals.
https://tc39.es/source-map/
Other
130 stars 17 forks source link

Debug IDs: Only allow Debug IDs in the canonical UUID format #144

Closed lforst closed 1 week ago

lforst commented 4 weeks ago

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!

nicolo-ribaudo commented 2 weeks ago

Could you rebase? :)