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

Include use of TS declare syntax #583

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 2, 2021

  1. docs: include use of TS declare syntax

    TS can use class fields with decorators without turning off useDefineForClassFields at the cost of losing inline initialisation
    see lit#479 and lit/lit#1985 for discussion
    KeithHenry committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a6cd20f View commit details
    Browse the repository at this point in the history
  2. docs: clarify version

    es2020 will cause useDefineForClassFields to default to true
    KeithHenry committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c1bdb2e View commit details
    Browse the repository at this point in the history