We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node CLIのユースケースはCLIの配布までやってないので、hashbangが出てこない。
https://jsprimer.net/basic/comments/ に1行コメントの亜種として足すのはありそうだけど、あんまり強い理由ないかも。
HTML-likeコメントみたいに可能なら追加するぐらいかな。 あんまり増やしても意味はないので、何か面白くなるような感じなら足すイメージ
Originally posted by @azu in #1658 (comment)
足すことにモチベーションがある人がいたら知らせてください
対象ページ
The text was updated successfully, but these errors were encountered:
(() => { #! HASH })();
は許容されない。
けど、これがめちゃくちゃラフにstar of Script or Moduleという定義になってるだけ。 他のコメントは 特に場所は左右されないので、Hashbangだけ特殊なコメントになってる
1; <!--
Sorry, something went wrong.
コメントっぽい何か
#! -- Comment <!-- Comment // Comment /* Commment */ --> Comment https://example.test/Comment Comment;
No branches or pull requests
Hashbang Grammar
Node CLIのユースケースはCLIの配布までやってないので、hashbangが出てこない。
https://jsprimer.net/basic/comments/ に1行コメントの亜種として足すのはありそうだけど、あんまり強い理由ないかも。
HTML-likeコメントみたいに可能なら追加するぐらいかな。
あんまり増やしても意味はないので、何か面白くなるような感じなら足すイメージ
Originally posted by @azu in #1658 (comment)
足すことにモチベーションがある人がいたら知らせてください
対象ページ
The text was updated successfully, but these errors were encountered: