7rulnik / source-map-js

Consume and generate source maps.
Other
95 stars 14 forks source link

original.line and original.column are not numbers #23

Closed xuelichao closed 7 months ago

xuelichao commented 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.

7rulnik commented 7 months ago

@xuelichao Hi, please see this discussion https://github.com/7rulnik/source-map-js/issues/18