We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd491d commit 8fc973eCopy full SHA for 8fc973e
packages/@ember/array/index.ts
@@ -3,7 +3,7 @@
3
*/
4
import { DEBUG } from '@glimmer/env';
5
import { ComputedProperty, descriptorForDecorator, PROXY_CONTENT } from '@ember/-internals/metal';
6
-import { inspect, isEmberArray, setEmberArray } from '@ember/-internals/utils';
+import { isEmberArray, setEmberArray } from '@ember/-internals/utils';
7
import {
8
objectAt,
9
replaceInNativeArray,
@@ -1972,7 +1972,6 @@ class EmberAProxy<T = unknown> {
1972
}
1973
1974
constructor(arr: T[] = []) {
1975
- // eslint-disable-next-line @typescript-eslint/no-this-alias
1976
let self = this;
1977
1978
let proxy = new Proxy(arr, {
0 commit comments