Kenny F.
Kenny F.
This should fail `({static a(){}})` cc / @aladdin-add
This case '"use strict"; (async yield => {})' in the REPL doesn't mark 'web compat' an 'sloppy' as green. Instead they are red and indicate that this case also should...
'new.target' must not contain escaped characters This case 'new.t\u0061rget'. Tenko output: Error: Parser error! Must be inside/nested a regular function to use `new.target`
in string literals - "\9" - is valid. Tenko throws
"Ergonomic brand checks for Private Fields" is now stage 4. https://github.com/tc39/proposal-private-fields-in-in
TopLevelAwait reached stage 4
Tenko doesn't parse 'async function f() { for await (async of []); }' and similar cases
I have noticed that this library can't parse TypScript and older editions of ember.js. I consider this a bug and not something that is not yet implemented or something that...