Skip to content

Conversation

@dragon3
Copy link
Contributor

@dragon3 dragon3 commented Oct 1, 2025

This pull request updates deno_ast version to 0.50.2.

To solve compile error with the latest serde, like below:

error[E0432]: unresolved import `serde::__private`
Error:  --> /XXXX/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc_common-9.2.0/src/private/mod.rs:3:9
  |
3 | pub use serde::__private as serde;
  |         ^^^^^^^---------^^^^^^^^^
  |         |      |
  |         |      help: a similar name exists in the module: `private`
  |         no `__private` in the root

@dragon3 dragon3 marked this pull request as ready for review October 1, 2025 09:52
@dragon3 dragon3 requested a review from Copilot October 1, 2025 09:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the deno_ast dependency from version 0.48.2 to 0.50.2 to resolve a compilation error with the latest version of serde that causes an unresolved import issue with serde::__private.

  • Updated deno_ast version to fix serde compatibility issue

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dragon3 dragon3 requested review from ikawaha and remiposo October 1, 2025 09:52
Copy link

@ikawaha ikawaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@dragon3
Copy link
Contributor Author

dragon3 commented Oct 1, 2025

Thank you for reviewing 🙇‍♂️ I'm going to merge it 💪

@dragon3 dragon3 merged commit 7729450 into master Oct 1, 2025
5 checks passed
@dragon3 dragon3 deleted the chore/update-deno branch October 1, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants