Slide 36
Slide 36 text
Debugging
● Source Maps
○ Files that contains the mapping between the TS and JS
○ Debuggers know how to interpret this files
○ Suffixed by filename.map.js
{
"version" : 3,
"file" : "database.js",
"sourceRoot" : "",
"sources" : ["../../src/database.ts"],
"mappings" : ";AAAA,MAAY,QAAQ,WAAM,UAAU,CAAC, ..." - BASE64 VLQ
}