MCPcopy
hub / github.com/vuejs/core / toJSON

Method toJSON

packages/compiler-core/src/codegen.ts:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 setSourceContent(sourceFile: string, sourceContent: string): void
74 // SourceMapGenerator has this method but the types do not include it
75 toJSON(): RawSourceMap
76 _sources: Set<string>
77 _names: Set<string>
78 _mappings: {

Callers 5

doCompileStyleFunction · 0.80
mergeSourceMapsFunction · 0.80
mapLinesFunction · 0.80
generateSourceMapFunction · 0.80
generateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected