fix(docs): enhance decorator transpilation#177
Conversation
- Updated the `transpileDecorators` function to accept an options parameter for enabling experimental decorators. - Added a new export pattern for plugins in `package.json` to support dynamic imports. - Integrated the updated decorator transpilation in the Eleventy configuration. Signed-off-by: Cory Rylan <crylan@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe transpileDecorators Vite plugin now accepts an experimentalDecorators option that configures esbuild's tsconfigRaw compiler options. The plugin is exposed via a new package.json exports subpath, and the Eleventy site build now imports and enables it with experimentalDecorators set to true. ChangesExperimental decorators support
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
projects/site/eleventy.config.jsESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. Comment |
transpileDecoratorsfunction to accept an options parameter for enabling experimental decorators.package.jsonto support dynamic imports.Summary by CodeRabbit