Home
last modified time | relevance | path

Searched refs:errorOnFirstToken (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts2008errorOnFirstToken(node, Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_modul…
2019errorOnFirstToken(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/
DtypingsInstaller.js48900errorOnFirstToken(node, ts.Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_mo…
48911errorOnFirstToken(node.name, ts.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character, tex…
49207errorOnFirstToken(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
Dtsc.js40328errorOnFirstToken(node, ts.Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_mo…
40339errorOnFirstToken(node.name, ts.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character, tex…
40591errorOnFirstToken(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