angular-rust-plugins 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -309,6 +309,28 @@ The compiler now achieves full feature parity with the standard Angular compiler
309
309
  | HMR update | ~50ms | ~200ms |
310
310
  | Memory usage | ~100MB | ~500MB |
311
311
 
312
+ ## 🌍 Platform & Framework Support
313
+
314
+ ### Angular Compatibility
315
+
316
+ Fully compatible with **Angular 16.0.0+**. Older versions (View Engine) are not supported.
317
+
318
+ ### Bundler Compatibility
319
+
320
+ | Bundler | Status | Notes |
321
+ |---------|--------|-------|
322
+ | **Vite** | ✅ Stable | Recommended for development |
323
+ | **Rolldown** | 🚀 Beta | Extremely fast, future default |
324
+ | **Esbuild** | ✅ Stable | Solid for production builds |
325
+ | **Webpack** | ⏳ Planned | Coming in v1.0 |
326
+
327
+ ### Operating Systems
328
+
329
+ Pre-compiled binaries are provided for:
330
+ - **macOS**: x64, arm64
331
+ - **Windows**: x64, arm64
332
+ - **Linux**: x64, arm64 (glibc & musl/Alpine)
333
+
312
334
  ## 🔧 Development
313
335
 
314
336
  ```bash
@@ -3,7 +3,6 @@
3
3
 
4
4
  /* auto-generated by NAPI-RS */
5
5
 
6
- export declare function linkFile(sourceCode: string, filename: string): string;
7
6
  export interface Diagnostic {
8
7
  file?: string;
9
8
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-rust-plugins",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Angular plugins for bundlers (Vite, esbuild, Rolldown, Webpack, Rspack) - powered by Rust compiler",
5
5
  "author": "Truonglv4",
6
6
  "license": "MIT",