MCPcopy Create free account
hub / github.com/Snapchat/Valdi / defaultSourceMapPathOverrides

Function defaultSourceMapPathOverrides

valdi/vscode_debugger/src/configuration.ts:931–937  ·  view source on GitHub ↗
(webRoot: string)

Source from the content-addressed store, hash-verified

929};
930
931export function defaultSourceMapPathOverrides(webRoot: string): { [key: string]: string } {
932 return {
933 'webpack://?:*/*': `${webRoot}/*`,
934 'webpack:///./~/*': `${webRoot}/node_modules/*`,
935 'meteor://💻app/*': `${webRoot}/*`,
936 };
937}
938
939export function applyNodeDefaults(config: ResolvingNodeConfiguration): AnyNodeConfiguration {
940 const filled =

Callers 4

configuration.tsFile · 0.85
applyNodeDefaultsFunction · 0.85
applyValdiDefaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected