Commit 9864b4e
Kanchalai Tanglertsampan
Emit import callExpression for UMD and AMD
1 parent a84645c commit 9864b4eCopy full SHA for 9864b4e
3 files changed
+85-3Lines changed: 85 additions & 3 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+63-3Lines changed: 63 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
501 | 501 | |
502 | 502 | |
503 | 503 | |
504 | | - |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
505 | 565 | |
506 | 566 | |
507 | | - |
| 567 | + |
508 | 568 | |
509 | 569 | |
510 | | - |
| 570 | + |
511 | 571 | |
512 | 572 | |
513 | 573 | |
|
Collapse file
tests/cases/conformance/es2018/dynamicImport/importCallExpressionInAMD1.ts
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Collapse file
tests/cases/conformance/es2018/dynamicImport/importCallExpressionInUMD1.ts
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
0 commit comments