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 ceb3649 commit 4ac50fbCopy full SHA for 4ac50fb
src/api/global.js
@@ -8,9 +8,14 @@ var config = require('../config')
8
exports.util = _
9
exports.config = config
10
exports.nextTick = _.nextTick
11
+
12
+/**
13
+ * The following are exposed for advanced usage / plugins
14
+ */
15
16
exports.compiler = require('../compiler')
17
exports.FragmentFactory = require('../fragment/factory')
-
18
+exports.internalDirectives = require('../directives/internal')
19
exports.parsers = {
20
path: require('../parsers/path'),
21
text: require('../parsers/text'),
0 commit comments