Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor node.js packaging issue for ecore.xmi #32

Open
pgaufillet opened this issue Oct 12, 2017 · 1 comment
Open

Minor node.js packaging issue for ecore.xmi #32

pgaufillet opened this issue Oct 12, 2017 · 1 comment

Comments

@pgaufillet
Copy link

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');

@vsimko
Copy link
Contributor

vsimko commented Nov 24, 2017

or just for all cases

const ecore = require('ecore')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants