summaryrefslogtreecommitdiff
path: root/std/node/path.ts
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-11-19 13:44:59 -0800
committerRy Dahl <ry@tinyclouds.org>2019-11-19 16:44:59 -0500
commit6708fcc38688b80d4e052f755f02efb09a2071d1 (patch)
tree4ddf5ec5cb7d467f017c36fa0621e84f4d72f4aa /std/node/path.ts
parent2ac107f54848e44144c0ee2bdbdfb40732e20b2b (diff)
std/node: add some Node.js polyfill to require() (#3382)
Diffstat (limited to 'std/node/path.ts')
-rw-r--r--std/node/path.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/path.ts b/std/node/path.ts
new file mode 100644
index 000000000..e8295281a
--- /dev/null
+++ b/std/node/path.ts
@@ -0,0 +1 @@
+export * from "../path/mod.ts";