What's Changed
- feat: update to latest deno_graph and ts-morph by @dsherret in #488
- fix: update
getDntVersionfunction to support JSR registry URLs by @amyssnippet in #484 - fix: npm ignore declaration map files of test modules by @dsherret in #490
- fix: make the generated test runner compatible with ESM output by @tichopad in #477
- fix: do not map
https://esm.sh/jsr/specifiers to npm packages by @dsherret in #491 - feat: add jsx compiler options by @cut0 in #482
- fix: support mapping
jsr:specifiers to npm packages by @dsherret in #492 - fix: make
Promise.withResolverspolyfill file a module by @dsherret in #493 - feat: add
testPreloadModulebuild option by @dsherret in #495 - feat: add
polyfillsbuild option to enable or disable polyfills by @dsherret in #496 - fix: local files at uneven dir depths by @hugojosefson in #489
- fix: do not transform
new.targetasimport.metaby @dsherret in #498 - perf: resolve each local file's path and test status once by @dsherret in #497
- fix: type check failure in import.meta polyfill with newer
@types/nodeby @dsherret in #499 - fix: error on specifiers that fail to resolve by @dsherret in #500
- fix: don't shift output when a dependency resolves to a
.tsfile by @dsherret in #502 - fix: do not search
node_modulesdirectories for test files by @dsherret in #503 - feat: add
frozenLockfilebuild option by @dsherret in #504 - fix: only publish
srcdirectory when something references it by @dsherret in #506 - feat: log auto-discovered config file and support
configFile: falseby @dsherret in #507 - feat: support bare specifiers in
mappingsby @dsherret in #508 - feat: add the types package of a mapped dependency to the dev dependencies by @dsherret in #509
- fix: keep the property name when shimming a shorthand property by @dsherret in #510
- fix: import a declaration file package by the name it provides types for by @dsherret in #511
- fix: binary entrypoint output and shim type declarations by @dsherret in #512
- feat: add a testIsolation build option to run each test file in its own process by @dsherret in #514
- feat: warn when using the separate declaration option with a script output by @dsherret in #513
- feat: use
util.styleTextin the test runner instead of picocolors by @dsherret in #515 - fix: stop rewriting the
windowglobal by @dsherret in #516 - fix: don't use the
globalThisshim when there are no shimmed globals by @dsherret in #517 - feat: add a
cwdbuild option by @dsherret in #518 - fix: keep a peer dependency out of
dependencieswhen a sub path resolves to it by @dsherret in #519
New Contributors
- @amyssnippet made their first contribution in #484
- @tichopad made their first contribution in #477
- @cut0 made their first contribution in #482
- @hugojosefson made their first contribution in #489
Full Changelog: 0.42.3...0.43.0