mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 00:37:22 +08:00
We were previously using `@ember-compat/tracked-built-ins`, which had some extra logic for intercompatibility for computed properties. Unfortunately that version is not maintained, and is diverging from the upstream version. We're going to prioritise following upstream, and deal with any inter-compatibility issues by refactoring dependent code to use autotracking. The released version of tracked-built-ins also includes the fix for the memory leak, so we can drop our custom patch. |
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| helpers | ||
| jobs | ||
| mailers | ||
| models | ||
| serializers | ||
| services | ||
| views | ||