Searched refs:allowString (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | strict-boolean-expressions.test.ts | 142 { allowString: false, allowNumber: false, allowNullableObject: false }, 159 { allowString: false, allowNumber: false, allowNullableObject: false }, 211 options: [{ allowString: false }], 249 options: [{ allowString: true, allowNumber: true }],
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | strict-boolean-expressions.ts | 11 allowString?: boolean; 49 allowString: { type: 'boolean' }, 100 allowString: true, 227 if (!options.allowString) {
|
/third_party/node/lib/internal/modules/esm/ |
D | translators.js | 82 function assertBufferSource(body, allowString, hookName) { argument 83 if (allowString && typeof body === 'string') { 91 `${allowString ? 'string, ' : ''}array buffer, or typed array`,
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | strict-boolean-expressions.md | 84 allowString?: boolean; 94 allowString: true, 105 ### `allowString`
|