Conversation
🦋 Changeset detectedLatest commit: 4c6c90b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe changes involve removing a dependency on Babel types and replacing it with types sourced from the Marko compiler. A new changeset file documents a patch version update. The package.json file removes the Babel types devDependency. The ast.ts file's import statement is updated to source types from the Marko compiler instead of Babel types, while the rest of the code remains functionally unchanged. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use babel types from
@marko/compilerinstead of directly from@babel/types