Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ npx [todo-name-tool] --sourceMap sourcemap.js.map --generatedFile generated.js -

## How the Project Works

### Contributing

1. Clone the repo
1. Run `npm install`
1. Run `git submodule init`
1. Run `git submodule update`

From there, you can run tests with `npm test` or make a build with `npm run build`.

### Validators

The project uses a series of validators to check the integrity of source maps:
Expand Down