Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Jan 22, 2025
1 parent 0fa81f0 commit b78007d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/fifty-kids-hug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@siteimprove/alfa-string": minor
---

**Added:** A new `String.fallback` transformer combinator is available, to replace whitespace only string with a fallback value.
**Added:** A new `String.fallback` transformer combinator is available, to replace whitespace only strings with a fallback value.
5 changes: 4 additions & 1 deletion packages/alfa-string/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "../dist" },
"files": ["./index.ts", "./string.ts"],
"references": [{ "path": "../../alfa-predicate" }]
"references": [
{ "path": "../../alfa-callback" },
{ "path": "../../alfa-predicate" }
]
}
3 changes: 2 additions & 1 deletion packages/alfa-toolchain/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
{ "path": "../../alfa-map" },
{ "path": "../../alfa-option" },
{ "path": "../../alfa-result" },
{ "path": "../../alfa-set" }
{ "path": "../../alfa-set" },
{ "path": "../../alfa-string" }
]
}

0 comments on commit b78007d

Please sign in to comment.