Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trentm/huge-source-map

Generate a huge source map file for testing
https://github.com/trentm/huge-source-map

Last synced: about 1 month ago
JSON representation

Generate a huge source map file for testing

Awesome Lists containing this project

README

        

Generate a huge source-map file for testing.

Run:

```
make
```

and a huge .map file will be created at "dist/yuge.js.map".

### Prerequisites

This depends on `tsc` being on your path. You can typically install that
via `npm install -g typescript` -- assuming you have Node.js installed.