Skip to content

JLHwung/babel-transform-from-ast-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-transform-from-ast-leak

Run

node ./leak.mjs

then profile the memory usage.

Note: If transformAstSync is replaced by transformSync, the memory usage will be stablized around 150MB.