Skip to content

Commit 22d2196

Browse files
1 parent f6899bd commit 22d2196

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Land
3535

3636
---
3737

38-
# **Output**
38+
# **Output**
3939

40-
The Build Output & Artifact Management for Land 🏞️
40+
The Build Output & Artifact Management for Land🏞️
4141

4242
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://github.com/CodeEditorLand/Land/tree/Current/LICENSE)
4343
[![NPM Version](https://img.shields.io/npm/v/@codeeditorland/output.svg)](https://www.npmjs.com/package/@codeeditorland/output)
@@ -61,7 +61,7 @@ code from VSCode, CodeEditorLand Editor, and the Rest compiler pipeline.
6161

6262
---
6363

64-
## Key Features 🔐
64+
## Key Features🔐
6565

6666
- **Dual-Compiler Support:** Seamlessly switch between esbuild (default) and
6767
Rest (OXC-powered) compilers via environment variables.
@@ -90,13 +90,13 @@ code from VSCode, CodeEditorLand Editor, and the Rest compiler pipeline.
9090

9191
---
9292

93-
## Rest Compiler Integration ⛱️
93+
## Rest Compiler Integration⛱️
9494

9595
The Rest compiler integration enables OXC-based TypeScript compilation as an
9696
alternative or complement to esbuild. This section provides an overview of the
9797
integration architecture, usage patterns, and comparison with esbuild.
9898

99-
### Overview of OXC-Based Compilation 📖
99+
### Overview of OXC-Based Compilation📖
100100

101101
Rest leverages the **OXC (Oxidation Compiler)** ecosystem, a high-performance
102102
JavaScript/TypeScript toolchain written in Rust. The OXC stack provides:
@@ -127,7 +127,7 @@ Source/ → esbuild → Configuration/ → Target/
127127
Dependency/ → Rest → Target/Rest/ → Configuration/ → Target/
128128
```
129129

130-
### Usage Instructions 🚀
130+
### Usage Instructions🚀
131131

132132
#### Enabling Rest Compiler
133133

@@ -210,7 +210,7 @@ Target/Microsoft/VSCode/
210210
> - You need mature plugin ecosystem support
211211
> - Build speed is less critical than compatibility
212212
213-
### Troubleshooting Rest Compiler 🔍
213+
### Troubleshooting Rest Compiler🔍
214214

215215
#### Rest Binary Not Found
216216

@@ -257,7 +257,7 @@ Dependency/ → Rest → Target/Rest/ → Configuration/ → Target/
257257

258258
---
259259

260-
## Directory Structure 📁
260+
## Directory Structure📁
261261

262262
```
263263
Element/Output/
@@ -282,7 +282,7 @@ Element/Output/
282282

283283
---
284284

285-
## Scripts 📝
285+
## Scripts📝
286286

287287
| Script | Description |
288288
| :----------------------- | :------------------------------ |
@@ -315,15 +315,15 @@ provides:
315315

316316
---
317317

318-
## Getting Started 🚀
318+
## Getting Started🚀
319319

320-
### Installation 📥
320+
### Installation📥
321321

322322
```sh
323323
pnpm add @codeeditorland/output
324324
```
325325

326-
### Basic Usage 🚀
326+
### Basic Usage🚀
327327

328328
```bash
329329
# Default esbuild build
@@ -368,7 +368,7 @@ For detailed guidance on using the depth-aware skill system, see:
368368

369369
---
370370

371-
## References 📚
371+
## References📚
372372

373373
- [Rest Compiler Documentation](../Rest/README.md)
374374
- [OXC Documentation](https://oxc.rs/)

0 commit comments

Comments
 (0)