Skip to content

Commit

Permalink
Version v0.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 18, 2024
1 parent f79ddda commit 8c9d615
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.6
0.8.7
5 changes: 5 additions & 0 deletions source/ports/node_port/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ const available_tags = new Set([...Object.values(file_extensions_to_tag), ...Obj
/* Override require */
mod.prototype.require = function (name) {

/* Try to load itself */
if (name === 'metacall') {
return module_exports;
}

// TODO:
// /* Check if the module is an URL */
// try {
Expand Down

0 comments on commit 8c9d615

Please sign in to comment.