1.0.11 • Published 3 years ago

kc-rmcomm v1.0.11

Weekly downloads
13
License
ISC
Repository
github
Last release
3 years ago

RMComm

js Remove comments.

Install

npm install kc-rmcomm

Use

var rmcomm = require('kc-rmcomm');

var str = rmcomm(`
// Comment 1
var a = 1;
/*
Multiline
comment
*/
var b = 2;
`);
console.log(str);
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago