Index: mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl |
diff --git a/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl b/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl |
index 5864cfbb0a49d15bb3e882d0a12f71e76b552840..e4757eea517ecd24e63a24312b49da2663cc225f 100644 |
--- a/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl |
+++ b/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl |
@@ -4,6 +4,7 @@ |
<import src="/mojo/public/sky/codec.sky" as="codec" /> |
<import src="/mojo/public/sky/connection.sky" as="connection" /> |
+<import src="/mojo/public/sky/core.sky" as="core" /> |
<import src="/mojo/public/sky/validator.sky" as="validator" /> |
{%- for import in imports %} |
<import src="/{{import.module.path}}.sky" as="{{import.unique_name}}" /> |