Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1316)

Side by Side Diff: mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl

Issue 803173009: Mojo JS Bindings: Eliminate foo$ Stub and Proxy class members (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sync Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <import src="/mojo/public/sky/bindings.sky" as="bindings" />
5 <import src="/mojo/public/sky/codec.sky" as="codec" /> 6 <import src="/mojo/public/sky/codec.sky" as="codec" />
6 <import src="/mojo/public/sky/connection.sky" as="connection" /> 7 <import src="/mojo/public/sky/connection.sky" as="connection" />
7 <import src="/mojo/public/sky/core.sky" as="core" /> 8 <import src="/mojo/public/sky/core.sky" as="core" />
8 <import src="/mojo/public/sky/validator.sky" as="validator" /> 9 <import src="/mojo/public/sky/validator.sky" as="validator" />
9 {%- for import in imports %} 10 {%- for import in imports %}
10 <import src="/{{import.module.path}}.sky" as="{{import.unique_name}}" /> 11 <import src="/{{import.module.path}}.sky" as="{{import.unique_name}}" />
11 {%- endfor %} 12 {%- endfor %}
12 <script> 13 <script>
13 {%- include "module_definition.tmpl" %} 14 {%- include "module_definition.tmpl" %}
14 module.exports = exports; 15 module.exports = exports;
15 </script> 16 </script>
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl ('k') | mojo/services/public/js/service_provider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698