Last 12 weeks · 0 commits
1 of 6 standards met
Repository: tj/node-requires. Description: find / replace require()s Stars: 28, Forks: 5. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 1, open issues: 3. Last activity: 11y ago. Community health: 28%. Top contributors: tj, anton-ryzhov, johntron, jonathanong, popomore.
Current implementation has some bugs with comments parsing. 1. After using indexes is totally broken. 2. Library counts how many occurrences of string has in code part (except comments) and then replaces string exact times, including comments. It replaces in comments and misses in code. Library will replace first and miss second one. forgets to rewrite some URLs because of it.