UNPKG

cst

Version:

JavaScript CST Implementation

16 lines (11 loc) 428 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } var _scopesScopesPlugin = require('./scopes/ScopesPlugin'); var _scopesScopesPlugin2 = _interopRequireDefault(_scopesScopesPlugin); exports['default'] = { ScopesPlugin: _scopesScopesPlugin2['default'] }; module.exports = exports['default'];