mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-08 06:34:28 +00:00
* Update source-map typings to match API. The `SourceNode` constructor permits a null for the parameters `line`, `column`, and `source`. See [their README](https://github.com/mozilla/source-map#new-sourcenodeline-column-source-chunk-name). * Add sourceMapUrl parameter See: https://github.com/mozilla/source-map/pull/293