Skip to content
  • Johan Dahlin's avatar
    Create overridden modules in two passes · a644edf0
    Johan Dahlin authored
    This patch splits overridden module creation into two passes. The first pass
    creates the auto-generated module normally before the overridden module is
    attempted to be imported. The second pass imports the overridden module and
    replaces the auto-generated module with the overridden. This is necessary
    for the overridden modules to be able to access the auto-generated ones.
    a644edf0