# comment-parser **Repository Path**: mirrors_guybedford/comment-parser ## Basic Information - **Project Name**: comment-parser - **Description**: Small parser to remove multiline and single line comments from JavaScript source - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Comment Parser Removes multiline and normal comments from JavaScript source code. Adapted from code by James Padolsey (http://james.padolsey.com/javascript/removing-comments-in-javascript/) MIT