Joshua Stephen

Results 7 issues of 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`. ![image](https://user-images.githubusercontent.com/13672022/135957960-dd54e761-be5e-42a0-a77a-b3c17d0293e1.png) 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 ==...