package name as top level scope in Node.js
Open
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Find own `pacakge.json`
- Get `name` from it
- `${name}:${filename}:${log}`
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the package.json for the Node.js package and the logging entry point that formats filename and log text. Read how the current scope is assembled, then check the existing test or logging path. Done means the output includes the package name in the requested name:filename:log form without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100