@datashaper/schema
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -41,3 +41,3 @@ /*! | ||
/** | ||
* Character that begins a comment. All content after this character will be considered a comment and not imported. | ||
* Character that denotes a comment. Lines that begin with this character are ignored. | ||
* Default: none. | ||
@@ -44,0 +44,0 @@ */ |
@@ -37,5 +37,5 @@ /*! | ||
* Strings to parse as negative and positive infinity. | ||
* Default: case insensitive "-inf" and "inf". | ||
* Default: case insensitive ["-inf", "inf"]. | ||
*/ | ||
infinity?: string[]; | ||
infinity?: [string, string]; | ||
/** | ||
@@ -42,0 +42,0 @@ * Default date format to use when parsing dates. The Codebook can override this at the column level. |
@@ -7,3 +7,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
Character that begins a comment. All content after this character will be considered a comment and not imported. Default: none. | ||
Character that denotes a comment. Lines that begin with this character are ignored. Default: none. | ||
@@ -10,0 +10,0 @@ <b>Signature:</b> |
@@ -19,3 +19,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
| --- | --- | --- | --- | | ||
| [comment?](./schema.parseroptions.comment.md) | | string | <i>(Optional)</i> Character that begins a comment. All content after this character will be considered a comment and not imported. Default: none. | | ||
| [comment?](./schema.parseroptions.comment.md) | | string | <i>(Optional)</i> Character that denotes a comment. Lines that begin with this character are ignored. Default: none. | | ||
| [delimiter?](./schema.parseroptions.delimiter.md) | | string | <i>(Optional)</i> Column delimiter. Default: , | | ||
@@ -22,0 +22,0 @@ | [escapeChar?](./schema.parseroptions.escapechar.md) | | string | <i>(Optional)</i> String to use for escaping quotes. Default: none | |
@@ -7,3 +7,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
Strings to parse as negative and positive infinity. Default: case insensitive "-inf" and "inf". | ||
Strings to parse as negative and positive infinity. Default: case insensitive \["-inf", "inf"\]. | ||
@@ -13,3 +13,3 @@ <b>Signature:</b> | ||
```typescript | ||
infinity?: string[]; | ||
infinity?: [string, string]; | ||
``` |
@@ -22,3 +22,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
| [falseValues?](./schema.typehints.falsevalues.md) | | string\[\] | <i>(Optional)</i> Default: case-insenstive word "false". | | ||
| [infinity?](./schema.typehints.infinity.md) | | string\[\] | <i>(Optional)</i> Strings to parse as negative and positive infinity. Default: case insensitive "-inf" and "inf". | | ||
| [infinity?](./schema.typehints.infinity.md) | | \[string, string\] | <i>(Optional)</i> Strings to parse as negative and positive infinity. Default: case insensitive \["-inf", "inf"\]. | | ||
| [naValues?](./schema.typehints.navalues.md) | | string\[\] | <i>(Optional)</i> Strings to consider NaN or null. Default: \['-1.\#IND', '1.\#QNAN', '1.\#IND', '-1.\#QNAN', '\#N/A N/A', '\#N/A', 'N/A', 'n/a', 'NA', '<NA>', '\#NA', 'NULL', 'null', 'NaN', '-NaN', 'nan', '-nan', ''\] | | ||
@@ -25,0 +25,0 @@ | [thousands?](./schema.typehints.thousands.md) | | string | <i>(Optional)</i> For large numbers that have been written with a thousands separator, you can set the thousands keyword to a string of length 1 so that integers will be parsed correctly. By default, numbers with a thousands separator will be parsed as strings. Default: none. | |
@@ -969,3 +969,3 @@ ## API Report File for "@datashaper/schema" | ||
falseValues?: string[]; | ||
infinity?: string[]; | ||
infinity?: [string, string]; | ||
naValues?: string[]; | ||
@@ -972,0 +972,0 @@ thousands?: string; |
@@ -969,3 +969,3 @@ ## API Report File for "@datashaper/schema" | ||
falseValues?: string[]; | ||
infinity?: string[]; | ||
infinity?: [string, string]; | ||
naValues?: string[]; | ||
@@ -972,0 +972,0 @@ thousands?: string; |
{ | ||
"name": "@datashaper/schema", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -41,3 +41,3 @@ /*! | ||
/** | ||
* Character that begins a comment. All content after this character will be considered a comment and not imported. | ||
* Character that denotes a comment. Lines that begin with this character are ignored. | ||
* Default: none. | ||
@@ -44,0 +44,0 @@ */ |
@@ -37,5 +37,5 @@ /*! | ||
* Strings to parse as negative and positive infinity. | ||
* Default: case insensitive "-inf" and "inf". | ||
* Default: case insensitive ["-inf", "inf"]. | ||
*/ | ||
infinity?: string[] | ||
infinity?: [string, string] | ||
/** | ||
@@ -42,0 +42,0 @@ * Default date format to use when parsing dates. The Codebook can override this at the column level. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
744073