Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Aug 2, 2024
1 parent 065633a commit b5a8038
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ import {
IndividualDelimiter,
IndividualSeparator,
} from "../SurroundingPairScopeHandler/types";
import { getCollectionItemOccurrences } from "./getCollectionItemOccurrences";

export class CollectionItemScopeHandler extends BaseScopeHandler {
public scopeType: ScopeType = { type: "collectionItem" };

public readonly iterationScopeType: ScopeType = {
type: "oneOf",
scopeTypes: [
Expand Down

0 comments on commit b5a8038

Please sign in to comment.