Registry / utility / go-sourcemap-sourcemap

go-sourcemap-sourcemap

JSON →
library2.1.4+incompatiblegogounverified

Parses and consumes source maps for JavaScript debugging and error stack trace mapping.

go get github.com/go-sourcemap/sourcemap
INSTALL
IMPORT
SIG · GO-SOURCEMAP-SOURC
G
go-sourcemap-sourcemap
utilitygov2.1.4+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sourcemap
github.com/go-sourcemap/sourcemap

Loads and uses the sourcemap package.

package main import ( "fmt" "github.com/go-sourcemap/sourcemap" ) func main() { // Example: parse a source map from a URL or file // sm, _ := sourcemap.Parse("", []byte(`{"version":3,"sources":[],"mappings":""}`)) fmt.Println("Source map package loaded") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
go-sourcemap-sourcemap — go get go-sourcemap-sourcemap · libregistry