Comparing version 7.1.2 to 7.1.3
{ | ||
"name": "ts-morph", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "TypeScript compiler wrapper for static analysis and code manipulation.", | ||
@@ -66,3 +66,3 @@ "main": "dist/ts-morph.js", | ||
"@dsherret/to-absolute-glob": "^2.0.2", | ||
"@ts-morph/common": "~0.5.1", | ||
"@ts-morph/common": "~0.5.2", | ||
"code-block-writer": "^10.1.0" | ||
@@ -69,0 +69,0 @@ }, |
@@ -1,3 +0,2 @@ | ||
ts-morph | ||
======== | ||
# ts-morph | ||
@@ -15,4 +14,4 @@ [![npm version](https://badge.fury.io/js/ts-morph.svg)](https://badge.fury.io/js/ts-morph) | ||
* [Documentation](https://ts-morph.com/) | ||
* [Declaration file](lib/ts-morph.d.ts) | ||
- [Documentation](https://ts-morph.com/) | ||
- [Declaration file](lib/ts-morph.d.ts) | ||
@@ -39,8 +38,9 @@ ## Main Features | ||
* [Breaking changes](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/breaking-changes.md) | ||
* [Change log](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/CHANGELOG.md) | ||
* [Wrapped nodes progress report](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/wrapped-nodes.md) | ||
- [Breaking changes](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/breaking-changes.md) | ||
- [Change log](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/CHANGELOG.md) | ||
- [Wrapped nodes progress report](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/wrapped-nodes.md) | ||
## Example | ||
<!-- dprint-ignore --> | ||
```ts | ||
@@ -65,4 +65,4 @@ import { Project, StructureKind } from "ts-morph"; | ||
isExported: true, | ||
members: [{ name: "member" }] | ||
}] | ||
members: [{ name: "member" }], | ||
}], | ||
}); | ||
@@ -82,4 +82,4 @@ | ||
name: "myProp", | ||
type: "number" | ||
}] | ||
type: "number", | ||
}], | ||
}); | ||
@@ -91,3 +91,3 @@ | ||
name: "myProp", | ||
initializer: "5" | ||
initializer: "5", | ||
}); | ||
@@ -94,0 +94,0 @@ |
Sorry, the diff of this file is too big to display
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
1494192
29488
Updated@ts-morph/common@~0.5.2