mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
delete usingnamespace in bindings generator (#19020)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
pub usingnamespace JSC.Codegen.JSParsedShellScript;
|
||||
pub const js = JSC.Codegen.JSParsedShellScript;
|
||||
pub const toJS = js.toJS;
|
||||
pub const fromJS = js.fromJS;
|
||||
pub const fromJSDirect = js.fromJSDirect;
|
||||
|
||||
args: ?*ShellArgs = null,
|
||||
/// allocated with arena in jsobjs
|
||||
|
||||
Reference in New Issue
Block a user