Skip to content

fix: ensure public methods are named to external in IDiamondProxy #176

fix: ensure public methods are named to external in IDiamondProxy

fix: ensure public methods are named to external in IDiamondProxy #176

Triggered via pull request September 10, 2024 11:51
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
Build code and run tests
45s
Build code and run tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build code and run tests: node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.d.ts#L973
Property 'entries' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.d.ts#L985
Property 'keys' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.d.ts#L997
Property 'values' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.d.ts#L1009
Property '[Symbol.iterator]' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.d.ts#L1032
Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests
Process completed with exit code 2.
Build code and run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/