Merge remote-tracking branch 'origin/main' into ensure-folder-annotation-when-supported

This commit is contained in:
Ryan McKinley
2025-12-18 10:46:18 +03:00
@@ -15,7 +15,7 @@ export type FunctionSelector = (id: string) => string;
export type FunctionSelectorTwoArgs = (arg1: string, arg2: string) => string;
/**
* A function selector without argument
* A function selector without arguments
*/
export type CssSelector = () => string;