You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
I attempted to iterate through a map using ES6 syntax but had to resort to the older approach. Not urgent but nice to have.
error TS2802: Type 'Map<any, any>' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher.
for (let [key, values] of variantMap) {
Describe the feature you'd like
I attempted to iterate through a map using ES6 syntax but had to resort to the older approach. Not urgent but nice to have.
faststore/packages/core/tsconfig.json
Line 23 in 271888c
The text was updated successfully, but these errors were encountered: