Searched refs:errorOnFirstToken (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 2008 …errorOnFirstToken(node, Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_modul… 2019 … errorOnFirstToken(node.name, Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character, text); 2360 errorOnFirstToken(node, Diagnostics.with_statements_are_not_allowed_in_strict_mode); 2368 errorOnFirstToken(node.label, Diagnostics.A_label_is_not_allowed_here); 2373 …function errorOnFirstToken(node: Node, message: DiagnosticMessage, arg0?: any, arg1?: any, arg2?: … function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 48900 …errorOnFirstToken(node, ts.Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_mo… 48911 …errorOnFirstToken(node.name, ts.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character, tex… 49207 … errorOnFirstToken(node, ts.Diagnostics.with_statements_are_not_allowed_in_strict_mode); 49214 errorOnFirstToken(node.label, ts.Diagnostics.A_label_is_not_allowed_here); 49218 function errorOnFirstToken(node, message, arg0, arg1, arg2) { function
|
| D | tsc.js | 40328 …errorOnFirstToken(node, ts.Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_mo… 40339 …errorOnFirstToken(node.name, ts.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character, tex… 40591 … errorOnFirstToken(node, ts.Diagnostics.with_statements_are_not_allowed_in_strict_mode); 40597 errorOnFirstToken(node.label, ts.Diagnostics.A_label_is_not_allowed_here); 40601 function errorOnFirstToken(node, message, arg0, arg1, arg2) { function
|