File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Pre-built binaries are available for:
190190
191191``` bash
192192# Clone the repository
193- git clone https://github.com/aspect -dev/oxc-angular-compiler.git
193+ git clone https://github.com/voidzero -dev/oxc-angular-compiler.git
194194cd oxc-angular-compiler
195195
196196# Install dependencies
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The `vite.config.ts` includes:
9898
9999| Aspect | Vite/OXC | Webpack/@ngtools |
100100| ---------------- | ------------------- | ----------------------------- |
101- | Bundler | Vite (esbuild) | Webpack |
101+ | Bundler | Vite (Rolldown) | Webpack |
102102| Angular Compiler | OXC (Rust) | @ngtools/webpack (TypeScript) |
103103| CSS Processing | Vite's CSS pipeline | MiniCssExtractPlugin |
104104| Source Maps | Vite native | Webpack devtool |
Original file line number Diff line number Diff line change @@ -2535,7 +2535,7 @@ pub struct OptimizeResult {
25352535/// # Example
25362536///
25372537/// ```typescript
2538- /// import { optimizeAngularPackageSync } from '@aspect /angular-compiler';
2538+ /// import { optimizeAngularPackageSync } from '@voidzero-dev /angular-compiler';
25392539///
25402540/// const result = optimizeAngularPackageSync(
25412541/// `let MyComponent = class MyComponent {};
You can’t perform that action at this time.
0 commit comments