https://github.com/tinyadapter/webgal_parser
WebGAL Parser: The Next Generation
https://github.com/tinyadapter/webgal_parser
Last synced: 4 months ago
JSON representation
WebGAL Parser: The Next Generation
- Host: GitHub
- URL: https://github.com/tinyadapter/webgal_parser
- Owner: tinyAdapter
- License: mpl-2.0
- Created: 2024-08-31T14:23:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T13:39:04.000Z (10 months ago)
- Last Synced: 2025-01-21T02:23:16.261Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/OpenWebGAL/WebGAL/tree/main/packages/parser
- Size: 526 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGAL Parser: The Next Generation
## Development
### Run all tests
```sh
yarn test
```### Run a specific test
```sh
yarn test -t TEST_NAME
```### Trace the parsing process
Since this print a verbose test tree, we typically use for a specific test:
```sh
yarn test-trace -t TEST_NAME
```Or, if all tests are needed:
```sh
yarn test-trace
```