You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have the items property in domains, we can include one domain in another without my file-reading kludge. Instead of trying to parse a file and find the right domain content, we just pull in the items from an already-loaded domain.
We can do this without breaking old code by continuing to support the old :include directive.
The text was updated successfully, but these errors were encountered:
Now that we have the
items
property in domains, we can include one domain in another without my file-reading kludge. Instead of trying to parse a file and find the right domain content, we just pull in theitems
from an already-loaded domain.We can do this without breaking old code by continuing to support the old
:include
directive.The text was updated successfully, but these errors were encountered: