summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/vm.js
AgeCommit message (Collapse)Author
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-09-15fix(ext/node): add `vm.constants` (#25630)Divy Srivastava
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
proceed with #23921 This PR is a preparation for https://github.com/denoland/deno_lint/pull/1307 --------- Signed-off-by: Kenta Moriuchi <moriken@kimamass.com> Co-authored-by: Luca Casonato <hello@lcas.dev>
2024-08-06feat: vm rewrite (#24596)snek
rewrite vm implementation to increase compat. vm.Module+importModuleDynamically callbacks should be added in a followup.