UNPKG

extjs-class-loader

Version:

Ext.js loader module for webpack

20 lines (19 loc) 407 B
const ExtJSEntry = require('./ExtJsEntry'); module.exports = new ExtJSEntry( [{ type: 'Call', argumentIndex: 0, callee: { object: 'Ext', method: 'create' } }], null, function (node) { if (node.type === 'Literal') { return { requires: [node.value] } } } );