Skip to content

issues Search Results · repo:tinylibs/tinyexec language:TypeScript

Filter by

20 results
 (59 ms)

20 results

intinylibs/tinyexec (press backspace or delete to remove)

tinyexec : ^0.3.2 Context Reported from https://github.com/nuxt/cli/issues/747 nuxt cli uses nypm) which uses tinyexec and uses x( corepack , [ --version ]) to check avability. Reproduction import ...
  • pi0
  • 3
  • Opened 
    on Feb 20
  • #46

See https://github.com/sveltejs/cli/pull/394 for a StackBlitz reproduction and more details
  • benmccann
  • 1
  • Opened 
    on Jan 16
  • #45

In execa it allows users to use a single string as command, like execa.command( foo bar -m message with space ) I understand that tinyexec is trying to be as lightweight as possible, while string commands ...
  • antfu
  • 4
  • Opened 
    on Dec 12, 2024
  • #42

I ran into edge case while working on Vitest. Unfortunately I was unable to create minimal reproduction. Reproduction with Vitest: https://github.com/AriPerkkio/vitest/commit/de3dc71a9e30b12120cf02d10ff165f3a11a18c6 ...
  • AriPerkkio
  • 1
  • Opened 
    on Dec 4, 2024
  • #40

I m a bit confused of the conclusion at https://github.com/tinylibs/tinyexec/issues/32. Isn t that the exec() should throw on non-zero exit code by default? I just noticed this bug in Astro and for all ...
  • bluwy
  • 5
  • Opened 
    on Oct 17, 2024
  • #39

Description When using tinyexec to spawn a child process with custom environment variables, the variables are not correctly set in the child environment. Specifically, running a command with console.log(process.env.MY_VARIABLE) ...
  • WooWan
  • 1
  • Opened 
    on Oct 14, 2024
  • #37

When migrating execa to tinyexec in some projects, I ve ran into a difference in the default behavior where execa would trim the trailing newline by default (https://github.com/sindresorhus/execa/blob/3fc804916d60b0b2e774a3642bd9815388caf7af/docs/lines.md?plain=1#L56-L63), ...
  • pralkarz
  • 4
  • Opened 
    on Sep 8, 2024
  • #36

Like x.sync and execSync, powered by child_process#spawnSync?
  • SukkaW
  • 3
  • Opened 
    on Aug 22, 2024
  • #33

See https://github.com/sindresorhus/execa/blob/main/docs/errors.md#exit-code And https://github.com/JS-DevTools/ez-spawn/blob/e7b51d8693be9b5ccedbe7eac7f8f7dd81b59ea2/lib/process-error.js#L9 / https://github.com/JS-DevTools/ez-spawn/blob/e7b51d8693be9b5ccedbe7eac7f8f7dd81b59ea2/lib/normalize-result.js#L31 ...
  • benmccann
  • 11
  • Opened 
    on Aug 21, 2024
  • #32

It looks like the library has 4000ms timeout by default: https://github.com/tinylibs/tinyexec/blob/9bbc2b46287644b2473489cc57d8b6df6da163b8/src/main.ts#L50 It doesn t seem documented and caught me off ...
  • bluwy
  • 5
  • Opened 
    on Aug 14, 2024
  • #29
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub