@mutates/core 1.3.0 → 1.3.2
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[](https://mutates.katsuba.dev)
|
|
2
|
-
|
|
3
1
|
# @mutates/core
|
|
4
2
|
|
|
5
3
|
🔧 **@mutates/core** is the essential package of the Mutates toolset, providing the core
|
|
6
4
|
functionality to manipulate the Abstract Syntax Tree (AST) of TypeScript files. It serves as the
|
|
7
5
|
backbone for other specialized packages within the Mutates ecosystem.
|
|
8
6
|
|
|
7
|
+
[](https://mutates.katsuba.dev)
|
|
8
|
+
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
11
|
- **AST Manipulation:** Modify the AST of any TypeScript file with ease.
|