Commit 6540a2d
authored
Flatten generated TypeScript definitions (AssemblyScript#1872)
BREAKING: Generated TypeScript definitions for WebAssembly modules are now flat, that is do not `export default ASModule` anymore, but the module members directly, with the `ASModule` namespace removed.1 parent e3d5631 commit 6540a2d
2 files changed
+15
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
613 | 612 | | |
614 | | - | |
| 613 | + | |
615 | 614 | | |
616 | | - | |
| 615 | + | |
617 | 616 | | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
622 | 621 | | |
623 | | - | |
| 622 | + | |
624 | 623 | | |
625 | | - | |
| 624 | + | |
626 | 625 | | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
631 | 629 | | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | 630 | | |
636 | 631 | | |
637 | 632 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
307 | | - | |
308 | | - | |
0 commit comments