SourceMap
Nodepod API / src / module / SourceMap
Class: SourceMap
Section titled “Class: SourceMap”Defined in: src/polyfills/module.ts:153
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SourceMap(
payload):SourceMap
Defined in: src/polyfills/module.ts:155
Parameters
Section titled “Parameters”payload
Section titled “payload”unknown
Returns
Section titled “Returns”SourceMap
Properties
Section titled “Properties”payload
Section titled “payload”payload:
unknown
Defined in: src/polyfills/module.ts:154
Methods
Section titled “Methods”findEntry()
Section titled “findEntry()”findEntry(
_line,_column):undefined
Defined in: src/polyfills/module.ts:158
Parameters
Section titled “Parameters”number
_column
Section titled “_column”number
Returns
Section titled “Returns”undefined