@greenlabs/ppx-ts
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@greenlabs/ppx-ts", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "ReScript PPX helps binding to typescript modules", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -179,2 +179,21 @@ # PPX_ts | ||
#### `setTypeExceptBool` | ||
```rescript | ||
type t = { | ||
name: string, | ||
age: int, | ||
isKorean: bool | ||
} | ||
@spice // attributes are available | ||
type t1 = %ppx_ts.setTypeExceptBool((t, string)) | ||
// changed | ||
type t1 = { | ||
name: string, | ||
age: string, | ||
isKorean: bool | ||
} | ||
``` | ||
## Contribution | ||
@@ -181,0 +200,0 @@ |
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 not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
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
33377064
232