mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Rewrite js_ast.NewBaseStore (#12388)
Co-authored-by: dave caruso <me@paperdave.net>
This commit is contained in:
@@ -50,8 +50,8 @@ pub var initialized_store = false;
|
||||
pub fn initializeStore() void {
|
||||
if (initialized_store) return;
|
||||
initialized_store = true;
|
||||
js_ast.Expr.Data.Store.create(default_allocator);
|
||||
js_ast.Stmt.Data.Store.create(default_allocator);
|
||||
js_ast.Expr.Data.Store.create();
|
||||
js_ast.Stmt.Data.Store.create();
|
||||
}
|
||||
|
||||
const skip_dirs = &[_]bun.OSPathSlice{
|
||||
|
||||
Reference in New Issue
Block a user