Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves documentation for HostImportModuleDynamicallyCallback #1658

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

BLANKatGITHUB
Copy link
Contributor

@BLANKatGITHUB BLANKatGITHUB commented Nov 3, 2024

This pull request includes a documentation update to the HostInitializeImportMetaObjectCallback type in the src/isolate.rs file. The update clarifies the meaning of the host_defined_options and resource_name parameters.
fixes #1349

Documentation improvements:
Updated comments to explain that host_defined_options are metadata provided by the host environment for customizing module imports, and resource_name is the identifier or path for the module or script making the import request.

@CLAassistant
Copy link

CLAassistant commented Nov 3, 2024

CLA assistant check
All committers have signed the CLA.

@devsnek devsnek merged commit e67f11b into denoland:main Nov 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HostImportModuleDynamicallyCallback arguments undocumented
3 participants