This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
3.2.21
- Ensured deep parse validation is performed before shallow (#768)
- Ensured direct
Module#_compile()
calls are based on default options - Ensured
.node
files are stored in the realModule._cache
in Jest (#765) - Fixed cache invalidation of re-published modules (#746)
- Fixed dynamic
import
use in Puppeteer’spage.evaluate()
(#762) - Fixed regression with
ts-node/register
(#769) - Fixed regression for packages with invalid
"main"
fields (#770) - Updated
%s
token ofutil.formatWithOptions()