Registry / utility / neelance-sourcemap

neelance-sourcemap

JSON →
library0.0.0-20200213170602-2833bce08e4cgogounverified

Provides parsing and generation of JavaScript source maps.

go get github.com/neelance/sourcemap
INSTALL
IMPORT
SIG · NEELANCE-SOURCEMAP
N
neelance-sourcemap
utilitygov0.0.0-20200213170602-2833bce08e4c
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/neelance/sourcemap

Create a new source map

package main import ( "fmt" "github.com/neelance/sourcemap" ) func main() { m := sourcemap.New("out.js", "in.js", "in.js.map") fmt.Println(m) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200213170602-2833bce08e4clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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