Releases: jespertheend/deno-tsc-helper
Releases · jespertheend/deno-tsc-helper
v0.5.0
Imporved Windows support!
v0.4.0
This release adds support for dynamic imports
v0.3.0
feat: Add extraPaths option
v0.2.1
fix: Exclude typescript by default to prevent deno from panicing when…
v0.2.0
docs: Add a readme
v0.1.2
Fixed an issue where some paths were missing from the generated tsconfig.json. This happened when imports were only partially changed. With this fix, tsconfig paths from previous runs are preserved.
v0.1.1
Fix an issue where tsc helper wouldn't modify itself, causing it to not get marked with @ts-nocheck
v0.1.0
- Imports are now only vendored when they have actually been changed. Previously any change to an import statement would cause all imports to be vendored again.
- Better logging and now
logLevel
option - Adding urls to
excludeUrls
will add the urls to a temporary import map when vendoring, this way you are able to exclude only a specific portion of an import. This ensures that the types of a module are still downloaded, even though vendoring the entire module might fail. - Updated import maps dependency, which now supports the
scopes
property.
v0.0.14
- Remove triple slash directives from vendored files
- Resolve paths in the options relative to the cwd rather than the main module.
v0.0.13
Add exactTypeModules option