Searched +refs:simple +refs:mod +refs:reduce +refs:p1 (Results 1 - 7 of 7) sorted by relevance
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 2468 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2470 * we provide a (still much faster than the simple regex) fallback. 3403 // range ::= hyphen | simple ( ' ' simple ) * | '' 3424 // simple ::= primitive | partial | tilde | caret 3444 var simple = _c[_b]; 3445 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4811 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7725 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7726 if (p1 < [all...] |
H A D | tsserver.js | 2469 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2471 * we provide a (still much faster than the simple regex) fallback. 3404 // range ::= hyphen | simple ( ' ' simple ) * | '' 3425 // simple ::= primitive | partial | tilde | caret 3445 var simple = _c[_b]; 3446 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4812 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7726 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7727 if (p1 < [all...] |
H A D | typescript.js | 2459 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2461 * we provide a (still much faster than the simple regex) fallback. 3394 // range ::= hyphen | simple ( ' ' simple ) * | '' 3415 // simple ::= primitive | partial | tilde | caret 3435 var simple = _c[_b]; 3436 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4802 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7716 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7717 if (p1 < [all...] |
H A D | typescriptServices.js | 2459 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2461 * we provide a (still much faster than the simple regex) fallback. 3394 // range ::= hyphen | simple ( ' ' simple ) * | '' 3415 // simple ::= primitive | partial | tilde | caret 3435 var simple = _c[_b]; 3436 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4802 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7716 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7717 if (p1 < [all...] |
H A D | typingsInstaller.js | 2449 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2451 * we provide a (still much faster than the simple regex) fallback. 3384 // range ::= hyphen | simple ( ' ' simple ) * | '' 3405 // simple ::= primitive | partial | tilde | caret 3425 var simple = _c[_b]; 3426 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4792 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7706 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7707 if (p1 < [all...] |
H A D | tsc.js | 2906 var simple = _c[_b]; 2907 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 5008 var p1 = path.indexOf(ch0 === 47 ? ts.directorySeparator : ts.altDirectorySeparator, 2); 5009 if (p1 < 0) 5011 return p1 + 1; 5528 A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_symbol_type: diag(1166, ts.DiagnosticCategory.Error, "A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166", "A computed property name in a class property declaration must have a simple literal type or a 'unique symbol' type."), 5562 Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_import_d_from_mod_or_another_module_format_instead: diag(1202, ts.DiagnosticCategory.Error, "Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202", "Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from \"mod\"', 'import {a} from \"mod\"', 'import d from \"mod\"', or another module format instead."), 5669 use_strict_directive_cannot_be_used_with_non_simple_parameter_list: diag(1347, ts.DiagnosticCategory.Error, "use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347", "'use strict' directive cannot be used with non-simple paramete [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2595 * The simple regex for this, /\s+$/g is O(n^2) in v8. 2597 * we provide a (still much faster than the simple regex) fallback. 3447 // range ::= hyphen | simple ( ' ' simple ) * | '' 3468 // simple ::= primitive | partial | tilde | caret 3488 var simple = _c[_b]; 3489 var match_1 = rangeRegExp.exec(ts.trimString(simple)); 4797 // Compiler ran successfully. Either this was a simple do-nothing compilation (for example, 7665 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2); 7666 if (p1 < [all...] |
Completed in 104 milliseconds