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
In node land I can get to require('handlebars').Visitor because this is explicitly exposed in lib/index.js. However in browser land (loading dist/handlebars.js) it seems that the Visitor object is closured out of reach. Is there any way to access it without using Browserify or AMD? If not, is there a reason for it being hidden?
The text was updated successfully, but these errors were encountered:
In node land I can get to
require('handlebars').Visitor
because this is explicitly exposed inlib/index.js
. However in browser land (loadingdist/handlebars.js
) it seems that theVisitor
object is closured out of reach. Is there any way to access it without using Browserify or AMD? If not, is there a reason for it being hidden?The text was updated successfully, but these errors were encountered: