Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trentm/huge-source-map
- Owner: trentm
- Created: 2021-08-25T16:38:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T16:54:36.000Z (over 3 years ago)
- Last Synced: 2024-10-19T19:54:53.772Z (2 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.