GitShow/Rich-Harris/tippex
Rich-Harris

tippex

Find and erase strings and comments in JavaScript code

by Rich-Harris
Star on GitHubForknpm

JavaScript

14 stars7 forks5 contributorsQuiet · 5y agoSince 2015

Meet the team

See all 5 on GitHub →
Rich-Harris
Rich-Harris63 contributions
heavyk
heavyk5 contributions
ochafik
ochafik1 contribution
npmcdn-to-unpkg-bot
npmcdn-to-unpkg-bot1 contribution

Languages

View on GitHub →
JavaScript99.8%
HTML0.2%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 4 in progress · Last activity 5y ago
See all on GitHub →
RReverser
Allow ignoring comments altogetherOpenIssue

It would be nice if there was an option to replace all comments with equivalent-width space, so that someone interested only in JS syntax could use as a universal placeholder to ignore any spaces and comments.

RReverser · 5y ago
dineshks1
Add travis jobs on ppc64leOpenPR

This PR adds power support on travis.

dineshks1 · 5y ago
nileshpatra
Update rollup version to 0.68.2OpenPR

Update rollup to new version - 0.68.2 .

nileshpatra · 6y ago

Recent fixes

View closed PRs →
benmccann
erase removes function definitionsClosedIssue

Returns:

benmccann · 6y ago
Rich-Harris
Rookie regex mistakeClosedIssue

These regular expressions are bad, particularly the way they're used — every time a character is found, we take a chunk of the original string (which could be almost all of it) and run a regex that will keep trying and failing to match, maybe thousands of times. Could achieve the same thing far more performantly by manually backtracking a little way and seeing what came before the .

Rich-Harris · 9y ago
Rich-Harris
Check for word boundary before keywordsClosedIssue

See https://github.com/Rich-Harris/tippex/commit/5f191d9d301970a687745a1fcca8b81b5a500340#commitcomment-21357487. Needs to be handled differently anyway post-#17

Rich-Harris · 9y ago
Structured data for AI agents

Repository: Rich-Harris/tippex. Description: Find and erase strings and comments in JavaScript code Stars: 14, Forks: 7. Primary language: JavaScript. Languages: JavaScript (99.8%), HTML (0.2%). Open PRs: 4, open issues: 2. Last activity: 5y ago. Community health: 28%. Top contributors: Rich-Harris, heavyk, ochafik, npmcdn-to-unpkg-bot.

·@ofershap

Replace github.com with gitshow.dev