Yusuke Iinuma

Results 9 issues of Yusuke Iinuma

`verifyENOENT` function has 2 arguments (`status` and `parsed`) but there is code that calls `verifyENOENT` function with 3 arguments. So, I removed the last argument.

It seems delimiters are wrong, so I fixed these.

Links from writing custom rules of README.md is probably not proper. This PR will try to fix these.

Issue: none ## What Changed `generate-rule` of npm scripts is useful, but I think some points are improvable. So, I tweaked these. ## Checklist Check the ones applicable to your...

Issue: #84 ## What Changed Added a new rule to check empty `args` exists. ## Checklist Check the ones applicable to your change: - [x] Ran `yarn update-all` - [x]...

`tail.c` is duplicated in chapter7 and chapter11 of README.md. I think `tail2.c` is correct in chapter11.

resolve: https://github.com/terser/terser/issues/1465 Although there is a comment for the logic that needs to be updated at https://github.com/terser/terser/issues/1465#issuecomment-1773117699, I can't understand how to update it for this issue. So I fixed...

resolve: https://github.com/capricorn86/happy-dom/issues/1147

## Summary I think test case's name and test code are inconsistent, so I corrected them. ## Test plan Run ```sh pnpm t ```