Skip to content

Commit d4301c6

Browse files
committed
expose fragment factory (close #1238)
1 parent 24ce607 commit d4301c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/global.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports.util = _
99
exports.config = config
1010
exports.nextTick = _.nextTick
1111
exports.compiler = require('../compiler')
12+
exports.FragmentFactory = require('../fragment/factory')
1213

1314
exports.parsers = {
1415
path: require('../parsers/path'),

0 commit comments

Comments
 (0)