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
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');
The text was updated successfully, but these errors were encountered:
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 usualecore = require('ecore');
It would be better to support symetrically
ecore = require('ecore.xmi');
The text was updated successfully, but these errors were encountered: