-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: nx-plugin with v2 format #971
base: main
Are you sure you want to change the base?
Conversation
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit b03db63 with previous commit b03db63. 🏷️ Categories👎 1 group regressed, 👍 2 audits improved, 👎 3 audits regressed, 10 audits changed without impacting score🗃️ Groups
17 other groups are unchanged. 🛡️ Audits581 other audits are unchanged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Soon we have it working for latest Nx.
We could add a test for the normalize function.
From what I understood we are keeping both legacy and V2 for backwards compatibility. Looks good so far, I'll watch this as this is now to only blocker for moving to latest Nx. |
There is one thing left and that is considering |
Co-authored-by: Michael Hladky <[email protected]>
Co-authored-by: Michael Hladky <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added changes for file extensions
}); | ||
|
||
afterEach(async () => { | ||
// await teardownTestFolder(testFileDir); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is probably a leftover change from debugging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
Co-authored-by: Vojtech Mašek <[email protected]>
closes #881