You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previouslya`tsconfig.json`filethat`extends`anotherfileinapackagewithan`exports`mapfailedtoworkwhenYarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.
Version0.20.0ofesbuildchangedhowtheesbuildchildprocessisruninesbuild's API for Deno. Previously it used `Deno.run` but that API is being removed in favor of `Deno.Command`. As part of this change, esbuild is now calling the new `unref` function on esbuild'slong-livedchildprocess, whichissupposedtoallowDenotoexitwhenyourcodehasfinishedrunningeventhoughthechildprocessisstillaround (previouslyyouhadtoexplicitlycallesbuild's `stop()` function to terminate the child process for Deno to be able to exit).
0 commit comments