Closed xuelichao closed 7 months ago
original.line and original.column are not numbers --
you probably meant to omit the original mapping entirely and only map the generated position.
If so, pass null for the original mapping instead of an object with empty or null values.
@xuelichao Hi, please see this discussion https://github.com/7rulnik/source-map-js/issues/18
original.line and original.column are not numbers --
you probably meant to omit the original mapping entirely and only map the generated position.
If so, pass null for the original mapping instead of an object with empty or null values.