diff options
Diffstat (limited to 'runtime/js/40_compiler_api.js')
-rw-r--r-- | runtime/js/40_compiler_api.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/40_compiler_api.js b/runtime/js/40_compiler_api.js index 0d3600101..cce12f2f8 100644 --- a/runtime/js/40_compiler_api.js +++ b/runtime/js/40_compiler_api.js @@ -4,6 +4,7 @@ // This file contains the runtime APIs which will dispatch work to the internal // compiler within Deno. +"use strict"; ((window) => { const core = window.Deno.core; const util = window.__bootstrap.util; |