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
Implement classes to validate a set of sources / setting before passing them to the compiler. For example in the case of Solidity, the class will use information in metadata.json to validate existing sources and check for missing sources. The Vyper validation class could run the integrity check on the existing files.
In general this classes can return an instance of the ️Compilation (#1822) objects.
The text was updated successfully, but these errors were encountered:
Implement classes to validate a set of sources / setting before passing them to the compiler. For example in the case of Solidity, the class will use information in
metadata.json
to validate existing sources and check for missing sources. The Vyper validation class could run the integrity check on the existing files.In general this classes can return an instance of the ️
Compilation
(#1822) objects.The text was updated successfully, but these errors were encountered: