Skip to content

Commit a271b94

Browse files
committed
merge with mastr
2 parents 848e5db + 55db9dc commit a271b94

File tree

905 files changed

+25172
-3517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

905 files changed

+25172
-3517
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ tests/*.d.ts
3535
*.config
3636
scripts/debug.bat
3737
scripts/run.bat
38+
coverage/

src/compiler/checker.ts

Lines changed: 186 additions & 63 deletions
Large diffs are not rendered by default.

src/compiler/diagnosticInformationMap.generated.ts

Lines changed: 57 additions & 0 deletions
Large diffs are not rendered by default.

src/compiler/diagnosticMessages.json

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,186 @@
444444
"category": "Error",
445445
"code": 2023
446446
},
447+
"Public static property '{0}' of exported class has or is using private name '{1}'.": {
448+
"category": "Error",
449+
"code": 2024
450+
},
451+
"Public property '{0}' of exported class has or is using private name '{1}'.": {
452+
"category": "Error",
453+
"code": 2025
454+
},
455+
"Property '{0}' of exported interface has or is using private name '{1}'.": {
456+
"category": "Error",
457+
"code": 2026
458+
},
459+
"Exported variable '{0}' has or is using private name '{1}'.": {
460+
"category": "Error",
461+
"code": 2027
462+
},
463+
"Public static property '{0}' of exported class has or is using name '{1}' from private module '{2}'.": {
464+
"category": "Error",
465+
"code": 2028
466+
},
467+
"Public property '{0}' of exported class has or is using name '{1}' from private module '{2}'.": {
468+
"category": "Error",
469+
"code": 2029
470+
},
471+
"Property '{0}' of exported interface has or is using name '{1}' from private module '{2}'.": {
472+
"category": "Error",
473+
"code": 2030
474+
},
475+
"Exported variable '{0}' has or is using name '{1}' from private module '{2}'.": {
476+
"category": "Error",
477+
"code": 2031
478+
},
479+
"Parameter '{0}' of constructor from exported class has or is using private name '{1}'.": {
480+
"category": "Error",
481+
"code": 2032
482+
},
483+
"Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'.": {
484+
"category": "Error",
485+
"code": 2033
486+
},
487+
"Parameter '{0}' of public property setter from exported class has or is using private name '{1}'.": {
488+
"category": "Error",
489+
"code": 2034
490+
},
491+
"Parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'.": {
492+
"category": "Error",
493+
"code": 2035
494+
},
495+
"Parameter '{0}' of call signature from exported interface has or is using private name '{1}'.": {
496+
"category": "Error",
497+
"code": 2036
498+
},
499+
"Parameter '{0}' of public static method from exported class has or is using private name '{1}'.": {
500+
"category": "Error",
501+
"code": 2037
502+
},
503+
"Parameter '{0}' of public method from exported class has or is using private name '{1}'.": {
504+
"category": "Error",
505+
"code": 2038
506+
},
507+
"Parameter '{0}' of method from exported interface has or is using private name '{1}'.": {
508+
"category": "Error",
509+
"code": 2039
510+
},
511+
"Parameter '{0}' of exported function has or is using private name '{1}'.": {
512+
"category": "Error",
513+
"code": 2040
514+
},
515+
"Parameter '{0}' of constructor from exported class has or is using name '{1}' from private module '{2}'.": {
516+
"category": "Error",
517+
"code": 2041
518+
},
519+
"Parameter '{0}' of public static property setter from exported class has or is using name '{1}' from private module '{2}'.": {
520+
"category": "Error",
521+
"code": 2042
522+
},
523+
"Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'.": {
524+
"category": "Error",
525+
"code": 2043
526+
},
527+
"Parameter '{0}' of constructor signature from exported interface has or is using name '{1}' from private module '{2}'.": {
528+
"category": "Error",
529+
"code": 2044
530+
},
531+
"Parameter '{0}' of call signature from exported interface has or is using name '{1}' from private module '{2}'.": {
532+
"category": "Error",
533+
"code": 2045
534+
},
535+
"Parameter '{0}' of public static method from exported class has or is using name '{1}' from private module '{2}'.": {
536+
"category": "Error",
537+
"code": 2046
538+
},
539+
"Parameter '{0}' of public method from exported class has or is using name '{1}' from private module '{2}'.": {
540+
"category": "Error",
541+
"code": 2047
542+
},
543+
"Parameter '{0}' of method from exported interface has or is using name '{1}' from private module '{2}'.": {
544+
"category": "Error",
545+
"code": 2048
546+
},
547+
"Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'.": {
548+
"category": "Error",
549+
"code": 2049
550+
},
551+
"Return type of public static property getter from exported class has or is using private name '{0}'.": {
552+
"category": "Error",
553+
"code": 2050
554+
},
555+
"Return type of public property getter from exported class has or is using private name '{0}'.": {
556+
"category": "Error",
557+
"code": 2051
558+
},
559+
"Return type of constructor signature from exported interface has or is using private name '{0}'.": {
560+
"category": "Error",
561+
"code": 2052
562+
},
563+
"Return type of call signature from exported interface has or is using private name '{0}'.": {
564+
"category": "Error",
565+
"code": 2053
566+
},
567+
"Return type of index signature from exported interface has or is using private name '{0}'.": {
568+
"category": "Error",
569+
"code": 2054
570+
},
571+
"Return type of public static method from exported class has or is using private name '{0}'.": {
572+
"category": "Error",
573+
"code": 2055
574+
},
575+
"Return type of public method from exported class has or is using private name '{0}'.": {
576+
"category": "Error",
577+
"code": 2056
578+
},
579+
"Return type of method from exported interface has or is using private name '{0}'.": {
580+
"category": "Error",
581+
"code": 2057
582+
},
583+
"Return type of exported function has or is using private name '{0}'.": {
584+
"category": "Error",
585+
"code": 2058
586+
},
587+
"Return type of public static property getter from exported class has or is using name '{0}' from private module '{1}'.": {
588+
"category": "Error",
589+
"code": 2059
590+
},
591+
"Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'.": {
592+
"category": "Error",
593+
"code": 2060
594+
},
595+
"Return type of constructor signature from exported interface has or is using name '{0}' from private module '{1}'.": {
596+
"category": "Error",
597+
"code": 2061
598+
},
599+
"Return type of call signature from exported interface has or is using name '{0}' from private module '{1}'.": {
600+
"category": "Error",
601+
"code": 2062
602+
},
603+
"Return type of index signature from exported interface has or is using name '{0}' from private module '{1}'.": {
604+
"category": "Error",
605+
"code": 2063
606+
},
607+
"Return type of public static method from exported class has or is using name '{0}' from private module '{1}'.": {
608+
"category": "Error",
609+
"code": 2064
610+
},
611+
"Return type of public method from exported class has or is using name '{0}' from private module '{1}'.": {
612+
"category": "Error",
613+
"code": 2065
614+
},
615+
"Return type of method from exported interface has or is using name '{0}' from private module '{1}'.": {
616+
"category": "Error",
617+
"code": 2066
618+
},
619+
"Return type of exported function has or is using name '{0}' from private module '{1}'.": {
620+
"category": "Error",
621+
"code": 2067
622+
},
623+
"Import declaration '{0}' is using private name '{1}'.": {
624+
"category": "Error",
625+
"code": 2181
626+
},
447627
"Type parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'.": {
448628
"category": "Error",
449629
"code": 2208
@@ -740,6 +920,54 @@
740920
"category": "Error",
741921
"code": 2248
742922
},
923+
"Public static property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.": {
924+
"category": "Error",
925+
"code": 2249
926+
},
927+
"Public property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.": {
928+
"category": "Error",
929+
"code": 2250
930+
},
931+
"Exported variable '{0}' has or is using name '{1}' from external module {2} but cannot be named.": {
932+
"category": "Error",
933+
"code": 2251
934+
},
935+
"Parameter '{0}' of constructor from exported class has or is using name '{1}' from external module {2} but cannot be named.": {
936+
"category": "Error",
937+
"code": 2252
938+
},
939+
"Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named.": {
940+
"category": "Error",
941+
"code": 2253
942+
},
943+
"Parameter '{0}' of public method from exported class has or is using name '{1}' from external module {2} but cannot be named.": {
944+
"category": "Error",
945+
"code": 2254
946+
},
947+
"Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named.": {
948+
"category": "Error",
949+
"code": 2255
950+
},
951+
"Return type of public static property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.": {
952+
"category": "Error",
953+
"code": 2256
954+
},
955+
"Return type of public property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.": {
956+
"category": "Error",
957+
"code": 2257
958+
},
959+
"Return type of public static method from exported class has or is using name '{0}' from external module {1} but cannot be named.": {
960+
"category": "Error",
961+
"code": 2258
962+
},
963+
"Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named.": {
964+
"category": "Error",
965+
"code": 2259
966+
},
967+
"Return type of exported function has or is using name '{0}' from external module {1} but cannot be named.": {
968+
"category": "Error",
969+
"code": 2260
970+
},
743971
"Circular definition of import alias '{0}'.": {
744972
"category": "Error",
745973
"code": 3000

0 commit comments

Comments
 (0)