From 7024d9f25394453d49486d5b2b1b5da6d369acb9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 1 Jan 2019 06:24:05 -0500 Subject: Add rust binding and test for deno_execute_mod() --- tests/esm_imports_b.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/esm_imports_b.js (limited to 'tests/esm_imports_b.js') diff --git a/tests/esm_imports_b.js b/tests/esm_imports_b.js new file mode 100644 index 000000000..321dfc05a --- /dev/null +++ b/tests/esm_imports_b.js @@ -0,0 +1,3 @@ +export function retb() { + return "b"; +} -- cgit v1.2.3