The v3 specification defines one format, and the v2 specification defines another one, in addition to describing the v1 format. For a modern implementation of source-map, what should be supported? Is the idea to migrate everyone to the v3 format, and remove v2 and v1 support from implementations, or keep 2-3 versions around for a longer time?
Similarly, the v3 specification indicates that //# is preferred to reference the source-map location from JavaScript, but that the //@ form is also permitted. Is a modern implementation required to support both forms?
The v3 specification defines one format, and the v2 specification defines another one, in addition to describing the v1 format. For a modern implementation of source-map, what should be supported? Is the idea to migrate everyone to the v3 format, and remove v2 and v1 support from implementations, or keep 2-3 versions around for a longer time?
Similarly, the v3 specification indicates that
//#is preferred to reference the source-map location from JavaScript, but that the//@form is also permitted. Is a modern implementation required to support both forms?