yarn gulp-typescript 0.2.0
gulp-type@0.2.0 - Added missing functionality from the --out option.

latest releases: 6.0.0-alpha.1, 5.0.1, 5.0.0...
10 years ago

The --out option of tsc does a few things that were not yet possible with gulp-type:

  • Sort files based on references
  • Generate one source map

With this release this is also possible with gulp-type. Set the sortOutput option to true and the output files will be sorted.

The source maps are changed a bit. There is no .map property any more, but gulp-type supports now gulp-sourcemaps. An example gulpfile is in the readme.

Don't miss a new gulp-typescript release

NewReleases is sending notifications on new releases.