Open movahhedi opened 2 years ago
Duplicate of https://github.com/gulpjs/interpret/issues/94 - this likely won't get implemented for gulp 5 unless a community member steps up
@movahhedi Would you mind elaborating the advantage of this? In typescript you can just use ESM syntax and have it be transpiled to commonjs for Node/gulp consumption.
I want to use TypeScript with a
.mjs
(module) Gulpfile. So I renamed my gulpfile togulpfile.mts
, but it saysNo gulpfile found
. TypeScript says it supports the.mts
extension here. The above applies togulpfile.esm.ts
andgulpfile.babel.mts
andgulpfile.babel.mjs
too.