gajus / gajus/isomorphic-webpack

Namespace console.log before it is passed to runCode

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
289
Forks
16
PR merge metrics
No merged PRs in 30d

Description

https://github.com/gajus/isomorphic-webpack/blob/4eb08335b1affdbbae8ae481875d10810e162543/src/utilities/runCode.js#L13

Use a namespace for all messages being logged in a VM. Otherwise, there is no way telling whether the logs are coming from the main code or the VM code.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading src/utilities/runCode.js at line 13 and trace how console.log is passed into the VM. Add the requested namespace to VM log messages, then verify that output distinguishes VM logs from main-code logs.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.