Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(std/node/process): request for stdin, stdout, stderr [$20 bounty] #7101

Open
balupton opened this issue Aug 18, 2020 · 2 comments
Open

feat(std/node/process): request for stdin, stdout, stderr [$20 bounty] #7101

balupton opened this issue Aug 18, 2020 · 2 comments

Comments

balupton added a commit to bevry/assert-helpers that referenced this issue Aug 18, 2020
	Check file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts
	error: TS2305 [ERROR]: Module '"https://raw.githubusercontent.com/denoland/deno/30052aa6d43378cb28dd92cd62f5f5b4e0ac4351/std/node/assert"' has no exported member 'deepStrictEqual'.
	 deepStrictEqual as _deepStrictEqual,
	 ~~~~~~~~~~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:6:2

	TS2614 [ERROR]: Module '"https://deno.land/std@0.65.0/node/process"' has no exported member 'stdout'. Did you mean to use 'import stdout from "https://deno.land/std@0.65.0/node/process"' instead?
	import { argv, env, stdout, stderr, versions } from 'https://deno.land/std/node/process.ts'
	                    ~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:11:21

	TS2614 [ERROR]: Module '"https://deno.land/std@0.65.0/node/process"' has no exported member 'stderr'. Did you mean to use 'import stderr from "https://deno.land/std@0.65.0/node/process"' instead?
	import { argv, env, stdout, stderr, versions } from 'https://deno.land/std/node/process.ts'
	                            ~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:11:29

	TS2304 [ERROR]: Cannot find name 'assert'.
	 	assert.ok(actual.indexOf(expected) !== -1, testName)
	 	~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:308:3

	Found 4 errors.

denoland/deno#7101

denoland/deno#7102
balupton added a commit to bevry/assert-helpers that referenced this issue Aug 18, 2020
	Check file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts
	error: TS2305 [ERROR]: Module '"https://raw.githubusercontent.com/denoland/deno/30052aa6d43378cb28dd92cd62f5f5b4e0ac4351/std/node/assert"' has no exported member 'deepStrictEqual'.
	 deepStrictEqual as _deepStrictEqual,
	 ~~~~~~~~~~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:6:2

	TS2614 [ERROR]: Module '"https://deno.land/std@0.65.0/node/process"' has no exported member 'stdout'. Did you mean to use 'import stdout from "https://deno.land/std@0.65.0/node/process"' instead?
	import { argv, env, stdout, stderr, versions } from 'https://deno.land/std/node/process.ts'
	                    ~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:11:21

	TS2614 [ERROR]: Module '"https://deno.land/std@0.65.0/node/process"' has no exported member 'stderr'. Did you mean to use 'import stderr from "https://deno.land/std@0.65.0/node/process"' instead?
	import { argv, env, stdout, stderr, versions } from 'https://deno.land/std/node/process.ts'
	                            ~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:11:29

	TS2304 [ERROR]: Cannot find name 'assert'.
	 	assert.ok(actual.indexOf(expected) !== -1, testName)
	 	~~~~~~
	    at file:///Users/balupton/Projects/active/assert-helpers/edition-deno/index.ts:308:3

	Found 4 errors.

denoland/deno#7101

denoland/deno#7102
@balupton
Copy link
Contributor Author

@balupton balupton commented Aug 20, 2020

Placed a $20 bounty on this (it's not much, but it's what I can afford):
https://www.bountysource.com/issues/92348869-feat-std-node-process-request-for-stdin-stdout-stderr

@balupton balupton changed the title feat(std/node/process): request for stdin, stdout, stderr feat(std/node/process): request for stdin, stdout, stderr [$20 bounty] Aug 20, 2020
@JayHelton
Copy link
Contributor

@JayHelton JayHelton commented Aug 21, 2020

For some reason I thought this issue was taken. I will take a stab at this, no bounty needed. I will do my research due diligence this weekend and follow up asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.