Commit be375cb
Kanchalai Tanglertsampan
Fix missing import call expression in function and class declaration
1 parent ffbb445 commit be375cbCopy full SHA for be375cb
4 files changed
+68-11Lines changed: 68 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler/transformers/module
- tests/cases/conformance/es2018/dynamicImport
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/compiler/transformers/module/module.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/module/module.ts+11-11Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
482 | 482 | |
483 | 483 | |
484 | 484 | |
485 | | - |
| 485 | + |
486 | 486 | |
487 | 487 | |
488 | 488 | |
489 | | - |
| 489 | + |
490 | 490 | |
491 | 491 | |
492 | 492 | |
| ||
497 | 497 | |
498 | 498 | |
499 | 499 | |
500 | | - |
| 500 | + |
501 | 501 | |
502 | 502 | |
503 | 503 | |
| ||
803 | 803 | |
804 | 804 | |
805 | 805 | |
806 | | - |
| 806 | + |
807 | 807 | |
808 | | - |
| 808 | + |
809 | 809 | |
810 | 810 | |
811 | 811 | |
| ||
814 | 814 | |
815 | 815 | |
816 | 816 | |
817 | | - |
| 817 | + |
818 | 818 | |
819 | 819 | |
820 | 820 | |
| ||
845 | 845 | |
846 | 846 | |
847 | 847 | |
848 | | - |
| 848 | + |
849 | 849 | |
850 | 850 | |
851 | 851 | |
| ||
855 | 855 | |
856 | 856 | |
857 | 857 | |
858 | | - |
| 858 | + |
859 | 859 | |
860 | 860 | |
861 | 861 | |
| ||
907 | 907 | |
908 | 908 | |
909 | 909 | |
910 | | - |
| 910 | + |
911 | 911 | |
912 | 912 | |
913 | 913 | |
| ||
930 | 930 | |
931 | 931 | |
932 | 932 | |
933 | | - |
| 933 | + |
934 | 934 | |
935 | 935 | |
936 | 936 | |
| ||
947 | 947 | |
948 | 948 | |
949 | 949 | |
950 | | - |
| 950 | + |
951 | 951 | |
952 | 952 | |
953 | 953 | |
|
Collapse file
tests/cases/conformance/es2018/dynamicImport/importCallExpressionInCJS3.ts
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
Collapse file
tests/cases/conformance/es2018/dynamicImport/importCallExpressionInCJS4.ts
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
Collapse file
tests/cases/conformance/es2018/dynamicImport/importCallExpressionInCJS5.ts
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
0 commit comments