Searched refs:shadowed (Results 1 – 25 of 72) sorted by relevance
123
90 shadowed: TSESLint.Scope.Variable,102 'isValueVariable' in shadowed ? shadowed.isValueVariable : true;108 shadowed: TSESLint.Scope.Variable,120 'isValueVariable' in shadowed ? shadowed.isValueVariable : true;309 const shadowed = getVariableByName(scope.upper, variable.name); constant310 if (!shadowed) {315 if (isTypeValueShadow(variable, shadowed)) {320 if (isFunctionTypeParameterNameValueShadow(variable, shadowed)) {324 const isESLintGlobal = 'writeable' in shadowed;326 (shadowed.identifiers.length > 0 ||[all …]
26 /// shadowed arguments49 // shadowed require52 // shadowed exports
42 /// shadowed arguments87 // shadowed require92 // shadowed exports
1 …y '#foo' cannot be accessed on type 'A' within this class because it is shadowed by another privat…15 a.#foo; // compile-time error, shadowed17 …y '#foo' cannot be accessed on type 'A' within this class because it is shadowed by another privat…
39 /// shadowed arguments78 // shadowed require82 // shadowed exports
1 … '#x' cannot be accessed on type 'Base' within this class because it is shadowed by another privat…13 … '#x' cannot be accessed on type 'Base' within this class because it is shadowed by another privat…
2 …' cannot be accessed on type 'typeof A' within this class because it is shadowed by another privat…18 …' cannot be accessed on type 'typeof A' within this class because it is shadowed by another privat…
2 // No errors, const declaration is not shadowed
2 // Ensure only checking for const declarations shadowed by vars
12 …s/compiler/thisShadowingErrorSpans.ts:4:18: An outer value of 'this' is shadowed by this container.
17 !!! related TS2738 tests/cases/compiler/thisBinding2.ts:8:12: An outer value of 'this' is shadowed …
11 public ll:number; // to be shadowed
8 public ll:number; // to be shadowed
35 a.#foo; // compile-time error, shadowed
13 Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns.18 Changes tp removed compiler warnings about shadowed parameters.
3 exports[`ts-module name-shadowed-in-body 1`] = `
3 exports[`functions function-declaration name-shadowed-in-body 1`] = `
29 # shadowed when the corresponding .c and .h files are included.