diff options
Diffstat (limited to 'deno_typescript/system_loader.js')
-rw-r--r-- | deno_typescript/system_loader.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deno_typescript/system_loader.js b/deno_typescript/system_loader.js index 0004d055d..fdf1fa872 100644 --- a/deno_typescript/system_loader.js +++ b/deno_typescript/system_loader.js @@ -2,6 +2,8 @@ // This is a specialised implementation of a System module loader. +"use strict"; + // @ts-nocheck /* eslint-disable */ let System, __instantiateAsync, __instantiate; |