This repository was archived by the owner on Apr 20, 2023. It is now read-only.
TSProjectGenerator v4.0.0
TSProjectGenerator v4.0.0
General
Updated
- All packages to
ESModules - All dependencies
- Generators to add an
exportsfield to generatedpackage.jsonfiles - Generators to also add a
typefield to generatedpackage.jsonfiles - Generators to emit TypeScript code which do not break any linting rule
Added
- The ability to create
ESModuleprojects - An option to choose whether to create a
CommonJSor anESModuleproject - An option to skip the
cleanup-task at the end of running a generator - The ability to generate mocha files which are exposed as functions rather than direct
suite-calls - Steps to the
.drone.ymlfile for checking whether all authentication tokens are working
TSProjectGenerator
Updated
- Tests to be less performance heavy
Added
- Support for generating yeoman-generator dependencies for generators written in both
ESModuleandCommonJS
TSProjectGeneratorTest
Added
- A method to the
TypeScriptFileMappingTesterforimporting anddefaultimporting.tsfiles on the fly
MyTSProjectGenerator
Removed
- Support for creating dependabot files