-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
documentationUpdates or improvements to the documentationUpdates or improvements to the documentation
Description
📚 Documentation
we exposed a new API Handle via this issue #589
now, the function signatures and usages are changed. we need to update the documentation, this for example:
core/source/ports/rs_port/src/load.rs
Lines 99 to 108 in bc073fc
| /// Loads a file from a single file. Usage example: ... | |
| /// ``` | |
| /// // A Nodejs path | |
| /// metacall::load::from_single_file("node", "index.js").unwrap(); | |
| /// ``` | |
| pub fn from_single_file( | |
| tag: Tag, | |
| path: impl AsRef<Path>, | |
| handle: Option<&mut Handle>, | |
| ) -> Result<(), MetaCallLoaderError> { |
Metadata
Metadata
Assignees
Labels
documentationUpdates or improvements to the documentationUpdates or improvements to the documentation