MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / SourceMapPrefixes

Class SourceMapPrefixes

tools/wasm-sourcemap.py:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101# - "sources" is for names that output to source maps JSON
102# - "load" is for paths that used to load source text
103class SourceMapPrefixes:
104 def __init__(self, sources, load, base_path):
105 self.sources = Prefixes(sources, base_path=base_path)
106 self.load = Prefixes(load, preserve_deterministic_prefix=False)
107
108
109def encode_vlq(n):

Callers 1

build_sourcemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected