MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / Section

Function Section

local-cli/bundle/output/unbundle/util.js:43–44  ·  view source on GitHub ↗
(line: number, column: number, map: SourceMap)

Source from the content-addressed store, hash-verified

41
42const Section =
43 (line: number, column: number, map: SourceMap) =>
44 ({map, offset: {line, column}});
45
46type CombineSourceMapsOptions = {
47 moduleGroups?: ModuleGroups,

Callers 1

combineSourceMapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…