You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/node/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,9 @@ parser
100
100
##### Options
101
101
102
102
*`ndjson`[<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode.
103
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
104
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
105
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
103
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
104
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
105
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
106
106
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
107
107
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
108
108
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
*`ndjson`[<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode.
159
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
160
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
161
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
159
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
160
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
161
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
162
162
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
163
163
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
164
164
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
Copy file name to clipboardExpand all lines: packages/plainjs/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ try {
113
113
114
114
##### Options
115
115
116
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
117
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
118
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
116
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
117
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
118
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
119
119
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
120
120
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
121
121
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
*`ndjson`[<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode.
164
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
165
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
166
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
164
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
165
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
166
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
167
167
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
168
168
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
169
169
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
Copy file name to clipboardExpand all lines: packages/whatwg/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ parser
123
123
##### Options
124
124
125
125
*`ndjson`[<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode.
126
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
127
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
128
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
126
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
127
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
128
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
129
129
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
130
130
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
131
131
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
*`ndjson`[<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode.
197
-
*`fields`[<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
198
-
*`transforms`[<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
199
-
*`formatters`[<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
197
+
*`fields`[<DataSelector[]>](/docs/advanced-options/data-selection.md) Defaults to toplevel JSON attributes.
198
+
*`transforms`[<Transform[]>](/docs/advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order.
199
+
*`formatters`[<Formatters>](/docs/advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type.
200
200
*`defaultValue`[<Any>]() value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
201
201
*`delimiter`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) delimiter of columns. Defaults to `,` if not specified.
202
202
*`eol`[<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
0 commit comments