We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73835d4 commit 389eb9aCopy full SHA for 389eb9a
example/bin/out.js
@@ -0,0 +1,9 @@
1
+'use strict';
2
+
3
4
5
+function hello(name) {
6
+ console.log(`Hello, ${name}`);
7
+}
8
9
+hello("Koala");
example/entry.js
@@ -0,0 +1,5 @@
+include lib/hello.js
example/lib/hello.js
0 commit comments