There was an error while loading. Please reload this page.
1 parent 8f603e5 commit 1135c86Copy full SHA for 1135c86
2 files changed
examples/mixed/README.md
@@ -16,6 +16,8 @@ require([
16
);
17
```
18
19
+# amd.js
20
+
21
``` javascript
22
// AMD Module Format
23
define(
@@ -30,6 +32,8 @@ define(
30
32
31
33
34
35
+# commonjs.js
36
37
38
// CommonJs Module Format
39
module.exports = 123;
examples/mixed/template.md
@@ -4,10 +4,14 @@
4
{{example.js}}
5
6
7
8
9
10
{{amd.js}}
11
12
13
14
15
{{commonjs.js}}
0 commit comments