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

cached not exported for typescript #408

Open
BryanCrotaz opened this issue Apr 12, 2023 · 0 comments
Open

cached not exported for typescript #408

BryanCrotaz opened this issue Apr 12, 2023 · 0 comments

Comments

@BryanCrotaz
Copy link

BryanCrotaz commented Apr 12, 2023

According to https://api.emberjs.com/ember/release/modules/@glimmer%2Ftracking @glimmer/tracking exports tracked and cached.

error TS2305: Module '"@glimmer/tracking"' has no exported member 'cached'.

9 import { cached, tracked } from '@glimmer/tracking';
yarn why @glimmer/tracking
yarn why v1.22.15
[1/4] 🤔  Why do we have the module "@glimmer/tracking"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "@glimmer/tracking@1.1.2"
info Has been hoisted to "@glimmer/tracking"
info Reasons this module exists
   - Specified in "devDependencies"
   - Hoisted from "ember-concurrency#@glimmer#tracking"
   - Hoisted from "ember-cached-decorator-polyfill#@glimmer#tracking"
info Disk size without dependencies: "568KB"
info Disk size with unique dependencies: "1.33MB"
info Disk size with transitive dependencies: "1.49MB"
info Number of shared dependencies: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant