module.exports = {
__depends__: [ require('diagram-js/lib/features/copy-paste')
],
__init__: [ 'bpmnCopyPaste' ],
bpmnCopyPaste: [ 'type', require('./BpmnCopyPaste') ]
};看一个开源项目,这么写的,其中 init 和 depends 这种写法是什么意思。
添加回答
举报
0/150
提交
取消