Skip to main content

SourceMap

API reference

Source location information.

Implements Node

column: Int!

The column number within the line.

filename: String!

The filename from the module source.

id: ID!

A unique identifier for this SourceMap.

line: Int!

The line number within the filename.

module: String!

The module dependency this was declared in.

url: String!

The URL to the file, if any. This can be used to link to the source map in the browser.

References

Returned by

Accepted as an argument by