table -> JSON/Text/Bin -> In-memory Object
In web dev, to help with debugging, these source map files contain essential information about how the compiled code maps to the original code.
A source map is a JSON file format that maps between minified or transformed code received by the browser and its original unmodified form, allowing the original code to be reconstructed and used when debugging.
Problem
confgen:
The checker or validate apply on the generated object, cannot known the accurate postions of original table cell.
SourceMap
In web dev, to help with debugging, these source map files contain essential information about how the compiled code maps to the original code.
A source map is a JSON file format that maps between minified or transformed code received by the browser and its original unmodified form, allowing the original code to be reconstructed and used when debugging.