File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " comment-json" ,
3- "version" : " 4.2.5 " ,
3+ "version" : " 4.3.0 " ,
44 "description" : " Parse and stringify JSON with comments. It will retain comments even after saved!" ,
55 "main" : " src/index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 11const { parse, tokenize} = require ( './parse' )
22const stringify = require ( './stringify' )
33const { CommentArray} = require ( './array' )
4- const { assign} = require ( './common' )
4+ const {
5+ PREFIX_BEFORE ,
6+ PREFIX_AFTER_PROP ,
7+ PREFIX_AFTER_COLON ,
8+ PREFIX_AFTER_VALUE ,
9+ PREFIX_AFTER ,
10+
11+ PREFIX_BEFORE_ALL ,
12+ PREFIX_AFTER_ALL ,
13+
14+ assign
15+ } = require ( './common' )
516
617module . exports = {
18+ PREFIX_BEFORE ,
19+ PREFIX_AFTER_PROP ,
20+ PREFIX_AFTER_COLON ,
21+ PREFIX_AFTER_VALUE ,
22+ PREFIX_AFTER ,
23+
24+ PREFIX_BEFORE_ALL ,
25+ PREFIX_AFTER_ALL ,
26+
727 parse,
828 stringify,
929 tokenize,
You can’t perform that action at this time.
0 commit comments