tc39 agenda item - Hashbang for stage 2

# kai zhu (6 years ago)

fyi, jslint recently added linting support for hashbang/shebang [1]. so it seems the big 3 linters all support this agenda item now [2].

[1] jslint commit - ignore shebang in beginning of command-line scripts douglascrockford/JSLint/commit/04f838b3986c8e0f02e56438aade342552aac93f#diff-01d3d81a6eb6d82af3c377b55dc4fa28R586, douglascrockford/JSLint/commit/04f838b3986c8e0f02e56438aade342552aac93f#diff-01d3d81a6eb6d82af3c377b55dc4fa28R586

[2] tc39 agenda items tc39/agendas/blob/master/2018/09.md#agenda-items, tc39/agendas/blob/master/2018/09.md#agenda-items

kai zhu kaizhu256 at gmail.com

# Jordan Harband (6 years ago)

To clarify for future readers: linters support things that browsers and node support, like window or global, that aren't in the spec - while I like the interpreter directive proposal, linters' support of something has no direct bearing on a proposal's advancement.