Skip to content

Commit d9ccee5

Browse files
docs: updated other README files with spanish documentation references
1 parent 8b097b5 commit d9ccee5

4 files changed

Lines changed: 20 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> Extracted from npm package `@anthropic-ai/claude-code` version **2.1.88**.
66
> The published package ships a single bundled `cli.js` (~12MB). The `src/` directory in this repo contains the **unbundled TypeScript source** extracted from the npm tarball.
77
8-
**Language**: **English** | [中文](README_CN.md) | [한국어](README_KR.md) | [日本語](README_JA.md)
8+
**Language**: **English** | [Chinese](README_CN.md) | [Korean](README_KR.md) | [Japanese](README_JA.md) | [Spanish](README_ES.md)
99

1010
---
1111

@@ -188,9 +188,10 @@ These are internal prompt templates and documentation, never published.
188188
```
189189

190190
Bun's `feature()` is a **compile-time intrinsic**:
191-
- Returns `true` in Anthropic's internal build → code is kept in the bundle
192-
- Returns `false` in the published build → code is dead-code-eliminated
193-
- The 108 modules simply do not exist anywhere in the published artifact
191+
192+
- Returns `true` in Anthropic's internal build → code is kept in the bundle
193+
- Returns `false` in the published build → code is dead-code-eliminated
194+
- The 108 modules simply do not exist anywhere in the published artifact
194195

195196
---
196197

README_CN.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。
66
> 发布的包只有一个打包后的 `cli.js`~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**
77
8-
**语言**: [English](README.md) | **中文** | [한국어](README_KR.md) | [日本語](README_JA.md)
8+
**语言**: [English](README.md) | **中文** | [한국어](README_KR.md) | [日本語](README_JA.md) | [Spanish](README_ES.md)
99

1010
---
1111

@@ -164,9 +164,10 @@ docs/
164164
```
165165

166166
Bun 的 `feature()`**编译时内建函数**
167-
- 在 Anthropic 内部构建中返回 `true` → 代码保留在 bundle 中
168-
- 在发布构建中返回 `false` → 代码被死代码消除
169-
- 108 个模块在已发布的制品中根本不存在
167+
168+
- 在 Anthropic 内部构建中返回 `true` → 代码保留在 bundle 中
169+
- 在发布构建中返回 `false` → 代码被死代码消除
170+
- 108 个模块在已发布的制品中根本不存在
170171

171172
---
172173

README_JA.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> npmパッケージ `@anthropic-ai/claude-code` **2.1.88** バージョンから抽出。
66
> 配布パッケージはバンドルされた単一の `cli.js`(約12MB)のみを含む。本リポジトリの `src/` ディレクトリにはnpmターボールから抽出した**バンドル前のTypeScriptソース**が格納されている。
77
8-
**言語**: [English](README.md) | [中文](README_CN.md) | [한국어](README_KR.md) | **日本語**
8+
**言語**: [English](README.md) | [中文](README_CN.md) | [한국어](README_KR.md) | **日本語** | [Spanish](README_ES.md)
99

1010
---
1111

@@ -178,9 +178,10 @@ npmパッケージにソースファイルが一切ないモジュール。Anthr
178178
```
179179

180180
Bunの `feature()`**コンパイル時組込関数**:
181-
- Anthropic内部ビルドで `true` 返却 → コードがバンドルに含まれる
182-
- 配布ビルドで `false` 返却 → デッドコード除去
183-
- 108モジュールが配布アーティファクトに存在しない
181+
182+
- Anthropic内部ビルドで `true` 返却 → コードがバンドルに含まれる
183+
- 配布ビルドで `false` 返却 → デッドコード除去
184+
- 108モジュールが配布アーティファクトに存在しない
184185

185186
---
186187

README_KR.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> npm 패키지 `@anthropic-ai/claude-code` **2.1.88** 버전에서 추출.
66
> 배포 패키지는 단일 번들 `cli.js`(~12MB)만 포함한다. 이 저장소의 `src/` 디렉터리에는 npm 타르볼에서 추출한 **번들 전 TypeScript 소스**가 들어 있다.
77
8-
**언어**: [English](README.md) | [中文](README_CN.md) | **한국어** | [日本語](README_JA.md)
8+
**언어**: [English](README.md) | [中文](README_CN.md) | **한국어** | [日本語](README_JA.md) | [Spanish](README_ES.md)
99

1010
---
1111

@@ -171,9 +171,10 @@ npm 패키지에 소스 파일이 전혀 없는 모듈이다. Anthropic 내부
171171
```
172172

173173
Bun의 `feature()`**컴파일 시점 내장 함수**:
174-
- Anthropic 내부 빌드에서 `true` 반환 → 코드가 번들에 포함
175-
- 배포 빌드에서 `false` 반환 → 데드 코드 제거
176-
- 108개 모듈이 배포 아티팩트에 존재하지 않음
174+
175+
- Anthropic 내부 빌드에서 `true` 반환 → 코드가 번들에 포함
176+
- 배포 빌드에서 `false` 반환 → 데드 코드 제거
177+
- 108개 모듈이 배포 아티팩트에 존재하지 않음
177178

178179
---
179180

0 commit comments

Comments
 (0)