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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement import.meta.url #44

Open
MylesBorins opened this issue Sep 1, 2020 · 0 comments
Open

implement import.meta.url #44

MylesBorins opened this issue Sep 1, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MylesBorins
Copy link
Member

we currently don't implement import.meta.url which would be nice to have, and potentially even useful at some point if we offer file system APIs 馃槀.

https://docs.rs/rusty_v8/0.9.1/rusty_v8/type.HostInitializeImportMetaObjectCallback.html and https://docs.rs/rusty_v8/0.9.1/rusty_v8/struct.Isolate.html#method.set_host_initialize_import_meta_object_callback are documenting the required API calls to V8

Here is it being set in deno https://github.com/denoland/deno/blob/master/core/es_isolate.rs#L84-L86

@MylesBorins MylesBorins added enhancement New feature or request help wanted Extra attention is needed labels Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant