ecore.js icon indicating copy to clipboard operation
ecore.js copied to clipboard

Minor node.js packaging issue for ecore.xmi

Open pgaufillet opened this issue 7 years ago • 1 comments

When using the XMI variant of ecore.js with node.js, the require directive looks like ecore = require('ecore/dist/ecore.xmi'); in place of the usual ecore = require('ecore');

It would be better to support symetrically ecore = require('ecore.xmi');

pgaufillet avatar Oct 12 '17 08:10 pgaufillet

or just for all cases

const ecore = require('ecore')

vsimko avatar Nov 24 '17 11:11 vsimko