Skip to content

port library to effect v4 - #19

Draft
fiws wants to merge 1 commit into
mainfrom
effect-v4
Draft

port library to effect v4#19
fiws wants to merge 1 commit into
mainfrom
effect-v4

Conversation

@fiws

@fiws fiws commented May 23, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@fiws fiws self-assigned this May 23, 2026
Comment thread src/keyboard.ts
text: Parameters<Keyboard["type"]>[0],
options?: Parameters<Keyboard["type"]>[1],
) => use((k) => k.type(text, options)),
up: (key: Parameters<Keyboard["up"]>[0]) => use((k) => k.up(key)),

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

useless change i think.

Comment thread src/page.ts
Comment thread src/common.test.ts Outdated
Effect.flatten,
);
const fileChooserOpt = yield* Fiber.join(fileChooserFiber);
const fileChooser = Option.getOrThrow(fileChooserOpt);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

getOrThrow is not effecty

Comment thread src/browser.ts
browser.newContext(options).then(PlaywrightBrowserContext.make),
),
(context) => context.close.pipe(Effect.ignoreLogged),
(context) => context.close.pipe(Effect.ignore),

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

ignoreLogged no longer a thing? investigate

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.

1 participant