Skip to content
New issue

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

Enable newer JavaScript syntax #385

Open
onsetsu opened this issue Sep 19, 2019 · 0 comments
Open

Enable newer JavaScript syntax #385

onsetsu opened this issue Sep 19, 2019 · 0 comments

Comments

@onsetsu
Copy link
Contributor

onsetsu commented Sep 19, 2019

Currently, we are a bit behind the browser implementations, which seems wrong to me.

E.g. the following code can be parsed and executed in Blink DevTools but not in a workspace.

class Timer2 {
  start = Date.now();
  current = Date.now();

  tick() {
    this.current = Date.now();
  }
}

I think we should come up with some future-prove solution here: How to do this knowing never syntax extensions wont stop coming?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Lively4
  
TODO
Development

No branches or pull requests

1 participant