Skip to content

Add failing test for composing default class - #909

Open
mrginglymus wants to merge 2 commits into
parcel-bundler:masterfrom
mrginglymus:compose-default
Open

Add failing test for composing default class#909
mrginglymus wants to merge 2 commits into
parcel-bundler:masterfrom
mrginglymus:compose-default

Conversation

@mrginglymus

@mrginglymus mrginglymus commented Feb 4, 2025

Copy link
Copy Markdown

I'll do my best to see if I can find where/why this is happening...

@mrginglymus
mrginglymus force-pushed the compose-default branch 2 times, most recently from bd6613a to eb187a4 Compare February 4, 2025 13:26
input: &mut Parser<'i, 't>,
) -> Result<CustomIdent<'i>, ParseError<'i, ParserError<'i>>> {
let name = CustomIdent::parse(input)?;
let name = CustomIdent(input.expect_ident()?.into());

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Well this fixes the test case above, but I have no idea what I'm doing...

@mrginglymus
mrginglymus marked this pull request as ready for review February 5, 2025 08:12
@mrginglymus

Copy link
Copy Markdown
Author

@devongovett I've now encountered this in my codebase; could you please take a look at this fix?

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.

Unable to compose class named default

1 participant