Searched refs:NameStartsWithUnderscore (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 343 NameStartsWithUnderscore, enumerator 376 return NameValidationResult.NameStartsWithUnderscore; 415 case NameValidationResult.NameStartsWithUnderscore:
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1452 … assert.equal(validatePackageName("_foo"), NameValidationResult.NameStartsWithUnderscore); 1467 …r"), { name: "_scope", isScopeName: true, result: NameValidationResult.NameStartsWithUnderscore }); 1468 …r"), { name: "_scope", isScopeName: true, result: NameValidationResult.NameStartsWithUnderscore }); 1479 …ar"), { name: "_bar", isScopeName: false, result: NameValidationResult.NameStartsWithUnderscore });
|