Rewrite Hub as interface #5047
This commit is contained in:
committed by
Nicolò Ribaudo
parent
3a399d1eb9
commit
0fd3da110d
@@ -112,7 +112,7 @@ export function wrapInterop(
|
||||
throw new Error(`Unknown interop: ${type}`);
|
||||
}
|
||||
|
||||
return t.callExpression(programPath.hub.file.addHelper(helper), [expr]);
|
||||
return t.callExpression(programPath.hub.addHelper(helper), [expr]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user