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 a0939c2 commit b6ad25bCopy full SHA for b6ad25b
src/api/global.js
@@ -9,6 +9,7 @@ exports.util = _
9
exports.config = config
10
exports.nextTick = _.nextTick
11
exports.compiler = require('../compiler')
12
+exports.FragmentFactory = require('../fragment/factory')
13
14
exports.parsers = {
15
path: require('../parsers/path'),
0 commit comments