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

chore(code-gen-types): deprecate the old module and modulemap in favour of IFile and FileMap #8355

Merged
merged 11 commits into from May 2, 2024

Conversation

overbit
Copy link
Contributor

@overbit overbit commented Apr 30, 2024

Close: #8353

PR Details

This PR adds a set of new types, called IFile and FileMap meant to replace the (deprecated) Module and ModuleMap to allow a more flexible and extendible implementation of code generators.

PR Checklist

  • Tests for the changes have been added
  • npm test doesn't throw any error

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

Copy link

nx-cloud bot commented Apr 30, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8ab43d3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@overbit overbit force-pushed the refactor/module-map branch 2 times, most recently from a481ca6 to 17d2837 Compare May 1, 2024 12:24
@overbit overbit merged commit 0e077a4 into next May 2, 2024
12 checks passed
@overbit overbit deleted the refactor/module-map branch May 2, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment