FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

vm: add import assertion support by devsnek · Pull Request #37176 · nodejs/node · GitHub

/ node Public

vm: add import assertion support - #37176

Merged
devsnek merged 1 commit into
nodejs:masterfrom
devsnek:vm-import-assertion
Mar 23, 2021
Merged

vm: add import assertion support#37176
devsnek merged 1 commit into
nodejs:masterfrom
devsnek:vm-import-assertion

Conversation

devsnek commented Feb 1, 2021

Copy link
Copy Markdown
Member

Just a draft until our V8 is new enough to support this.

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem. labels Feb 1, 2021
devsnek marked this pull request as draft February 1, 2021 22:22
devsnek added the esm Issues and PRs related to the ECMAScript Modules implementation. label Feb 1, 2021
Comment thread doc/api/vm.md Outdated
devsnek force-pushed the vm-import-assertion branch from 91e224b to a290d09 Compare February 1, 2021 22:29

addaleax left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM (with a comment to avoid crashing in cases of prototype pollution addressed)

Comment thread src/module_wrap.cc Outdated
devsnek force-pushed the vm-import-assertion branch from a290d09 to 4c489f2 Compare February 5, 2021 06:36
devsnek force-pushed the vm-import-assertion branch from 4c489f2 to d6b0b14 Compare March 23, 2021 00:16
devsnek marked this pull request as ready for review March 23, 2021 00:21
devsnek force-pushed the vm-import-assertion branch from d6b0b14 to 84cdb17 Compare March 23, 2021 00:22

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

PR-URL: nodejs#37176
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
devsnek force-pushed the vm-import-assertion branch from 84cdb17 to 26eed3e Compare March 23, 2021 16:04
devsnek merged commit 26eed3e into nodejs:master Mar 23, 2021
devsnek deleted the vm-import-assertion branch March 23, 2021 16:04
ruyadorno pushed a commit that referenced this pull request Mar 24, 2021
PR-URL: #37176
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

Copy link
Copy Markdown
Member

hi @devsnek this commit is breaking make cctest in v15.x-staging - should it be backported to v15.x?

devsnek commented Mar 30, 2021

Copy link
Copy Markdown
Member Author

@ruyadorno nope! its stuck to the v8 version in master 😄

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL