Home
last modified time | relevance | path

Searched refs:allowString (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dstrict-boolean-expressions.test.ts142 { 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/
Dstrict-boolean-expressions.ts11 allowString?: boolean;
49 allowString: { type: 'boolean' },
100 allowString: true,
227 if (!options.allowString) {
/third_party/node/lib/internal/modules/esm/
Dtranslators.js82 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/
Dstrict-boolean-expressions.md84 allowString?: boolean;
94 allowString: true,
105 ### `allowString`