Avoid use transform directly
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
Research direction
Start by locating the module's direct use of Node's Transform API and review the package manifest for dependency conventions. Replace that usage with through2, then verify that JSON Lines parsing still works and that the package is ready for the proposed v1.0.0 release.
Written by the indexing model from the issue text.
Description
Hey,
I'm seeing you are using Transform directly from Node API.
Event this is currently working, could be don't work if the next Node version change the node version.
Then your module will be broken.
A better approach is use Transform as dependency using through2
In fact, it was created exactly for this reason, I recommend you read this author blog post:
https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html
PS: Could be a good opportunity to use it and ship v1.0.0 😄
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from LinusU/node-jsonlines
-
enhancement help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
LinusU/node-jsonlines#6 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
LinusU/node-jsonlines#5 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
LinusU/node-jsonlines#4 ·
All issues in LinusU/node-jsonlines
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·