diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 6be376e6d..f72f72cc9 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -40,6 +40,8 @@ mod errors; mod package_json; mod resolution; +pub const MODULE_ES_SHIM: &str = include_str!("./module_es_shim.js"); + struct Unstable(pub bool); pub fn init( |