diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-11-19 13:44:59 -0800 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-19 16:44:59 -0500 |
commit | 6708fcc38688b80d4e052f755f02efb09a2071d1 (patch) | |
tree | 4ddf5ec5cb7d467f017c36fa0621e84f4d72f4aa /std/node/tests/cjs/index.js | |
parent | 2ac107f54848e44144c0ee2bdbdfb40732e20b2b (diff) |
std/node: add some Node.js polyfill to require() (#3382)
Diffstat (limited to 'std/node/tests/cjs/index.js')
-rw-r--r-- | std/node/tests/cjs/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/index.js b/std/node/tests/cjs/index.js new file mode 100644 index 000000000..5dea52db2 --- /dev/null +++ b/std/node/tests/cjs/index.js @@ -0,0 +1 @@ +module.exports = { isIndex: true }; |