You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
3.`callback(err, [output], [sourcemap])` (_Function_): A function that will be called after the `source` file has been processed.
267
267
-`err` (_Error_): An error object.
268
268
-`output` (_String_): A string containing processed input.
@@ -297,32 +297,40 @@ __Arguments__
297
297
298
298
__Returns__
299
299
300
+
- (_null_): Returns null if the url cannot be resolved.
300
301
- (_Object_)
301
302
-`content` (_Stream | String_): The content to be transcluded. Streams are processed for further transclusion links. Strings are assumed fully processed.
302
303
-`url` (_String_): The absolute url of the input, allowing circular reference detection and nested transclusion.
303
304
304
-
<aname="defaultResolvers" />
305
-
306
-
#### defaultResolvers
307
-
308
-
Ordered array of functions applied until a result is returned.
309
-
310
-
TODO: write the rest of this
305
+
__Examples__
311
306
312
-
<aname="resolveHttpUrl" />
307
+
```
308
+
import { trancludeFile, resolveHttpUrl, resolveLocalUrl, resolveString } from 'hercule';
0 commit comments