@swc/core Even if jsc.preserveAllComments is set, comments are still removed after turning on experimenta. disableBuiltinTransformsForInternalTesting #5073
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage via nissuer | |
on: | |
issues: | |
types: [opened, labeled] | |
issue_comment: | |
types: [created] | |
permissions: | |
issues: write | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
issue-validator: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Nissuer | |
uses: balazsorban44/nissuer@1.7.3 | |
with: | |
reproduction-comment: ".github/invalid-link.md" | |
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com" | |
reproduction-invalid-label: "invalid link" | |
reproduction-issue-labels: "C-bug" | |
reproduction-link-section: "### Playground link \\(or link to the minimal reproduction\\)(.*)### SWC Info output" |