Remix.run Logo
Standardizing source maps(bloomberg.github.io)
26 points by Timothee 4 hours ago | 3 comments
sureglymop 3 minutes ago | parent | next [-]

This is a great endeavour. Recently I have been thinking about how to add syntax and metaprogramming extensions to programming languages without forking the compiler/interpreter. Source maps are needed there in order to have good editor support through e.g. an LSP server proxy. In researching it I was a bit let down I couldn't find too much research and specifications for the topic.

priowise 20 minutes ago | parent | prev | next [-]

Source maps are one of those invisible pieces of infrastructure that developers rely on every day but rarely think about.

Standardizing them properly could remove a surprising amount of tooling friction across ecosystems.

cadamsdotcom 2 hours ago | parent | prev [-]

Very cool to see so much work going on to make the web platform even more awesome - and in the open!

Stuff like this makes me believe open wins over closed in the end :)