Skip to content

Fix parsing of an "async of" edge case in for loop (#1286) #411

Fix parsing of an "async of" edge case in for loop (#1286)

Fix parsing of an "async of" edge case in for loop (#1286) #411

Workflow file for this run

name: ci
on: [push, pull_request]
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
- run: npm run test:test262