Home
last modified time | relevance | path

Searched refs:isStrict (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dimplied-strict.test.ts31 expect(scope.isStrict).toBeTruthy();
36 expect(scope.isStrict).toBeTruthy();
41 expect(scope.isStrict).toBeTruthy();
61 expect(scope.isStrict).toBeFalsy();
66 expect(scope.isStrict).toBeFalsy();
87 expect(scope.isStrict).toBeFalsy();
92 expect(scope.isStrict).toBeTruthy();
97 expect(scope.isStrict).toBeTruthy();
113 expect(scope.isStrict).toBeFalsy();
117 expect(scope.isStrict).toBeTruthy();
[all …]
Des6-arrow-function-expression.test.ts25 expect(scope.isStrict).toBeFalsy();
32 expect(scope.isStrict).toBeFalsy();
49 expect(scope.isStrict).toBeFalsy();
56 expect(scope.isStrict).toBeFalsy();
78 expect(scope.isStrict).toBeTruthy();
85 expect(scope.isStrict).toBeTruthy();
102 expect(scope.isStrict).toBeFalsy();
109 expect(scope.isStrict).toBeTruthy();
123 expect(scope.isStrict).toBeFalsy();
Des6-class.test.ts26 expect(scope.isStrict).toBeFalsy();
36 expect(scope.isStrict).toBeTruthy();
46 expect(scope.isStrict).toBeTruthy();
66 expect(scope.isStrict).toBeFalsy();
74 expect(scope.isStrict).toBeTruthy();
84 expect(scope.isStrict).toBeTruthy();
104 expect(scope.isStrict).toBeFalsy();
120 expect(scope.isStrict).toBeTruthy();
146 expect(scope.isStrict).toBeFalsy();
152 expect(scope.isStrict).toBeFalsy();
[all …]
Des6-object.test.ts24 expect(scope.isStrict).toBeFalsy();
30 expect(scope.isStrict).toBeFalsy();
56 expect(scope.isStrict).toBeFalsy();
62 expect(scope.isStrict).toBeFalsy();
Dglobal-return.test.ts28 expect(scope.isStrict).toBeFalsy();
35 expect(scope.isStrict).toBeTruthy();
54 expect(scope.isStrict).toBeFalsy();
61 expect(scope.isStrict).toBeFalsy();
Des6-catch.test.ts29 expect(scope.isStrict).toBeFalsy();
37 expect(scope.isStrict).toBeFalsy();
45 expect(scope.isStrict).toBeFalsy();
58 expect(scope.isStrict).toBeFalsy();
Des6-import.test.ts26 expect(scope.isStrict).toBeTruthy();
50 expect(scope.isStrict).toBeTruthy();
74 expect(scope.isStrict).toBeTruthy();
98 expect(scope.isStrict).toBeTruthy();
131 expect(scope.isStrict).toBeTruthy();
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/decorators/
Daccessor.ts.shot85 isStrict: false,
102 isStrict: false,
115 isStrict: true,
131 isStrict: true,
144 isStrict: true,
Dmethod.ts.shot70 isStrict: false,
87 isStrict: false,
100 isStrict: true,
115 isStrict: true,
Dparameter-property.ts.shot113 isStrict: false,
130 isStrict: false,
143 isStrict: true,
156 isStrict: true,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/
Dconditional5.ts.shot89 isStrict: false,
104 isStrict: true,
117 isStrict: true,
133 isStrict: true,
146 isStrict: true,
Dconditional3.ts.shot77 isStrict: false,
92 isStrict: true,
105 isStrict: true,
121 isStrict: true,
Dconditional-nested.ts.shot94 isStrict: false,
109 isStrict: true,
122 isStrict: true,
146 isStrict: true,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/catch/
Dinherited-scope.ts.shot54 isStrict: false,
71 isStrict: false,
80 isStrict: false,
93 isStrict: false,
Dscope.ts.shot101 isStrict: false,
137 isStrict: false,
146 isStrict: false,
159 isStrict: false,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/ts-module/
Dglobal-augmentation.ts.shot11 isStrict: false,
24 isStrict: true,
33 isStrict: true,
Dimport.ts.shot23 isStrict: false,
36 isStrict: true,
45 isStrict: true,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/export/
Ddefault4.ts.shot18 isStrict: false,
31 isStrict: true,
40 isStrict: true,
Ddefault1.ts.shot30 isStrict: false,
43 isStrict: true,
56 isStrict: true,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/global-resolution/module/
Dfunction.ts.shot39 isStrict: false,
52 isStrict: true,
67 isStrict: true,
Dvariable-decl-const.ts.shot42 isStrict: false,
55 isStrict: true,
71 isStrict: true,
Dvariable-decl-let.ts.shot42 isStrict: false,
55 isStrict: true,
71 isStrict: true,
Dclass.ts.shot44 isStrict: false,
57 isStrict: true,
72 isStrict: true,
Dvariable-decl-var.ts.shot42 isStrict: false,
55 isStrict: true,
71 isStrict: true,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/function/params/
Darray-pattern.ts.shot56 isStrict: false,
71 isStrict: true,
84 isStrict: true,

12345678910>>...12