All notable changes to the "export-typescript" extension will be documented in this file.
- Add a config to support double quotes #16 (Fixes #8)
- Fix publish
- Fix default configuration. Fixes #7
- include
typescript-parser
dependency in bundle
- Move to rollup
- Move form tslint to eslint
- Fix defaults to handle sibling folders with
index.ts
files
- Support only the command
Export Typescript: Export
. Depending on the configuration settings, star exports or explicit declarations will be exported. Subdirectories can also be searched.
- Feat: support exporting only missing files (#3)
- Add command to export all exportable declarations explicitly instead of '*'.
Export typescript - all exportable declarations
- blacklisted
- Run command on newly created index.ts files
- Export folders only when they have an index.ts file
- Export folders and only typescript files
- Initial release. No special features or settings.