7rulnik / source-map-js

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

Type declarations are not null-safe #12

Closed stof closed 2 months ago

stof commented 3 years ago

For instance, SourceMapConsumer#sourceContentFor returns string|null, not string as declared in source-map.d.ts.