You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#181 Add option to disable border checks. Add --no-border-checks/noBorderChecks flag/option to disable invalid mapping column/line checks. This can be useful when we cannot handle a false-positive case
#171 Sort by bundle name and file name. Bundles are now sorted by name, Set sort: true/--sort to sort filenames. Thanks to @khanguy00 for the contribution!
π Bug fixes
#136 Report InvalidMappingColumn on tsc generated source map
#113 Calculate gzip sizes. CLI/API got gzip option/parameter that enables calculating gzip size (gzip-size package is used) instead of parsed size. Calculating gzip size makes impossible to calculate unmapped bytes because the sum of gzip sizes is not equal to total bytes due to the nature of compression. Therefore setting gzip = true/--gzip will also set onlyMapped = true. Thanks to @tylergraf for the contribution!