William C. Johnson
William C. Johnson
`->` (as opposed to `() ->`) does not count as a function intro in the Atom syntax highlighting, which means in addition to not being highlighted it doesn't get handy...
The following doesn't compile because of significant whitespace issues: ```js try: try: a() catch e: b() finally: c() ``` ``` unknown: Missing catch or finally clause (1:0) > 1 |...
The following code crashes the `no-extra-semi` rule: ``` EntityStore(identify, equalityTest) -> class z extends ReduxComponent: constructor() -> super() ``` with the following stacktrace: ``` Cannot read property 'type' of null...