Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceMapObject

Hierarchy

  • SourceMapObject

Index

Properties

Optional file

file: string

生成文件的路径。

mappings

mappings: string

所有映射点。

Optional names

names: string[]

所有名称。

Optional sourceRoot

sourceRoot: string

所有源文件的根路径。

sources

sources: string[]

所有源文件路径。

Optional sourcesContent

sourcesContent: string[]

所有源文件内容。

version

version: number

当前源映射的版本号。

Generated using TypeDoc