[FEATURE] allow importing certain parts of mcdev directly #1108
Labels
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone
after moving to es6 modules we should now be able to play with exports in package.json:
https://nodejs.org/api/packages.html#exports
prettier seems to be doing that nicely in their 3.0.0: https://github.com/prettier/prettier/blob/main/package.json
import { format } from "prettier/standalone";
goal should be that our copado extensions needs are covered - and maybe a few additional ones.
need to understand conditional exports for that and subpath-exports
The text was updated successfully, but these errors were encountered: