@happyvertical/smrt-scanner 0.40.14 → 0.40.15
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @happyvertical/smrt-scanner
|
|
2
2
|
|
|
3
|
-
High-performance TypeScript AST scanner using [OXC](https://oxc-project.github.io/) for
|
|
3
|
+
High-performance TypeScript AST scanner using [OXC](https://oxc-project.github.io/) for s-m-r-t manifest generation. Extracts class, field, method, and decorator metadata from source files without executing them.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -58,7 +58,7 @@ smrt-scan src/**/*.ts
|
|
|
58
58
|
|--------|------------|
|
|
59
59
|
| `OxcScanner` | Scans TypeScript files for `@smrt()` decorated classes |
|
|
60
60
|
| `InheritanceResolver` | Resolves class inheritance chains across files |
|
|
61
|
-
| `ManifestAdapter` | Converts raw scan results to
|
|
61
|
+
| `ManifestAdapter` | Converts raw scan results to s-m-r-t manifest format |
|
|
62
62
|
|
|
63
63
|
### Functions
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ smrt-scan src/**/*.ts
|
|
|
66
66
|
|--------|------------|
|
|
67
67
|
| `parseFile` | Parse a single TypeScript file and extract metadata |
|
|
68
68
|
| `parseSource` | Parse a TypeScript source string |
|
|
69
|
-
| `extractSmrtImports` | Extract
|
|
69
|
+
| `extractSmrtImports` | Extract s-m-r-t-related imports from a file |
|
|
70
70
|
|
|
71
71
|
### Key Types
|
|
72
72
|
|