v10.9.0v10.8.2
Reading changes from the repo…
tsconfig
file when using the --project
option, making it easier to manage your TypeScript projects. .ts
extensions in import specifiers, providing more flexibility in how you structure your imports. evalCode
function now correctly persists into the virtual source file, ensuring that declared variables behave as expected when executing code in the REPL. evalCode
function does not contribute to TypeScript's view of the scope, ensuring a smoother experience when executing code in the REPL. fork
, allowing for better process management in ESM environments.