1.1.2 • Published 7 years ago

typescript-reexport-generator v1.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

typescript-reexport-generator

Take following into account 1) Regex is very simple, so if these lines are found inside comments, files gets reexportes just the same. Do not comment out your code. Never. Regardless of. 2) Inside string lines as well, so pay attention. 2) Automatically deletes index files if no exports present within folder 3) If anything other than reexport is found in index.ts, including comments and empty semicolons, file is considered off-limits, i.e. user managed.

const gulp = require('gulp');
const generator = require('typescript-reexport-generator')

const options = { lineFeed: '\r\n' };

gulp.task('generate-reexports', function (done) {
  generator.generateReexports('./src', options)
    .then(done);
});
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago