js-source-mapper 0.2.0

A rust library for consuming JavaScript source maps with a focus on performance. Supports Source Map revision 3.
Documentation
1
2
3
4
5
6
7
8
9
IMAGE_NAME=cargo-fuzz


info:
	$(info Available Targets)

	$(info --------------------------------------)

	$(info build    | build the docker image)

	

build: 
	docker build -t $(IMAGE_NAME) .