Commit 4f791f6
committed
This PR was squashed before being merged into the main branch.
Discussion
----------
Allow ts-loader ^9.0.0, close #993
Like #999, the only breaking change is that the minimum supported version of Node.js is 12.0.0,
see https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md#v900
**EDIT:** PR #1000 🤯
**EDIT 2:** Looks like something broke. It happens since 9.0.0 (exact version) but I don't know what happens.
**EDIT 3:** Added TypeScript types for `.vue`, and it's working fine. Not sure if it's really a BC break, I expect most of people using Vue 3 + TypeScript already using a `vue-shims.d.ts` file... 😕
Commits
-------
4587706 Allow ts-loader ^9.0.0, close #993
File tree
3 files changed
+14
-26
lines changed- fixtures/vuejs3-typescript/types
3 files changed
+14
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2863 | 2863 | | |
2864 | 2864 | | |
2865 | 2865 | | |
2866 | | - | |
2867 | | - | |
2868 | | - | |
2869 | | - | |
2870 | | - | |
2871 | | - | |
2872 | | - | |
2873 | | - | |
2874 | | - | |
2875 | | - | |
| 2866 | + | |
2876 | 2867 | | |
2877 | 2868 | | |
2878 | 2869 | | |
| |||
2902 | 2893 | | |
2903 | 2894 | | |
2904 | 2895 | | |
2905 | | - | |
| 2896 | + | |
2906 | 2897 | | |
2907 | 2898 | | |
2908 | 2899 | | |
| |||
4737 | 4728 | | |
4738 | 4729 | | |
4739 | 4730 | | |
4740 | | - | |
4741 | | - | |
4742 | | - | |
4743 | | - | |
4744 | | - | |
4745 | | - | |
4746 | | - | |
4747 | | - | |
4748 | 4731 | | |
4749 | 4732 | | |
4750 | 4733 | | |
| |||
6873 | 6856 | | |
6874 | 6857 | | |
6875 | 6858 | | |
6876 | | - | |
6877 | | - | |
6878 | | - | |
6879 | | - | |
| 6859 | + | |
| 6860 | + | |
| 6861 | + | |
| 6862 | + | |
6880 | 6863 | | |
6881 | 6864 | | |
6882 | | - | |
6883 | | - | |
| 6865 | + | |
6884 | 6866 | | |
6885 | 6867 | | |
6886 | 6868 | | |
| |||
0 commit comments