Defined in: node_modules/vfile/index.d.ts:34
Raw source map.
See: <https://github.com/mozilla/source-map/blob/60adcb0/source-map.d.ts#L15-L23>.
file:
string
Defined in: node_modules/vfile/index.d.ts:38
The generated file this source map is associated with.
mappings:
string
Defined in: node_modules/vfile/index.d.ts:42
A string of base64 VLQs which contain the actual mappings.
names:
string
[]
Defined in: node_modules/vfile/index.d.ts:46
An array of identifiers which can be referenced by individual mappings.
optional
sourceRoot:string
Defined in: node_modules/vfile/index.d.ts:54
The URL root from which all sources are relative.
sources:
string
[]
Defined in: node_modules/vfile/index.d.ts:58
An array of URLs to the original source files.
optional
sourcesContent:string
[]
Defined in: node_modules/vfile/index.d.ts:50
An array of contents of the original source files.
version:
number
Defined in: node_modules/vfile/index.d.ts:62
Which version of the source map spec this map is following.