Skip to content

Add support for ES2025 RegExp duplicate named capturing groups #416

Add support for ES2025 RegExp duplicate named capturing groups

Add support for ES2025 RegExp duplicate named capturing groups #416

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