asd
This commit is contained in:
@@ -19,7 +19,6 @@ reichard.io/poiesis/
|
||||
│ │ └── fetch_test.go # Tests for fetch
|
||||
│ ├── runtime.go # Transpilation & execution
|
||||
│ └── runtime_test.go # Runtime tests
|
||||
└── examples/ # Example TypeScript files
|
||||
```
|
||||
|
||||
## Architecture
|
||||
@@ -81,6 +80,7 @@ func init() {
|
||||
```
|
||||
|
||||
That's it! The framework automatically:
|
||||
|
||||
- Converts TypeScript values to Go types
|
||||
- Handles errors (panics as JS errors)
|
||||
- Generates TypeScript definitions
|
||||
|
||||
Reference in New Issue
Block a user