Closed
Description
For Background:
@Lecss @kriswest and I built the "combined" @finos/fdc3 module in the FDC3 repo, combining all the other modules. For now, this uses ES6 module structure, rather than the FDC3 rollup approach used originally.
However, the original FDC3 module was commonJS. I'm not sure of the ins and outs of this, so:
- Is it backwards incompatible to move to ES6? Or does Javascript correctly handle both?
- ES6 import seems like the way we want to go forward is this the right time to change?
- If we have an old, legacy CJS module, should we expect people to import the monorepo's submodules e.g. fdc3-context? This seems unlikely to work given the amount of literature around the old version.
I want to open this up for further discussion as I'm not an expert on this.
Activity