tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better TS support

chriskrycho opened this issue · comments

In line with the proposal at emberjs/rfcs#730:

  • specify conformance (link to the as-yet un-finished RFC) – #313
  • define a support policy (should almost certainly be "simple majors") and specify it – #313
  • specify the supported TS versions and add type test coverage to CI – #313, #314
  • specify how this library defines "public API" (all exported type etc.)
  • set strict: true and noPropertyAccessFromIndexSignature: true in tsconfig.json#315