feat: initial release of Strata framework v0.1.0
- Static compiler with STRC pattern (Static Template Resolution with
Compartmentalized Layers)
- Template syntax: { } interpolation, { s-for }, { s-if/s-elif/s-else
}
- File types: .strata, .compiler.sts, .service.sts, .api.sts, .sts,
.scss
- CLI tools: strata-compile dev, strata-compile build, strata-compile
g (generators)
- create-strata-compile scaffolding CLI with Pokemon API example
- Dev server with WebSocket HMR (Hot Module Replacement)
- Documentation: README, ARCHITECTURE, CHANGELOG, CONTRIBUTING,
LICENSE
This commit is contained in:
@@ -90,7 +90,7 @@ A one-line description of the bug.
|
||||
- **Strata version**: 0.1.0
|
||||
|
||||
### Steps to Reproduce
|
||||
1. Create a new project with `npx create-strata my-app`
|
||||
1. Create a new project with `npx create-strata-compile my-app`
|
||||
2. Add a for loop in `index.strata`
|
||||
3. Run `npm run dev`
|
||||
4. Observe the error
|
||||
|
||||
Reference in New Issue
Block a user