Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Implementations #3

Closed
5 tasks done
bakkot opened this issue Jul 28, 2017 · 7 comments
Closed
5 tasks done

Implementations #3

bakkot opened this issue Jul 28, 2017 · 7 comments

Comments

@bakkot
Copy link

bakkot commented Jul 28, 2017

@michaelficarra
Copy link
Member

Also, TypeScript.

@kaizhu256
Copy link

kaizhu256 commented Aug 6, 2017

why is this language change and extra complication to parser logic even necessary? why can't we just advise people to follow the jslint way of using the "ignore" binding, instead of changing the language spec yet again for no good reason?

e.g.

/* jslint */
try {
...
} catch (ignore) {
}

things like this gives off the impression that changing the javascript language spec is cheap, which is not something people like me want to encourage.

@ljharb
Copy link
Member

ljharb commented Aug 6, 2017

@kaizhu256 This thread is about implementations; your comment belongs on #2 or a new issue.

@kaizhu256
Copy link

k sorry, didn't know that issue existed as it was closed ^^;;;

@chicoxyzzy
Copy link
Member

It's landed in stable Safari 11.1 for iOS and macOS

@adrianheine
Copy link

@bakkot
Copy link
Author

bakkot commented Nov 5, 2018

Now that support has landed in ChakraCore (PR), I'm going to close this.

@bakkot bakkot closed this as completed Nov 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants