## Summary - Upgrade Effect and effect-lens from beta to RC versions. - Replace `@effect/language-service` with `@effect/tsgo`. - Update TypeScript, VS Code, and package configuration for tsgo. - Adapt `MutationForm`, `PubSub`, and fiber interruption code to RC APIs. - Bump `effect-view` to `0.1.3` and update its published file set. - Update documentation and examples from Effect v4 beta to RC. ## Testing - `bun run lint:tsc` - `bun run test` — 59 tests passed --------- Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #72
53 lines
556 B
Plaintext
53 lines
556 B
Plaintext
# Version control and local agent/editor metadata
|
|
.git
|
|
.gitea
|
|
.github
|
|
.agents
|
|
.codex
|
|
.vscode
|
|
|
|
# Dependencies and package-manager caches
|
|
node_modules
|
|
.npm
|
|
.yarn
|
|
.pnpm-store
|
|
.bun
|
|
|
|
# Build output and task-runner caches
|
|
dist
|
|
build
|
|
out
|
|
.turbo
|
|
*.tsbuildinfo
|
|
.cache
|
|
.parcel-cache
|
|
.docusaurus
|
|
.vite
|
|
*.vite*
|
|
|
|
# Test, coverage, and diagnostic output
|
|
coverage
|
|
.nyc_output
|
|
*.lcov
|
|
reports
|
|
report.*.json
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.pid
|
|
*.seed
|
|
tmp
|
|
temp
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Package artifacts
|
|
*.tgz
|
|
*.tar
|