We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d2006 commit f516a8eCopy full SHA for f516a8e
2 files changed
docs/EXTERNAL.md
@@ -1,6 +1,6 @@
1
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
2
3
-# \_ext
+# external
4
5
** Extends from [:link: node](NODE.md) **
6
src/external.js
@@ -13,7 +13,8 @@ var expr = require('./expr');
13
*
14
* Represents an external link (require or include)
15
16
- * @public @constructor external
+ * @public
17
+ * @constructor external
18
* @property {String|expr} target The target file to be included
19
* @property {Boolean} once If true it's a include_once or require_once statement
20
* @property {Boolean} strict If true then it's a require statement
0 commit comments