Skip to content

Conversation

@jfeingold35
Copy link
Contributor

There was a slight oversight in my initial selector code. Previously, it would try to split (2,3):pmd into (2 and 3):pmd instead of (2,3) and pmd. This has been addressed.

export function toSelector(selectorString: string): Selector {
// We parse the selector back-to-front, so that the front-most selectors end up at the bottom of the tree we create
// and therefore get resolved first.
console.log(`selector is ${selectorString}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can the console statements be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch!

@jfeingold35 jfeingold35 merged commit 9bfd88b into dev Oct 6, 2025
7 checks passed
@randi274 randi274 deleted the d/W-19772057-2 branch October 6, 2025 14:29
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.

3 participants