Skip to content

Fix generating invalid syntax for transform on RHS of binary expression in ternary condition #19

Fix generating invalid syntax for transform on RHS of binary expression in ternary condition

Fix generating invalid syntax for transform on RHS of binary expression in ternary condition #19

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn
- run: yarn test
- run: yarn build