Source Maps: Enjoy improved source map accuracy with the use of file URLs instead of traditional paths, enhancing compatibility across different environments.
Testing: Experience a more robust testing environment as we update our test matrix to include stable TypeScript 4.7 with various Node.js versions, ensuring better reliability.
Fixes
Fix module resolution issues by ensuring that the typechecker resolver correctly accounts for the importer's module type, resolving discrepancies between tsc and ts-node behavior.
Resolve malformed source URLs in source map cache on Windows, improving the debugging experience for users on that platform.
Others
Merge documentation updates for version 10.8.1, providing users with the latest information and enhancements.