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

Initial work towards next-gen collectionItem #2599

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

pokey
Copy link
Member

@pokey pokey commented Jul 29, 2024

Checklist

Comment on lines +21 to +30
public readonly iterationScopeType: ScopeType = {
type: "oneOf",
scopeTypes: [
{ type: "line" },
{
type: "surroundingPairInterior",
delimiter: "any",
},
],
};
Copy link
Member Author

Choose a reason for hiding this comment

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

Actually this shouldn't be oneOf, it should be what I think we call fallback, where it uses inside if it can find it and only uses line if it finds no containing inside

@AndreasArvidsson AndreasArvidsson self-assigned this Aug 2, 2024
@phillco phillco force-pushed the pokey/initial-work-towards-next-gen-collectionitem branch from 1100f46 to b5a8038 Compare August 3, 2024 01:38
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