Template base para proyectos SaaS multi-tenant. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React/Vite) - apps/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>
19 lines
419 B
TypeScript
19 lines
419 B
TypeScript
import { Parser } from "../index.js";
|
|
|
|
export declare const parsers: {
|
|
__babel_estree: Parser;
|
|
__js_expression: Parser;
|
|
__ts_expression: Parser;
|
|
__vue_event_binding: Parser;
|
|
__vue_expression: Parser;
|
|
__vue_ts_event_binding: Parser;
|
|
__vue_ts_expression: Parser;
|
|
babel: Parser;
|
|
"babel-flow": Parser;
|
|
"babel-ts": Parser;
|
|
json: Parser;
|
|
"json-stringify": Parser;
|
|
json5: Parser;
|
|
jsonc: Parser;
|
|
};
|