improve ESTree compatibility (#5836)

closes #5834
closes #5835
This commit is contained in:
Alex Lam S.L
2024-06-10 01:37:24 +03:00
committed by GitHub
parent e7b9b4aafb
commit ca4185a0fd
2 changed files with 52 additions and 6 deletions

18
.github/workflows/moz.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: ESTree
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
name: fuzzing
runs-on: ubuntu-latest
env:
NODE: latest
steps:
- uses: actions/checkout@v4
- name: Perform tests
shell: bash
run: |
. ./test/release/install.sh
node test/mozilla-ast.js 5000