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

Show evaluated output without console.log #9

Open
webdevian opened this issue May 24, 2018 · 2 comments
Open

Show evaluated output without console.log #9

webdevian opened this issue May 24, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@webdevian
Copy link

It would be good if it followed the behaviour of the node repl and dev tools console and just evaluated whatever code you put in and printed the output.

There perhaps would need to be a separate output box for console.log output if it is used.

screenshot 2018-05-24 09 01 26

@vsaravind007 vsaravind007 added enhancement New feature or request help wanted Extra attention is needed labels May 24, 2018
@vsaravind007
Copy link
Owner

Makes sense to replicate the behaviour of Node REPL, perhaps a switch to toggle between REPL mode & current mode.

@webdevian
Copy link
Author

Yeah. I know for quick JS snippets I normally go to the repl for (i.e. what happens when I cast x to type of y) not having to include a console.log around it is useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants