issues Search Results · repo:un-ts/synckit language:TypeScript
Filter by
41 results
(97 ms)41 results
inun-ts/synckit (press backspace or delete to remove)The following should both pass check.
node --experimental-transform-types —-no-experimental-strip-types index.ts
NODE_OPTIONS= --no-experimental-strip-types node --experimental-transform-types index.ts ...
JounQin
- 2
- Opened 8 days ago
- #212
When I was using Vitest to test my ESLint rules, I encountered a problem where the test cases were hanging for a long
time.
When my worker file is written in TypeScript, it hangs. I have tried specifying ...
Garfield550
- Opened on Dec 19, 2024
- #198
https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseESM.md
KaelWD
- 2
- Opened on Nov 5, 2024
- #195
Currently docs tell you to use require.resolve( ./worker )
I don t use cjs in new projects and would prefer to use import.meta.resolve( ./worker.ts ) instead
Dimava
- 1
- Opened on Sep 15, 2024
- #187
I m trying to use this with Bun to make a sync Prettier implementation (as the @prettier/sync sync runner crashes
because bun doesn t support stdio in workers yet)
Bun has builtin TS support so I need ...
Dimava
- 6
- Opened on Sep 15, 2024
- #186
It looks like we are assuming all recieved messages are objects with a message property:
https://github.com/un-ts/synckit/blob/main/src/index.ts#L548
However, sometimes, randomly, only in CI, it seems ...
dylang
- 1
- Opened on Sep 5, 2024
- #185
Whenever there is a long-running function executed in the worker and it s execution time exceeds the timeout configured
in createSyncFn, the function execution isn t stopped. This means that when it finally ...
jedlikowski
- Opened on Sep 3, 2024
- #183
For example, after webpack is packaged, the module path becomes an module id or relative path but createSyncFn only
accepts an absolute path How do I make synckit work with webpack?
ssppest
- 1
- Opened on Jul 25, 2024
- #178

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.