@qds.dev/code 0.9.7 → 0.11.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
@@ -75,11 +75,11 @@ For package internals, dependency relationships, and design decisions, see [ARCH
75
75
 
76
76
  ## API
77
77
 
78
- | Export | Purpose |
79
- |--------|---------|
80
- | `.` | debug function for development logging |
81
- | `./preview` | PreviewCompiler class and compilation utilities |
82
- | `./preview/node` | Server-side helpers for REPL |
78
+ | Export | Purpose |
79
+ | ---------------- | ----------------------------------------------- |
80
+ | `.` | debug function for development logging |
81
+ | `./preview` | PreviewCompiler class and compilation utilities |
82
+ | `./preview/node` | Server-side helpers for REPL |
83
83
 
84
84
  ## Why This Pattern?
85
85
 
@@ -90,9 +90,11 @@ For package internals, dependency relationships, and design decisions, see [ARCH
90
90
  ## Related Packages
91
91
 
92
92
  **Depends on:**
93
+
93
94
  - [@rolldown/browser](https://www.npmjs.com/package/@rolldown/browser) - WASM bundler for in-browser compilation
94
95
 
95
96
  **Used by:**
97
+
96
98
  - QDS documentation site - Powers all interactive code examples
97
99
 
98
100
  ## Known Limitations