Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.4 KB

TRACKING_ISSUES.md

File metadata and controls

51 lines (37 loc) · 2.4 KB

Tracking Issues

A list of random issues that are either bugs or features that will cause changes in this repo.

  • Jest & ES6 Modules Currently Jest does not support es6 Modules, so modules can not be used in testing lodash-es is tree shakeable, as it date-fn/esm/, however fails tests at the moment so install individual common lodash libraries for now then remove them when the below issue is resolved.

    jestjs/jest#4842 jestjs/jest#9430

    Change Ramda imports after jest allows native modules ramda/ramda#2406

    date-fns/esm/modules

  • RXJS & TypeScript Filter Issues TS does not correctly infer the types when using filters, this means you need to explicitly type the observable current typescript issues

    microsoft/TypeScript#10734 microsoft/TypeScript#16069

  • TS Path References are not inherited Once merged, remove references from the tsconfig.lib.json's microsoft/TypeScript#27098

  • Nativescript does not currently support the monorepo design NativeScript/NativeScript#7537