MCPcopy Index your code
hub / github.com/TypeStrong/ts-loader / WebpackSourcePosition

Interface WebpackSourcePosition

src/utils.ts:206–209  ·  view source on GitHub ↗

Not exported from webpack so declared locally

Source from the content-addressed store, hash-verified

204
205/** Not exported from webpack so declared locally */
206interface WebpackSourcePosition {
207 line: number;
208 column?: number;
209}
210
211function makeWebpackLocation(
212 location: FileLocation,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected