Joshua Stephen
Joshua Stephen
It seems these two flags: - --only - --ignore are not yet present in the cli [`handle`](https://github.com/swc-project/cli/blob/92df674e497222f90f6750eb316e485e26c7536f/src/swc/dir.ts#L41) function. Let's say I want to avoid to compile every js files under...
After the `sanitize` option for `remark-html` was changed by default to `true`, this plugin seems to has stopped working. Or perhaps I'm missing an option for `remark-prism`.  Related release:...
If an action is triggered via `issue_comment`, the PR number object might be different. **CI File** ``` on: issue_comment: types: - created jobs: build-comment: if: | github.event.issue.pull_request && (github.event.comment.body ==...