Marketplace móvil para negocios locales mexicanos. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React Web) - apps/mobile (Expo/React Native) - apps/mcp-server (Claude MCP Server) - apps/whatsapp-service (WhatsApp Business API) - database/ (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"transform-async-to-generator": [
|
|
"bugfix/transform-async-arrows-in-class"
|
|
],
|
|
"transform-parameters": [
|
|
"bugfix/transform-edge-default-parameters",
|
|
"bugfix/transform-safari-id-destructuring-collision-in-function-expression"
|
|
],
|
|
"transform-function-name": [
|
|
"bugfix/transform-edge-function-name"
|
|
],
|
|
"transform-block-scoping": [
|
|
"bugfix/transform-safari-block-shadowing",
|
|
"bugfix/transform-safari-for-shadowing"
|
|
],
|
|
"transform-template-literals": [
|
|
"bugfix/transform-tagged-template-caching"
|
|
],
|
|
"transform-optional-chaining": [
|
|
"bugfix/transform-v8-spread-parameters-in-optional-chaining"
|
|
],
|
|
"proposal-optional-chaining": [
|
|
"bugfix/transform-v8-spread-parameters-in-optional-chaining"
|
|
],
|
|
"transform-class-properties": [
|
|
"bugfix/transform-v8-static-class-fields-redefine-readonly",
|
|
"bugfix/transform-firefox-class-in-computed-class-key",
|
|
"bugfix/transform-safari-class-field-initializer-scope"
|
|
],
|
|
"proposal-class-properties": [
|
|
"bugfix/transform-v8-static-class-fields-redefine-readonly",
|
|
"bugfix/transform-firefox-class-in-computed-class-key",
|
|
"bugfix/transform-safari-class-field-initializer-scope"
|
|
]
|
|
}
|