Skip to content

Commit b056152

Browse files
committed
v2.0.0
1 parent f3f5feb commit b056152

32 files changed

+6712
-7175
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jsonic
22

3+
NOTE: PREVIEW VERSION OF NEXT RELEASE
4+
35
*A JSON parser for JavaScript that isn't strict.
46
Also, it's very __very__ extensible.*
57

debug.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Plugin } from './jsonic'
2-
declare const Debug: Plugin
3-
export { Debug }
1+
import { Plugin } from './jsonic';
2+
declare const Debug: Plugin;
3+
export { Debug };

debug.js

+53-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debug.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defaults.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Options } from './jsonic'
2-
declare const defaults: Options
3-
export { defaults }
1+
import { Options } from './jsonic';
2+
declare const defaults: Options;
3+
export { defaults };

defaults.js

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)