Commit 3efdcd0
authored
fix(core): skip TS support detection via
This check was problematic because of Node.js type stripping uses it now
too, and it does fail to parse decorators.
It was already removed from v7, but since the type stripping will be
backported to Node.js 22, I am removing it from v6 too, otherwise things
break when executing the compiled code.
Related to
nodejs/node#57298 (comment)require.extensions (#6488)1 parent 328c809 commit 3efdcd0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
805 | | - | |
| 804 | + | |
806 | 805 | | |
807 | 806 | | |
808 | 807 | | |
| |||
0 commit comments