|
374 | 374 | !!! A function implementation cannot be declared in an ambient context. |
375 | 375 | public get pgF() |
376 | 376 | ~~~ |
| 377 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 378 | + ~~~ |
377 | 379 | !!! Duplicate identifier 'pgF'. |
378 | 380 | public psF(param:any) { } |
379 | | - ~~~~~~ |
380 | | -!!! '{' expected. |
381 | 381 | ~ |
382 | 382 | !!! A function implementation cannot be declared in an ambient context. |
383 | 383 | public set psF(param:any) |
384 | 384 | ~~~ |
| 385 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 386 | + ~~~ |
385 | 387 | !!! Duplicate identifier 'psF'. |
386 | 388 | private rgF() { } |
387 | | - ~~~~~~~ |
388 | | -!!! '{' expected. |
389 | 389 | ~ |
390 | 390 | !!! A function implementation cannot be declared in an ambient context. |
391 | 391 | private get rgF() |
392 | 392 | ~~~ |
| 393 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 394 | + ~~~ |
393 | 395 | !!! Duplicate identifier 'rgF'. |
394 | 396 | private rsF(param:any) { } |
395 | | - ~~~~~~~ |
396 | | -!!! '{' expected. |
397 | 397 | ~ |
398 | 398 | !!! A function implementation cannot be declared in an ambient context. |
399 | 399 | private set rsF(param:any) |
400 | 400 | ~~~ |
| 401 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 402 | + ~~~ |
401 | 403 | !!! Duplicate identifier 'rsF'. |
402 | 404 | static tV; |
403 | | - ~~~~~~ |
404 | | -!!! '{' expected. |
405 | 405 | static tF() { } |
406 | 406 | ~ |
407 | 407 | !!! A function implementation cannot be declared in an ambient context. |
|
410 | 410 | !!! A function implementation cannot be declared in an ambient context. |
411 | 411 | static set tsF(param:any) |
412 | 412 | ~~~ |
| 413 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 414 | + ~~~ |
413 | 415 | !!! Duplicate identifier 'tsF'. |
414 | 416 | static tgF() { } |
415 | | - ~~~~~~ |
416 | | -!!! '{' expected. |
417 | 417 | ~ |
418 | 418 | !!! A function implementation cannot be declared in an ambient context. |
419 | 419 | static get tgF() |
420 | 420 | ~~~ |
| 421 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 422 | + ~~~ |
421 | 423 | !!! Duplicate identifier 'tgF'. |
422 | 424 | } |
423 | | - ~ |
424 | | -!!! '{' expected. |
425 | 425 | export declare module eaM { |
426 | 426 | var V; |
427 | 427 | function F() { }; |
|
804 | 804 | !!! A function implementation cannot be declared in an ambient context. |
805 | 805 | public get pgF() |
806 | 806 | ~~~ |
| 807 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 808 | + ~~~ |
807 | 809 | !!! Duplicate identifier 'pgF'. |
808 | 810 | public psF(param:any) { } |
809 | | - ~~~~~~ |
810 | | -!!! '{' expected. |
811 | 811 | ~ |
812 | 812 | !!! A function implementation cannot be declared in an ambient context. |
813 | 813 | public set psF(param:any) |
814 | 814 | ~~~ |
| 815 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 816 | + ~~~ |
815 | 817 | !!! Duplicate identifier 'psF'. |
816 | 818 | private rgF() { } |
817 | | - ~~~~~~~ |
818 | | -!!! '{' expected. |
819 | 819 | ~ |
820 | 820 | !!! A function implementation cannot be declared in an ambient context. |
821 | 821 | private get rgF() |
822 | 822 | ~~~ |
| 823 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 824 | + ~~~ |
823 | 825 | !!! Duplicate identifier 'rgF'. |
824 | 826 | private rsF(param:any) { } |
825 | | - ~~~~~~~ |
826 | | -!!! '{' expected. |
827 | 827 | ~ |
828 | 828 | !!! A function implementation cannot be declared in an ambient context. |
829 | 829 | private set rsF(param:any) |
830 | 830 | ~~~ |
| 831 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 832 | + ~~~ |
831 | 833 | !!! Duplicate identifier 'rsF'. |
832 | 834 | static tV; |
833 | | - ~~~~~~ |
834 | | -!!! '{' expected. |
835 | 835 | static tF() { } |
836 | 836 | ~ |
837 | 837 | !!! A function implementation cannot be declared in an ambient context. |
|
840 | 840 | !!! A function implementation cannot be declared in an ambient context. |
841 | 841 | static set tsF(param:any) |
842 | 842 | ~~~ |
| 843 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 844 | + ~~~ |
843 | 845 | !!! Duplicate identifier 'tsF'. |
844 | 846 | static tgF() { } |
845 | | - ~~~~~~ |
846 | | -!!! '{' expected. |
847 | 847 | ~ |
848 | 848 | !!! A function implementation cannot be declared in an ambient context. |
849 | 849 | static get tgF() |
850 | 850 | ~~~ |
| 851 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 852 | + ~~~ |
851 | 853 | !!! Duplicate identifier 'tgF'. |
852 | 854 | } |
853 | | - ~ |
854 | | -!!! '{' expected. |
855 | 855 | export declare module eaM { |
856 | 856 | var V; |
857 | 857 | function F() { }; |
|
894 | 894 | !!! A function implementation cannot be declared in an ambient context. |
895 | 895 | public get pgF() |
896 | 896 | ~~~ |
| 897 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 898 | + ~~~ |
897 | 899 | !!! Duplicate identifier 'pgF'. |
898 | 900 | public psF(param:any) { } |
899 | | - ~~~~~~ |
900 | | -!!! '{' expected. |
901 | 901 | ~ |
902 | 902 | !!! A function implementation cannot be declared in an ambient context. |
903 | 903 | public set psF(param:any) |
904 | 904 | ~~~ |
| 905 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 906 | + ~~~ |
905 | 907 | !!! Duplicate identifier 'psF'. |
906 | 908 | private rgF() { } |
907 | | - ~~~~~~~ |
908 | | -!!! '{' expected. |
909 | 909 | ~ |
910 | 910 | !!! A function implementation cannot be declared in an ambient context. |
911 | 911 | private get rgF() |
912 | 912 | ~~~ |
| 913 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 914 | + ~~~ |
913 | 915 | !!! Duplicate identifier 'rgF'. |
914 | 916 | private rsF(param:any) { } |
915 | | - ~~~~~~~ |
916 | | -!!! '{' expected. |
917 | 917 | ~ |
918 | 918 | !!! A function implementation cannot be declared in an ambient context. |
919 | 919 | private set rsF(param:any) |
920 | 920 | ~~~ |
| 921 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 922 | + ~~~ |
921 | 923 | !!! Duplicate identifier 'rsF'. |
922 | 924 | static tV; |
923 | | - ~~~~~~ |
924 | | -!!! '{' expected. |
925 | 925 | static tF() { } |
926 | 926 | ~ |
927 | 927 | !!! A function implementation cannot be declared in an ambient context. |
|
930 | 930 | !!! A function implementation cannot be declared in an ambient context. |
931 | 931 | static set tsF(param:any) |
932 | 932 | ~~~ |
| 933 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 934 | + ~~~ |
933 | 935 | !!! Duplicate identifier 'tsF'. |
934 | 936 | static tgF() { } |
935 | | - ~~~~~~ |
936 | | -!!! '{' expected. |
937 | 937 | ~ |
938 | 938 | !!! A function implementation cannot be declared in an ambient context. |
939 | 939 | static get tgF() |
940 | 940 | ~~~ |
| 941 | +!!! Accessors are only available when targeting ECMAScript 5 and higher. |
| 942 | + ~~~ |
941 | 943 | !!! Duplicate identifier 'tgF'. |
942 | 944 | } |
943 | | - ~ |
944 | | -!!! '{' expected. |
945 | 945 | export declare module eaM { |
946 | 946 | var V; |
947 | 947 | function F() { }; |
|
0 commit comments