@stryke/json 0.9.44 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/code-frames-BUtrssZ5.d.cts +17 -0
  3. package/dist/code-frames-BUtrssZ5.d.cts.map +1 -0
  4. package/dist/code-frames-BmUvlJ0w.cjs +82 -0
  5. package/dist/code-frames-CrTAYYSE.d.mts +17 -0
  6. package/dist/code-frames-CrTAYYSE.d.mts.map +1 -0
  7. package/dist/code-frames-DuBfTMu4.mjs +77 -0
  8. package/dist/code-frames-DuBfTMu4.mjs.map +1 -0
  9. package/dist/find-reference-B8xshNXL.d.mts +52 -0
  10. package/dist/find-reference-B8xshNXL.d.mts.map +1 -0
  11. package/dist/find-reference-C-YleCds.d.cts +52 -0
  12. package/dist/find-reference-C-YleCds.d.cts.map +1 -0
  13. package/dist/find-reference-DMSYEaaI.mjs +64 -0
  14. package/dist/find-reference-DMSYEaaI.mjs.map +1 -0
  15. package/dist/find-reference-De5vBQV2.cjs +86 -0
  16. package/dist/index-B_e8BwCm.d.cts +1 -0
  17. package/dist/index-CCt0lwyI.d.mts +1 -0
  18. package/dist/index-CDAfh8Ew.d.cts +1 -0
  19. package/dist/index-DvuJXuAN.d.mts +1 -0
  20. package/dist/index.cjs +37 -14
  21. package/dist/index.d.cts +11 -8
  22. package/dist/index.d.mts +12 -9
  23. package/dist/index.mjs +13 -8
  24. package/dist/is-number-BIwzZzyi.mjs +31 -0
  25. package/dist/is-number-BIwzZzyi.mjs.map +1 -0
  26. package/dist/is-number-c5xguIbS.cjs +42 -0
  27. package/dist/{type-checks/src/is-plain-object.mjs → is-object-BpfmzHWa.mjs} +19 -3
  28. package/dist/is-object-BpfmzHWa.mjs.map +1 -0
  29. package/dist/{type-checks/src/is-plain-object.cjs → is-object-umGh91v1.cjs} +24 -3
  30. package/dist/is-set-object-BmHip9em.cjs +108 -0
  31. package/dist/is-set-object-C1Qnj1Q8.mjs +98 -0
  32. package/dist/is-set-object-C1Qnj1Q8.mjs.map +1 -0
  33. package/dist/{type-checks/src/is-string.mjs → is-string-C2RK4Gjs.cjs} +7 -2
  34. package/dist/{type-checks/src/is-string.cjs → is-string-CLiBUSKV.mjs} +2 -2
  35. package/dist/is-string-CLiBUSKV.mjs.map +1 -0
  36. package/dist/{type-checks/src/is-undefined.cjs → is-undefined-CmyJWYGD.mjs} +2 -2
  37. package/dist/is-undefined-CmyJWYGD.mjs.map +1 -0
  38. package/dist/{type-checks/src/is-undefined.mjs → is-undefined-CnI0qe-z.cjs} +7 -2
  39. package/dist/parse-BGlhbY16.d.cts +9 -0
  40. package/dist/parse-BGlhbY16.d.cts.map +1 -0
  41. package/dist/parse-Bp6kkcQ4.cjs +127 -0
  42. package/dist/parse-ByDxRup5.cjs +62 -0
  43. package/dist/parse-Cj-YfhrI.d.mts +51 -0
  44. package/dist/parse-Cj-YfhrI.d.mts.map +1 -0
  45. package/dist/parse-DZfi3d96.d.cts +51 -0
  46. package/dist/parse-DZfi3d96.d.cts.map +1 -0
  47. package/dist/parse-Dn43ZK9y.mjs +52 -0
  48. package/dist/parse-Dn43ZK9y.mjs.map +1 -0
  49. package/dist/parse-error-7K8s4vWf.d.cts +15 -0
  50. package/dist/parse-error-7K8s4vWf.d.cts.map +1 -0
  51. package/dist/parse-error-Af4zHUQ_.mjs +34 -0
  52. package/dist/parse-error-Af4zHUQ_.mjs.map +1 -0
  53. package/dist/parse-error-DpEv3vo_.d.mts +15 -0
  54. package/dist/parse-error-DpEv3vo_.d.mts.map +1 -0
  55. package/dist/parse-error-N7UE-HMh.cjs +39 -0
  56. package/dist/parse-fXy5pbmE.d.mts +9 -0
  57. package/dist/parse-fXy5pbmE.d.mts.map +1 -0
  58. package/dist/parse-vw_qRD3F.mjs +81 -0
  59. package/dist/parse-vw_qRD3F.mjs.map +1 -0
  60. package/dist/pointer/find-reference.cjs +5 -65
  61. package/dist/pointer/find-reference.d.cts +2 -52
  62. package/dist/pointer/find-reference.d.mts +2 -52
  63. package/dist/pointer/find-reference.mjs +2 -63
  64. package/dist/pointer/index.cjs +15 -14
  65. package/dist/pointer/index.d.cts +2 -2
  66. package/dist/pointer/index.d.mts +2 -2
  67. package/dist/pointer/index.mjs +3 -2
  68. package/dist/pointer/parse.cjs +9 -86
  69. package/dist/pointer/parse.d.cts +2 -44
  70. package/dist/pointer/parse.d.mts +2 -44
  71. package/dist/pointer/parse.mjs +2 -80
  72. package/dist/pointer-B3W_Sme3.cjs +0 -0
  73. package/dist/pointer-Dn__XOdY.mjs +0 -0
  74. package/dist/schema-BO1HCrxv.d.cts +55 -0
  75. package/dist/schema-BO1HCrxv.d.cts.map +1 -0
  76. package/dist/schema-CmH1V_uI.d.mts +55 -0
  77. package/dist/schema-CmH1V_uI.d.mts.map +1 -0
  78. package/dist/schema-DGmzxHja.mjs +72 -0
  79. package/dist/schema-DGmzxHja.mjs.map +1 -0
  80. package/dist/schema-Dl018Aq4.cjs +106 -0
  81. package/dist/schema.cjs +8 -0
  82. package/dist/schema.d.cts +2 -0
  83. package/dist/schema.d.mts +3 -0
  84. package/dist/schema.mjs +3 -0
  85. package/dist/storm-json-8F9CKpXu.d.mts +70 -0
  86. package/dist/storm-json-8F9CKpXu.d.mts.map +1 -0
  87. package/dist/storm-json-BD6WFbrI.cjs +154 -0
  88. package/dist/storm-json-DvIEWMEH.d.cts +70 -0
  89. package/dist/storm-json-DvIEWMEH.d.cts.map +1 -0
  90. package/dist/storm-json-nkhJgTz4.mjs +116 -0
  91. package/dist/storm-json-nkhJgTz4.mjs.map +1 -0
  92. package/dist/storm-json.cjs +3 -116
  93. package/dist/storm-json.d.cts +2 -70
  94. package/dist/storm-json.d.mts +3 -70
  95. package/dist/storm-json.mjs +3 -115
  96. package/dist/stringify-Bc8OkhIr.d.cts +13 -0
  97. package/dist/stringify-Bc8OkhIr.d.cts.map +1 -0
  98. package/dist/stringify-BehjrfhS.cjs +78 -0
  99. package/dist/stringify-CFT1K1LE.d.mts +13 -0
  100. package/dist/stringify-CFT1K1LE.d.mts.map +1 -0
  101. package/dist/stringify-CYHjAvWm.mjs +68 -0
  102. package/dist/stringify-CYHjAvWm.mjs.map +1 -0
  103. package/dist/strip-comments-BA8MS_Fs.d.mts +11 -0
  104. package/dist/strip-comments-BA8MS_Fs.d.mts.map +1 -0
  105. package/dist/strip-comments-CmEG_smS.cjs +94 -0
  106. package/dist/strip-comments-Cz_Wc25t.d.cts +11 -0
  107. package/dist/strip-comments-Cz_Wc25t.d.cts.map +1 -0
  108. package/dist/strip-comments-Dq00N_Sg.mjs +89 -0
  109. package/dist/strip-comments-Dq00N_Sg.mjs.map +1 -0
  110. package/dist/types-Bn8rC098.d.cts +222 -0
  111. package/dist/types-Bn8rC098.d.cts.map +1 -0
  112. package/dist/types-CPQlxauZ.d.mts +222 -0
  113. package/dist/types-CPQlxauZ.d.mts.map +1 -0
  114. package/dist/types.d.cts +2 -69
  115. package/dist/types.d.mts +2 -69
  116. package/dist/types.mjs +0 -1
  117. package/dist/utils/code-frames.cjs +2 -76
  118. package/dist/utils/code-frames.d.cts +2 -17
  119. package/dist/utils/code-frames.d.mts +2 -17
  120. package/dist/utils/code-frames.mjs +2 -76
  121. package/dist/utils/index.cjs +13 -12
  122. package/dist/utils/index.d.cts +5 -5
  123. package/dist/utils/index.d.mts +6 -5
  124. package/dist/utils/index.mjs +6 -5
  125. package/dist/utils/parse-error.cjs +2 -33
  126. package/dist/utils/parse-error.d.cts +2 -15
  127. package/dist/utils/parse-error.d.mts +2 -15
  128. package/dist/utils/parse-error.mjs +2 -33
  129. package/dist/utils/parse.cjs +3 -51
  130. package/dist/utils/parse.d.cts +2 -9
  131. package/dist/utils/parse.d.mts +2 -9
  132. package/dist/utils/parse.mjs +2 -51
  133. package/dist/utils/stringify.cjs +3 -67
  134. package/dist/utils/stringify.d.cts +2 -13
  135. package/dist/utils/stringify.d.mts +2 -13
  136. package/dist/utils/stringify.mjs +2 -67
  137. package/dist/utils/strip-comments.cjs +2 -85
  138. package/dist/utils/strip-comments.d.cts +2 -11
  139. package/dist/utils/strip-comments.d.mts +2 -11
  140. package/dist/utils/strip-comments.mjs +2 -86
  141. package/dist/utils-jN2UkvqB.cjs +0 -0
  142. package/dist/utils-mEkKIcgl.mjs +0 -0
  143. package/package.json +12 -3
  144. package/dist/_virtual/rolldown_runtime.cjs +0 -29
  145. package/dist/pointer/find-reference.d.cts.map +0 -1
  146. package/dist/pointer/find-reference.d.mts.map +0 -1
  147. package/dist/pointer/find-reference.mjs.map +0 -1
  148. package/dist/pointer/parse.d.cts.map +0 -1
  149. package/dist/pointer/parse.d.mts.map +0 -1
  150. package/dist/pointer/parse.mjs.map +0 -1
  151. package/dist/storm-json.d.cts.map +0 -1
  152. package/dist/storm-json.d.mts.map +0 -1
  153. package/dist/storm-json.mjs.map +0 -1
  154. package/dist/type-checks/src/get-object-tag.cjs +0 -15
  155. package/dist/type-checks/src/get-object-tag.mjs +0 -15
  156. package/dist/type-checks/src/get-object-tag.mjs.map +0 -1
  157. package/dist/type-checks/src/is-empty.cjs +0 -20
  158. package/dist/type-checks/src/is-empty.mjs +0 -21
  159. package/dist/type-checks/src/is-empty.mjs.map +0 -1
  160. package/dist/type-checks/src/is-non-null-object.cjs +0 -16
  161. package/dist/type-checks/src/is-non-null-object.mjs +0 -17
  162. package/dist/type-checks/src/is-non-null-object.mjs.map +0 -1
  163. package/dist/type-checks/src/is-null.cjs +0 -12
  164. package/dist/type-checks/src/is-null.mjs +0 -12
  165. package/dist/type-checks/src/is-null.mjs.map +0 -1
  166. package/dist/type-checks/src/is-number.cjs +0 -18
  167. package/dist/type-checks/src/is-number.mjs +0 -18
  168. package/dist/type-checks/src/is-number.mjs.map +0 -1
  169. package/dist/type-checks/src/is-object.cjs +0 -19
  170. package/dist/type-checks/src/is-object.mjs +0 -20
  171. package/dist/type-checks/src/is-object.mjs.map +0 -1
  172. package/dist/type-checks/src/is-plain-object.mjs.map +0 -1
  173. package/dist/type-checks/src/is-set-object.cjs +0 -19
  174. package/dist/type-checks/src/is-set-object.mjs +0 -20
  175. package/dist/type-checks/src/is-set-object.mjs.map +0 -1
  176. package/dist/type-checks/src/is-set.cjs +0 -19
  177. package/dist/type-checks/src/is-set.mjs +0 -20
  178. package/dist/type-checks/src/is-set.mjs.map +0 -1
  179. package/dist/type-checks/src/is-string.mjs.map +0 -1
  180. package/dist/type-checks/src/is-undefined.mjs.map +0 -1
  181. package/dist/types/src/base.cjs +0 -6
  182. package/dist/types/src/base.mjs +0 -6
  183. package/dist/types/src/base.mjs.map +0 -1
  184. package/dist/types/src/json.d.cts +0 -12
  185. package/dist/types/src/json.d.cts.map +0 -1
  186. package/dist/types/src/json.d.mts +0 -12
  187. package/dist/types/src/json.d.mts.map +0 -1
  188. package/dist/types.d.cts.map +0 -1
  189. package/dist/types.d.mts.map +0 -1
  190. package/dist/utils/code-frames.d.cts.map +0 -1
  191. package/dist/utils/code-frames.d.mts.map +0 -1
  192. package/dist/utils/code-frames.mjs.map +0 -1
  193. package/dist/utils/parse-error.d.cts.map +0 -1
  194. package/dist/utils/parse-error.d.mts.map +0 -1
  195. package/dist/utils/parse-error.mjs.map +0 -1
  196. package/dist/utils/parse.d.cts.map +0 -1
  197. package/dist/utils/parse.d.mts.map +0 -1
  198. package/dist/utils/parse.mjs.map +0 -1
  199. package/dist/utils/stringify.d.cts.map +0 -1
  200. package/dist/utils/stringify.d.mts.map +0 -1
  201. package/dist/utils/stringify.mjs.map +0 -1
  202. package/dist/utils/strip-comments.d.cts.map +0 -1
  203. package/dist/utils/strip-comments.d.mts.map +0 -1
  204. package/dist/utils/strip-comments.mjs.map +0 -1
@@ -0,0 +1,222 @@
1
+ import { ParseOptions } from "jsonc-parser";
2
+
3
+ //#region src/types.d.ts
4
+ type PrimitiveJsonValue = string | number | boolean | undefined | null;
5
+ interface Class {
6
+ new (...args: any[]): any;
7
+ }
8
+ type JsonValue = PrimitiveJsonValue | JsonArray | JsonObject;
9
+ type JsonArray = Array<JsonValue>;
10
+ interface JsonObject {
11
+ [key: string]: JsonValue;
12
+ }
13
+ type ClassInstance = any;
14
+ type SerializableJsonValue = symbol | Set<JsonValue> | Map<JsonValue, JsonValue> | undefined | bigint | Date | ClassInstance | RegExp;
15
+ type Tree<T> = InnerNode<T> | Leaf<T>;
16
+ type Leaf<T> = [T];
17
+ type InnerNode<T> = [T, Record<string, Tree<T>>];
18
+ type PrimitiveTypeAnnotation = "number" | "undefined" | "bigint";
19
+ type LeafTypeAnnotation = PrimitiveTypeAnnotation | "regexp" | "Date" | "Error" | "URL";
20
+ type TypedArrayAnnotation = ["typed-array", string];
21
+ type ClassTypeAnnotation = ["class", string];
22
+ type SymbolTypeAnnotation = ["symbol", string];
23
+ type CustomTypeAnnotation = ["custom", string];
24
+ type SimpleTypeAnnotation = LeafTypeAnnotation | "map" | "set";
25
+ type CompositeTypeAnnotation = TypedArrayAnnotation | ClassTypeAnnotation | SymbolTypeAnnotation | CustomTypeAnnotation;
26
+ type TypeAnnotation = SimpleTypeAnnotation | CompositeTypeAnnotation;
27
+ interface JsonParseOptions extends ParseOptions {
28
+ /**
29
+ * Expect JSON with javascript-style
30
+ *
31
+ * @defaultValue false
32
+ */
33
+ expectComments?: boolean;
34
+ /**
35
+ * Disallow javascript-style
36
+ *
37
+ * @defaultValue false
38
+ */
39
+ disallowComments?: boolean;
40
+ /**
41
+ * Allow trailing commas in the JSON content
42
+ */
43
+ allowTrailingComma?: boolean;
44
+ }
45
+ interface JsonSerializeOptions {
46
+ /**
47
+ * the whitespaces to add as indentation to make the output more readable.
48
+ *
49
+ * @defaultValue 2
50
+ */
51
+ spaces?: number;
52
+ }
53
+ interface JsonParserResult {
54
+ json: JsonValue;
55
+ meta?: {
56
+ values?: Tree<TypeAnnotation> | Record<string, Tree<TypeAnnotation>> | undefined;
57
+ referentialEqualities?: Record<string, string[]> | [string[]] | [string[], Record<string, string[]>];
58
+ };
59
+ }
60
+ interface JsonParserInterface {
61
+ parse: <TData = any>(strData: string) => TData;
62
+ stringify: <TData = any>(data: TData) => string;
63
+ serialize: (object: JsonValue) => JsonParserResult;
64
+ deserialize: <TData = any>(payload: JsonParserResult) => TData;
65
+ register: <TData = any, TJsonValue extends JsonValue = JsonValue>(name: string, serialize: (object: JsonValue) => TJsonValue, deserialize: (payload: TJsonValue) => TData, isApplicable: (data: any) => data is TData) => void;
66
+ }
67
+ interface JsonSchema7AnyType {
68
+ $ref?: string;
69
+ }
70
+ interface JsonSchema7ArrayType {
71
+ type: "array";
72
+ items?: JsonSchema7Type;
73
+ minItems?: number;
74
+ maxItems?: number;
75
+ }
76
+ interface JsonSchema7BigintType {
77
+ type: "integer";
78
+ format: "int64";
79
+ minimum?: bigint;
80
+ exclusiveMinimum?: bigint;
81
+ maximum?: bigint;
82
+ exclusiveMaximum?: bigint;
83
+ multipleOf?: bigint;
84
+ }
85
+ interface JsonSchema7BooleanType {
86
+ type: "boolean";
87
+ }
88
+ type JsonSchema7DateType = {
89
+ type: "integer" | "string";
90
+ format: "unix-time" | "date-time" | "date";
91
+ minimum?: number;
92
+ maximum?: number;
93
+ } | {
94
+ anyOf: JsonSchema7DateType[];
95
+ };
96
+ interface JsonSchema7EnumType {
97
+ type: "string";
98
+ enum: string[];
99
+ }
100
+ interface JsonSchema7AllOfType {
101
+ allOf: JsonSchema7Type[];
102
+ unevaluatedProperties?: boolean;
103
+ }
104
+ interface JsonSchema7PrimitiveLiteralType {
105
+ type: "string" | "number" | "integer" | "boolean";
106
+ const: string | number | boolean;
107
+ }
108
+ type JsonSchema7LiteralType = JsonSchema7PrimitiveLiteralType | {
109
+ type: "object" | "array";
110
+ };
111
+ interface JsonSchema7MapType {
112
+ type: "array";
113
+ maxItems: 125;
114
+ items: {
115
+ type: "array";
116
+ items: [JsonSchema7Type, JsonSchema7Type];
117
+ minItems: 2;
118
+ maxItems: 2;
119
+ };
120
+ }
121
+ interface JsonSchema7NativeEnumType {
122
+ type: "string" | "number" | ["string", "number"];
123
+ enum: (string | number)[];
124
+ }
125
+ interface JsonSchema7NeverType {
126
+ not: JsonSchema7AnyType;
127
+ }
128
+ interface JsonSchema7NullType {
129
+ type: "null";
130
+ }
131
+ type JsonSchema7NullableType = {
132
+ anyOf: [JsonSchema7Type, JsonSchema7NullType];
133
+ } | {
134
+ type: [string, "null"];
135
+ };
136
+ interface JsonSchema7NumberType {
137
+ type: "number" | "integer";
138
+ minimum?: number;
139
+ exclusiveMinimum?: number;
140
+ maximum?: number;
141
+ exclusiveMaximum?: number;
142
+ multipleOf?: number;
143
+ }
144
+ interface JsonSchema7ObjectType {
145
+ type: "object";
146
+ properties: Record<string, JsonSchema7Type>;
147
+ additionalProperties?: boolean | JsonSchema7Type;
148
+ required?: string[];
149
+ }
150
+ interface JsonSchema7StringType {
151
+ type: "string";
152
+ minLength?: number;
153
+ maxLength?: number;
154
+ format?: "email" | "idn-email" | "uri" | "uuid" | "date-time" | "ipv4" | "ipv6" | "date" | "time" | "duration";
155
+ pattern?: string;
156
+ contentEncoding?: string;
157
+ }
158
+ interface JsonSchema7SetType {
159
+ type: "array";
160
+ uniqueItems: true;
161
+ items?: JsonSchema7Type;
162
+ minItems?: number;
163
+ maxItems?: number;
164
+ }
165
+ type JsonSchema7RecordPropertyNamesType = Omit<JsonSchema7StringType, "type"> | Omit<JsonSchema7EnumType, "type">;
166
+ interface JsonSchema7RecordType {
167
+ type: "object";
168
+ additionalProperties?: JsonSchema7Type | true;
169
+ propertyNames?: JsonSchema7RecordPropertyNamesType;
170
+ }
171
+ type JsonSchema7TupleType = {
172
+ type: "array";
173
+ minItems: number;
174
+ items: JsonSchema7Type[];
175
+ } & ({
176
+ maxItems: number;
177
+ } | {
178
+ additionalItems?: JsonSchema7Type;
179
+ });
180
+ interface JsonSchema7UndefinedType {
181
+ not: JsonSchema7AnyType;
182
+ }
183
+ type JsonSchema7Primitive = "string" | "number" | "integer" | "boolean" | "null";
184
+ type JsonSchema7UnionType = JsonSchema7PrimitiveUnionType | JsonSchema7AnyOfType;
185
+ type JsonSchema7PrimitiveUnionType = {
186
+ type: JsonSchema7Primitive | JsonSchema7Primitive[];
187
+ } | {
188
+ type: JsonSchema7Primitive | JsonSchema7Primitive[];
189
+ enum: (string | number | bigint | boolean | null)[];
190
+ };
191
+ type JsonSchema7UnknownType = JsonSchema7AnyType;
192
+ interface JsonSchema7AnyOfType {
193
+ anyOf: JsonSchema7Type[];
194
+ }
195
+ interface JsonSchema7RefType {
196
+ $ref: string;
197
+ }
198
+ interface JsonSchema7Meta {
199
+ $id?: string;
200
+ $ref?: string;
201
+ $schema?: string;
202
+ $comment?: string;
203
+ title?: string;
204
+ default?: any;
205
+ description?: string;
206
+ /**
207
+ * @see https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-8.2.4
208
+ * @see https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#appendix-A
209
+ */
210
+ $defs?: {
211
+ [key: string]: JsonSchema7Type;
212
+ };
213
+ }
214
+ type JsonSchema7TypeUnion = JsonSchema7StringType | JsonSchema7ArrayType | JsonSchema7NumberType | JsonSchema7BigintType | JsonSchema7BooleanType | JsonSchema7DateType | JsonSchema7EnumType | JsonSchema7LiteralType | JsonSchema7NativeEnumType | JsonSchema7NullType | JsonSchema7NumberType | JsonSchema7ObjectType | JsonSchema7RecordType | JsonSchema7TupleType | JsonSchema7UnionType | JsonSchema7UndefinedType | JsonSchema7RefType | JsonSchema7NeverType | JsonSchema7MapType | JsonSchema7AnyType | JsonSchema7NullableType | JsonSchema7AllOfType | JsonSchema7UnknownType | JsonSchema7SetType;
215
+ /**
216
+ * JSON Schema v7
217
+ * @see https://tools.ietf.org/html/draft-handrews-json-schema-validation-01
218
+ */
219
+ type JsonSchema7Type = JsonSchema7TypeUnion & JsonSchema7Meta;
220
+ //#endregion
221
+ export { TypeAnnotation as $, JsonSchema7PrimitiveLiteralType as A, JsonSchema7UndefinedType as B, JsonSchema7NativeEnumType as C, JsonSchema7NumberType as D, JsonSchema7NullableType as E, JsonSchema7SetType as F, Leaf as G, JsonSchema7UnknownType as H, JsonSchema7StringType as I, PrimitiveTypeAnnotation as J, LeafTypeAnnotation as K, JsonSchema7TupleType as L, JsonSchema7RecordPropertyNamesType as M, JsonSchema7RecordType as N, JsonSchema7ObjectType as O, JsonSchema7RefType as P, Tree as Q, JsonSchema7Type as R, JsonSchema7Meta as S, JsonSchema7NullType as T, JsonSerializeOptions as U, JsonSchema7UnionType as V, JsonValue as W, SimpleTypeAnnotation as X, SerializableJsonValue as Y, SymbolTypeAnnotation as Z, JsonSchema7BooleanType as _, CustomTypeAnnotation as a, JsonSchema7LiteralType as b, JsonObject as c, JsonParserResult as d, TypedArrayAnnotation as et, JsonSchema7AllOfType as f, JsonSchema7BigintType as g, JsonSchema7ArrayType as h, CompositeTypeAnnotation as i, JsonSchema7PrimitiveUnionType as j, JsonSchema7Primitive as k, JsonParseOptions as l, JsonSchema7AnyType as m, ClassInstance as n, InnerNode as o, JsonSchema7AnyOfType as p, PrimitiveJsonValue as q, ClassTypeAnnotation as r, JsonArray as s, Class as t, JsonParserInterface as u, JsonSchema7DateType as v, JsonSchema7NeverType as w, JsonSchema7MapType as x, JsonSchema7EnumType as y, JsonSchema7TypeUnion as z };
222
+ //# sourceMappingURL=types-CPQlxauZ.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-CPQlxauZ.d.mts","names":[],"sources":["../src/types.ts"],"sourcesContent":[],"mappings":"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"}
package/dist/types.d.cts CHANGED
@@ -1,69 +1,2 @@
1
- import { ParseOptions } from "jsonc-parser";
2
-
3
- //#region src/types.d.ts
4
- type PrimitiveJsonValue = string | number | boolean | undefined | null;
5
- interface Class {
6
- new (...args: any[]): any;
7
- }
8
- type JsonValue = PrimitiveJsonValue | JsonArray | JsonObject;
9
- type JsonArray = Array<JsonValue>;
10
- interface JsonObject {
11
- [key: string]: JsonValue;
12
- }
13
- type ClassInstance = any;
14
- type SerializableJsonValue = symbol | Set<JsonValue> | Map<JsonValue, JsonValue> | undefined | bigint | Date | ClassInstance | RegExp;
15
- type Tree<T> = InnerNode<T> | Leaf<T>;
16
- type Leaf<T> = [T];
17
- type InnerNode<T> = [T, Record<string, Tree<T>>];
18
- type PrimitiveTypeAnnotation = "number" | "undefined" | "bigint";
19
- type LeafTypeAnnotation = PrimitiveTypeAnnotation | "regexp" | "Date" | "Error" | "URL";
20
- type TypedArrayAnnotation = ["typed-array", string];
21
- type ClassTypeAnnotation = ["class", string];
22
- type SymbolTypeAnnotation = ["symbol", string];
23
- type CustomTypeAnnotation = ["custom", string];
24
- type SimpleTypeAnnotation = LeafTypeAnnotation | "map" | "set";
25
- type CompositeTypeAnnotation = TypedArrayAnnotation | ClassTypeAnnotation | SymbolTypeAnnotation | CustomTypeAnnotation;
26
- type TypeAnnotation = SimpleTypeAnnotation | CompositeTypeAnnotation;
27
- interface JsonParseOptions extends ParseOptions {
28
- /**
29
- * Expect JSON with javascript-style
30
- *
31
- * @defaultValue false
32
- */
33
- expectComments?: boolean;
34
- /**
35
- * Disallow javascript-style
36
- *
37
- * @defaultValue false
38
- */
39
- disallowComments?: boolean;
40
- /**
41
- * Allow trailing commas in the JSON content
42
- */
43
- allowTrailingComma?: boolean;
44
- }
45
- interface JsonSerializeOptions {
46
- /**
47
- * the whitespaces to add as indentation to make the output more readable.
48
- *
49
- * @defaultValue 2
50
- */
51
- spaces?: number;
52
- }
53
- interface JsonParserResult {
54
- json: JsonValue;
55
- meta?: {
56
- values?: Tree<TypeAnnotation> | Record<string, Tree<TypeAnnotation>> | undefined;
57
- referentialEqualities?: Record<string, string[]> | [string[]] | [string[], Record<string, string[]>];
58
- };
59
- }
60
- interface JsonParserInterface {
61
- parse: <TData = any>(strData: string) => TData;
62
- stringify: <TData = any>(data: TData) => string;
63
- serialize: (object: JsonValue) => JsonParserResult;
64
- deserialize: <TData = any>(payload: JsonParserResult) => TData;
65
- register: <TData = any, TJsonValue extends JsonValue = JsonValue>(name: string, serialize: (object: JsonValue) => TJsonValue, deserialize: (payload: TJsonValue) => TData, isApplicable: (data: any) => data is TData) => void;
66
- }
67
- //#endregion
68
- export { Class, ClassInstance, ClassTypeAnnotation, CompositeTypeAnnotation, CustomTypeAnnotation, InnerNode, JsonArray, JsonObject, JsonParseOptions, JsonParserInterface, JsonParserResult, JsonSerializeOptions, JsonValue, Leaf, LeafTypeAnnotation, PrimitiveJsonValue, PrimitiveTypeAnnotation, SerializableJsonValue, SimpleTypeAnnotation, SymbolTypeAnnotation, Tree, TypeAnnotation, TypedArrayAnnotation };
69
- //# sourceMappingURL=types.d.cts.map
1
+ import { $ as TypeAnnotation, A as JsonSchema7PrimitiveLiteralType, B as JsonSchema7UndefinedType, C as JsonSchema7NativeEnumType, D as JsonSchema7NumberType, E as JsonSchema7NullableType, F as JsonSchema7SetType, G as Leaf, H as JsonSchema7UnknownType, I as JsonSchema7StringType, J as PrimitiveTypeAnnotation, K as LeafTypeAnnotation, L as JsonSchema7TupleType, M as JsonSchema7RecordPropertyNamesType, N as JsonSchema7RecordType, O as JsonSchema7ObjectType, P as JsonSchema7RefType, Q as Tree, R as JsonSchema7Type, S as JsonSchema7Meta, T as JsonSchema7NullType, U as JsonSerializeOptions, V as JsonSchema7UnionType, W as JsonValue, X as SimpleTypeAnnotation, Y as SerializableJsonValue, Z as SymbolTypeAnnotation, _ as JsonSchema7BooleanType, a as CustomTypeAnnotation, b as JsonSchema7LiteralType, c as JsonObject, d as JsonParserResult, et as TypedArrayAnnotation, f as JsonSchema7AllOfType, g as JsonSchema7BigintType, h as JsonSchema7ArrayType, i as CompositeTypeAnnotation, j as JsonSchema7PrimitiveUnionType, k as JsonSchema7Primitive, l as JsonParseOptions, m as JsonSchema7AnyType, n as ClassInstance, o as InnerNode, p as JsonSchema7AnyOfType, q as PrimitiveJsonValue, r as ClassTypeAnnotation, s as JsonArray, t as Class, u as JsonParserInterface, v as JsonSchema7DateType, w as JsonSchema7NeverType, x as JsonSchema7MapType, y as JsonSchema7EnumType, z as JsonSchema7TypeUnion } from "./types-Bn8rC098.cjs";
2
+ export { Class, ClassInstance, ClassTypeAnnotation, CompositeTypeAnnotation, CustomTypeAnnotation, InnerNode, JsonArray, JsonObject, JsonParseOptions, JsonParserInterface, JsonParserResult, JsonSchema7AllOfType, JsonSchema7AnyOfType, JsonSchema7AnyType, JsonSchema7ArrayType, JsonSchema7BigintType, JsonSchema7BooleanType, JsonSchema7DateType, JsonSchema7EnumType, JsonSchema7LiteralType, JsonSchema7MapType, JsonSchema7Meta, JsonSchema7NativeEnumType, JsonSchema7NeverType, JsonSchema7NullType, JsonSchema7NullableType, JsonSchema7NumberType, JsonSchema7ObjectType, JsonSchema7Primitive, JsonSchema7PrimitiveLiteralType, JsonSchema7PrimitiveUnionType, JsonSchema7RecordPropertyNamesType, JsonSchema7RecordType, JsonSchema7RefType, JsonSchema7SetType, JsonSchema7StringType, JsonSchema7TupleType, JsonSchema7Type, JsonSchema7TypeUnion, JsonSchema7UndefinedType, JsonSchema7UnionType, JsonSchema7UnknownType, JsonSerializeOptions, JsonValue, Leaf, LeafTypeAnnotation, PrimitiveJsonValue, PrimitiveTypeAnnotation, SerializableJsonValue, SimpleTypeAnnotation, SymbolTypeAnnotation, Tree, TypeAnnotation, TypedArrayAnnotation };
package/dist/types.d.mts CHANGED
@@ -1,69 +1,2 @@
1
- import { ParseOptions } from "jsonc-parser";
2
-
3
- //#region src/types.d.ts
4
- type PrimitiveJsonValue = string | number | boolean | undefined | null;
5
- interface Class {
6
- new (...args: any[]): any;
7
- }
8
- type JsonValue = PrimitiveJsonValue | JsonArray | JsonObject;
9
- type JsonArray = Array<JsonValue>;
10
- interface JsonObject {
11
- [key: string]: JsonValue;
12
- }
13
- type ClassInstance = any;
14
- type SerializableJsonValue = symbol | Set<JsonValue> | Map<JsonValue, JsonValue> | undefined | bigint | Date | ClassInstance | RegExp;
15
- type Tree<T> = InnerNode<T> | Leaf<T>;
16
- type Leaf<T> = [T];
17
- type InnerNode<T> = [T, Record<string, Tree<T>>];
18
- type PrimitiveTypeAnnotation = "number" | "undefined" | "bigint";
19
- type LeafTypeAnnotation = PrimitiveTypeAnnotation | "regexp" | "Date" | "Error" | "URL";
20
- type TypedArrayAnnotation = ["typed-array", string];
21
- type ClassTypeAnnotation = ["class", string];
22
- type SymbolTypeAnnotation = ["symbol", string];
23
- type CustomTypeAnnotation = ["custom", string];
24
- type SimpleTypeAnnotation = LeafTypeAnnotation | "map" | "set";
25
- type CompositeTypeAnnotation = TypedArrayAnnotation | ClassTypeAnnotation | SymbolTypeAnnotation | CustomTypeAnnotation;
26
- type TypeAnnotation = SimpleTypeAnnotation | CompositeTypeAnnotation;
27
- interface JsonParseOptions extends ParseOptions {
28
- /**
29
- * Expect JSON with javascript-style
30
- *
31
- * @defaultValue false
32
- */
33
- expectComments?: boolean;
34
- /**
35
- * Disallow javascript-style
36
- *
37
- * @defaultValue false
38
- */
39
- disallowComments?: boolean;
40
- /**
41
- * Allow trailing commas in the JSON content
42
- */
43
- allowTrailingComma?: boolean;
44
- }
45
- interface JsonSerializeOptions {
46
- /**
47
- * the whitespaces to add as indentation to make the output more readable.
48
- *
49
- * @defaultValue 2
50
- */
51
- spaces?: number;
52
- }
53
- interface JsonParserResult {
54
- json: JsonValue;
55
- meta?: {
56
- values?: Tree<TypeAnnotation> | Record<string, Tree<TypeAnnotation>> | undefined;
57
- referentialEqualities?: Record<string, string[]> | [string[]] | [string[], Record<string, string[]>];
58
- };
59
- }
60
- interface JsonParserInterface {
61
- parse: <TData = any>(strData: string) => TData;
62
- stringify: <TData = any>(data: TData) => string;
63
- serialize: (object: JsonValue) => JsonParserResult;
64
- deserialize: <TData = any>(payload: JsonParserResult) => TData;
65
- register: <TData = any, TJsonValue extends JsonValue = JsonValue>(name: string, serialize: (object: JsonValue) => TJsonValue, deserialize: (payload: TJsonValue) => TData, isApplicable: (data: any) => data is TData) => void;
66
- }
67
- //#endregion
68
- export { Class, ClassInstance, ClassTypeAnnotation, CompositeTypeAnnotation, CustomTypeAnnotation, InnerNode, JsonArray, JsonObject, JsonParseOptions, JsonParserInterface, JsonParserResult, JsonSerializeOptions, JsonValue, Leaf, LeafTypeAnnotation, PrimitiveJsonValue, PrimitiveTypeAnnotation, SerializableJsonValue, SimpleTypeAnnotation, SymbolTypeAnnotation, Tree, TypeAnnotation, TypedArrayAnnotation };
69
- //# sourceMappingURL=types.d.mts.map
1
+ import { $ as TypeAnnotation, A as JsonSchema7PrimitiveLiteralType, B as JsonSchema7UndefinedType, C as JsonSchema7NativeEnumType, D as JsonSchema7NumberType, E as JsonSchema7NullableType, F as JsonSchema7SetType, G as Leaf, H as JsonSchema7UnknownType, I as JsonSchema7StringType, J as PrimitiveTypeAnnotation, K as LeafTypeAnnotation, L as JsonSchema7TupleType, M as JsonSchema7RecordPropertyNamesType, N as JsonSchema7RecordType, O as JsonSchema7ObjectType, P as JsonSchema7RefType, Q as Tree, R as JsonSchema7Type, S as JsonSchema7Meta, T as JsonSchema7NullType, U as JsonSerializeOptions, V as JsonSchema7UnionType, W as JsonValue, X as SimpleTypeAnnotation, Y as SerializableJsonValue, Z as SymbolTypeAnnotation, _ as JsonSchema7BooleanType, a as CustomTypeAnnotation, b as JsonSchema7LiteralType, c as JsonObject, d as JsonParserResult, et as TypedArrayAnnotation, f as JsonSchema7AllOfType, g as JsonSchema7BigintType, h as JsonSchema7ArrayType, i as CompositeTypeAnnotation, j as JsonSchema7PrimitiveUnionType, k as JsonSchema7Primitive, l as JsonParseOptions, m as JsonSchema7AnyType, n as ClassInstance, o as InnerNode, p as JsonSchema7AnyOfType, q as PrimitiveJsonValue, r as ClassTypeAnnotation, s as JsonArray, t as Class, u as JsonParserInterface, v as JsonSchema7DateType, w as JsonSchema7NeverType, x as JsonSchema7MapType, y as JsonSchema7EnumType, z as JsonSchema7TypeUnion } from "./types-CPQlxauZ.mjs";
2
+ export { Class, ClassInstance, ClassTypeAnnotation, CompositeTypeAnnotation, CustomTypeAnnotation, InnerNode, JsonArray, JsonObject, JsonParseOptions, JsonParserInterface, JsonParserResult, JsonSchema7AllOfType, JsonSchema7AnyOfType, JsonSchema7AnyType, JsonSchema7ArrayType, JsonSchema7BigintType, JsonSchema7BooleanType, JsonSchema7DateType, JsonSchema7EnumType, JsonSchema7LiteralType, JsonSchema7MapType, JsonSchema7Meta, JsonSchema7NativeEnumType, JsonSchema7NeverType, JsonSchema7NullType, JsonSchema7NullableType, JsonSchema7NumberType, JsonSchema7ObjectType, JsonSchema7Primitive, JsonSchema7PrimitiveLiteralType, JsonSchema7PrimitiveUnionType, JsonSchema7RecordPropertyNamesType, JsonSchema7RecordType, JsonSchema7RefType, JsonSchema7SetType, JsonSchema7StringType, JsonSchema7TupleType, JsonSchema7Type, JsonSchema7TypeUnion, JsonSchema7UndefinedType, JsonSchema7UnionType, JsonSchema7UnknownType, JsonSerializeOptions, JsonValue, Leaf, LeafTypeAnnotation, PrimitiveJsonValue, PrimitiveTypeAnnotation, SerializableJsonValue, SimpleTypeAnnotation, SymbolTypeAnnotation, Tree, TypeAnnotation, TypedArrayAnnotation };
package/dist/types.mjs CHANGED
@@ -1 +0,0 @@
1
- export { };
@@ -1,77 +1,3 @@
1
+ const require_code_frames = require('../code-frames-BmUvlJ0w.cjs');
1
2
 
2
- //#region src/utils/code-frames.ts
3
- /**
4
- * RegExp to test for newlines in terminal.
5
- */
6
- const NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
7
- /**
8
- * Extract what lines should be marked and highlighted.
9
- */
10
- function getMarkerLines(loc, source, opts = {}) {
11
- const startLoc = {
12
- column: 0,
13
- line: -1,
14
- ...loc.start
15
- };
16
- const endLoc = {
17
- ...startLoc,
18
- ...loc.end
19
- };
20
- const { linesAbove = 2, linesBelow = 3 } = opts || {};
21
- const startLine = startLoc.line;
22
- const startColumn = startLoc.column;
23
- const endLine = endLoc.line;
24
- const endColumn = endLoc.column;
25
- let start = Math.max(startLine - (linesAbove + 1), 0);
26
- let end = Math.min(source.length, endLine + linesBelow);
27
- if (startLine === -1) start = 0;
28
- if (endLine === -1) end = source.length;
29
- const lineDiff = endLine - startLine;
30
- const markerLines = {};
31
- if (lineDiff) for (let i = 0; i <= lineDiff; i++) {
32
- const lineNumber = i + startLine;
33
- if (!startColumn) markerLines[lineNumber] = true;
34
- else if (i === 0) markerLines[lineNumber] = [startColumn, (source[lineNumber - 1]?.length ?? 0) - startColumn + 1];
35
- else if (i === lineDiff) markerLines[lineNumber] = [0, endColumn];
36
- else markerLines[lineNumber] = [0, source[lineNumber - i]?.length ?? 0];
37
- }
38
- else if (startColumn === endColumn) markerLines[startLine] = startColumn ? [startColumn, 0] : true;
39
- else markerLines[startLine] = [startColumn, endColumn - startColumn];
40
- return {
41
- start,
42
- end,
43
- markerLines
44
- };
45
- }
46
- function codeFrameColumns(rawLines, loc, opts = {}) {
47
- const { start, end, markerLines } = getMarkerLines(loc, rawLines.split(NEWLINE), opts);
48
- const numberMaxWidth = String(end).length;
49
- return (opts.highlight ? opts.highlight(rawLines) : rawLines).split(NEWLINE).slice(start, end).map((line, index) => {
50
- const number = start + 1 + index;
51
- const gutter = ` ${` ${number}`.slice(-numberMaxWidth)} | `;
52
- const hasMarker = Boolean(markerLines[number] ?? false);
53
- if (hasMarker) {
54
- let markerLine = "";
55
- if (Array.isArray(hasMarker)) {
56
- const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " ");
57
- const numberOfMarkers = hasMarker[1] || 1;
58
- markerLine = [
59
- "\n ",
60
- gutter.replace(/\d/g, " "),
61
- markerSpacing,
62
- "^".repeat(numberOfMarkers)
63
- ].join("");
64
- }
65
- return [
66
- ">",
67
- gutter,
68
- line,
69
- markerLine
70
- ].join("");
71
- }
72
- return ` ${gutter}${line}`;
73
- }).join("\n");
74
- }
75
-
76
- //#endregion
77
- exports.codeFrameColumns = codeFrameColumns;
3
+ exports.codeFrameColumns = require_code_frames.codeFrameColumns;
@@ -1,17 +1,2 @@
1
- //#region src/utils/code-frames.d.ts
2
- interface Location {
3
- column: number;
4
- line: number;
5
- }
6
- interface NodeLocation {
7
- end?: Location;
8
- start?: Location;
9
- }
10
- declare function codeFrameColumns(rawLines: string, loc: NodeLocation, opts?: {
11
- linesAbove?: number;
12
- linesBelow?: number;
13
- highlight?: (rawLines: string) => string;
14
- }): string;
15
- //#endregion
16
- export { codeFrameColumns };
17
- //# sourceMappingURL=code-frames.d.cts.map
1
+ import { t as codeFrameColumns } from "../code-frames-BUtrssZ5.cjs";
2
+ export { codeFrameColumns };
@@ -1,17 +1,2 @@
1
- //#region src/utils/code-frames.d.ts
2
- interface Location {
3
- column: number;
4
- line: number;
5
- }
6
- interface NodeLocation {
7
- end?: Location;
8
- start?: Location;
9
- }
10
- declare function codeFrameColumns(rawLines: string, loc: NodeLocation, opts?: {
11
- linesAbove?: number;
12
- linesBelow?: number;
13
- highlight?: (rawLines: string) => string;
14
- }): string;
15
- //#endregion
16
- export { codeFrameColumns };
17
- //# sourceMappingURL=code-frames.d.mts.map
1
+ import { t as codeFrameColumns } from "../code-frames-CrTAYYSE.mjs";
2
+ export { codeFrameColumns };
@@ -1,77 +1,3 @@
1
- //#region src/utils/code-frames.ts
2
- /**
3
- * RegExp to test for newlines in terminal.
4
- */
5
- const NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
6
- /**
7
- * Extract what lines should be marked and highlighted.
8
- */
9
- function getMarkerLines(loc, source, opts = {}) {
10
- const startLoc = {
11
- column: 0,
12
- line: -1,
13
- ...loc.start
14
- };
15
- const endLoc = {
16
- ...startLoc,
17
- ...loc.end
18
- };
19
- const { linesAbove = 2, linesBelow = 3 } = opts || {};
20
- const startLine = startLoc.line;
21
- const startColumn = startLoc.column;
22
- const endLine = endLoc.line;
23
- const endColumn = endLoc.column;
24
- let start = Math.max(startLine - (linesAbove + 1), 0);
25
- let end = Math.min(source.length, endLine + linesBelow);
26
- if (startLine === -1) start = 0;
27
- if (endLine === -1) end = source.length;
28
- const lineDiff = endLine - startLine;
29
- const markerLines = {};
30
- if (lineDiff) for (let i = 0; i <= lineDiff; i++) {
31
- const lineNumber = i + startLine;
32
- if (!startColumn) markerLines[lineNumber] = true;
33
- else if (i === 0) markerLines[lineNumber] = [startColumn, (source[lineNumber - 1]?.length ?? 0) - startColumn + 1];
34
- else if (i === lineDiff) markerLines[lineNumber] = [0, endColumn];
35
- else markerLines[lineNumber] = [0, source[lineNumber - i]?.length ?? 0];
36
- }
37
- else if (startColumn === endColumn) markerLines[startLine] = startColumn ? [startColumn, 0] : true;
38
- else markerLines[startLine] = [startColumn, endColumn - startColumn];
39
- return {
40
- start,
41
- end,
42
- markerLines
43
- };
44
- }
45
- function codeFrameColumns(rawLines, loc, opts = {}) {
46
- const { start, end, markerLines } = getMarkerLines(loc, rawLines.split(NEWLINE), opts);
47
- const numberMaxWidth = String(end).length;
48
- return (opts.highlight ? opts.highlight(rawLines) : rawLines).split(NEWLINE).slice(start, end).map((line, index) => {
49
- const number = start + 1 + index;
50
- const gutter = ` ${` ${number}`.slice(-numberMaxWidth)} | `;
51
- const hasMarker = Boolean(markerLines[number] ?? false);
52
- if (hasMarker) {
53
- let markerLine = "";
54
- if (Array.isArray(hasMarker)) {
55
- const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " ");
56
- const numberOfMarkers = hasMarker[1] || 1;
57
- markerLine = [
58
- "\n ",
59
- gutter.replace(/\d/g, " "),
60
- markerSpacing,
61
- "^".repeat(numberOfMarkers)
62
- ].join("");
63
- }
64
- return [
65
- ">",
66
- gutter,
67
- line,
68
- markerLine
69
- ].join("");
70
- }
71
- return ` ${gutter}${line}`;
72
- }).join("\n");
73
- }
1
+ import { t as codeFrameColumns } from "../code-frames-DuBfTMu4.mjs";
74
2
 
75
- //#endregion
76
- export { codeFrameColumns };
77
- //# sourceMappingURL=code-frames.mjs.map
3
+ export { codeFrameColumns };
@@ -1,13 +1,14 @@
1
- const require_utils_strip_comments = require('./strip-comments.cjs');
2
- const require_utils_parse = require('./parse.cjs');
3
- const require_utils_code_frames = require('./code-frames.cjs');
4
- const require_utils_parse_error = require('./parse-error.cjs');
5
- const require_utils_stringify = require('./stringify.cjs');
1
+ const require_strip_comments = require('../strip-comments-CmEG_smS.cjs');
2
+ const require_parse = require('../parse-ByDxRup5.cjs');
3
+ const require_code_frames = require('../code-frames-BmUvlJ0w.cjs');
4
+ const require_parse_error = require('../parse-error-N7UE-HMh.cjs');
5
+ const require_stringify = require('../stringify-BehjrfhS.cjs');
6
+ require('../utils-jN2UkvqB.cjs');
6
7
 
7
- exports.codeFrameColumns = require_utils_code_frames.codeFrameColumns;
8
- exports.formatParseError = require_utils_parse_error.formatParseError;
9
- exports.invalidKeyChars = require_utils_stringify.invalidKeyChars;
10
- exports.parse = require_utils_parse.parse;
11
- exports.safeParse = require_utils_parse.safeParse;
12
- exports.stringify = require_utils_stringify.stringify;
13
- exports.stripComments = require_utils_strip_comments.stripComments;
8
+ exports.codeFrameColumns = require_code_frames.codeFrameColumns;
9
+ exports.formatParseError = require_parse_error.formatParseError;
10
+ exports.invalidKeyChars = require_stringify.invalidKeyChars;
11
+ exports.parse = require_parse.parse;
12
+ exports.safeParse = require_parse.safeParse;
13
+ exports.stringify = require_stringify.stringify;
14
+ exports.stripComments = require_strip_comments.stripComments;
@@ -1,6 +1,6 @@
1
- import { codeFrameColumns } from "./code-frames.cjs";
2
- import { Options, parse, safeParse } from "./parse.cjs";
3
- import { formatParseError } from "./parse-error.cjs";
4
- import { invalidKeyChars, stringify } from "./stringify.cjs";
5
- import { stripComments } from "./strip-comments.cjs";
1
+ import { t as codeFrameColumns } from "../code-frames-BUtrssZ5.cjs";
2
+ import { n as parse, r as safeParse, t as Options } from "../parse-BGlhbY16.cjs";
3
+ import { t as formatParseError } from "../parse-error-7K8s4vWf.cjs";
4
+ import { n as stringify, t as invalidKeyChars } from "../stringify-Bc8OkhIr.cjs";
5
+ import { t as stripComments } from "../strip-comments-Cz_Wc25t.cjs";
6
6
  export { Options, codeFrameColumns, formatParseError, invalidKeyChars, parse, safeParse, stringify, stripComments };
@@ -1,6 +1,7 @@
1
- import { codeFrameColumns } from "./code-frames.mjs";
2
- import { Options, parse, safeParse } from "./parse.mjs";
3
- import { formatParseError } from "./parse-error.mjs";
4
- import { invalidKeyChars, stringify } from "./stringify.mjs";
5
- import { stripComments } from "./strip-comments.mjs";
1
+ import { t as codeFrameColumns } from "../code-frames-CrTAYYSE.mjs";
2
+ import { n as parse, r as safeParse, t as Options } from "../parse-fXy5pbmE.mjs";
3
+ import { t as formatParseError } from "../parse-error-DpEv3vo_.mjs";
4
+ import { n as stringify, t as invalidKeyChars } from "../stringify-CFT1K1LE.mjs";
5
+ import { t as stripComments } from "../strip-comments-BA8MS_Fs.mjs";
6
+ import "../index-CCt0lwyI.mjs";
6
7
  export { Options, codeFrameColumns, formatParseError, invalidKeyChars, parse, safeParse, stringify, stripComments };
@@ -1,7 +1,8 @@
1
- import { stripComments } from "./strip-comments.mjs";
2
- import { parse, safeParse } from "./parse.mjs";
3
- import { codeFrameColumns } from "./code-frames.mjs";
4
- import { formatParseError } from "./parse-error.mjs";
5
- import { invalidKeyChars, stringify } from "./stringify.mjs";
1
+ import { t as stripComments } from "../strip-comments-Dq00N_Sg.mjs";
2
+ import { n as safeParse, t as parse } from "../parse-Dn43ZK9y.mjs";
3
+ import { t as codeFrameColumns } from "../code-frames-DuBfTMu4.mjs";
4
+ import { t as formatParseError } from "../parse-error-Af4zHUQ_.mjs";
5
+ import { n as stringify, t as invalidKeyChars } from "../stringify-CYHjAvWm.mjs";
6
+ import "../utils-mEkKIcgl.mjs";
6
7
 
7
8
  export { codeFrameColumns, formatParseError, invalidKeyChars, parse, safeParse, stringify, stripComments };