Move some methods from Block -> ModuleBlock
Previously add_import(), add_native_import() and intern() were Block methods that delegated to the root ModuleBlock internally. Now that the ModuleBlock is accessible from any Block via the root attr, move those methods to ModuleBlock.
Showing
Please register or sign in to comment