• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Es2panda
2
3All in one JavaScript/TypeScript parser and compiler.
4
5## Usage
6```sh
7es2panda [OPTIONS] [input file] -- [arguments]
8```
9
10## Optional arguments
11[util/options.yaml](util/options.yaml)
12
13## Tail arguments
14 - `input`: input file
15
16## Running the tests
17```sh
18pip install tqdm
19```
20```sh
21python3 test/runner.py [OPTIONS] [build_directory]
22```
23
24### Optional arguments
25 - `--regression`: Run regression tests
26 - `--test262`: Run test262
27 - `--no-progress`: Don't show progress bar
28
29### Tail arguments
30 - `build_directory`: Path to panda build directory
31
32### Skip list
33Skip list for the runtime: `test/test262skiplist.txt, test/test262skiplist-long.txt`.
34