@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
SourceMapObject
Interface SourceMapObject
Internal
source map object
interface
SourceMapObject
{
file
?:
string
;
mappings
:
string
;
names
?:
string
[]
;
sourceRoot
?:
string
;
sources
?:
string
[]
;
sourcesContent
?:
(
null
|
string
)
[]
;
version
:
number
;
}
Index
Properties
file?
mappings
names?
source
Root?
sources?
sources
Content?
version
Properties
Optional
file
file
?:
string
mappings
mappings
:
string
Optional
names
names
?:
string
[]
Optional
source
Root
sourceRoot
?:
string
Optional
sources
sources
?:
string
[]
Optional
sources
Content
sourcesContent
?:
(
null
|
string
)
[]
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
mappings
names
source
Root
sources
sources
Content
version
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
source map object