difit 2.2.6 → 2.2.7
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.ja.md +1 -0
- package/README.ko.md +1 -0
- package/README.md +1 -0
- package/README.zh.md +1 -0
- package/dist/client/assets/{index-BSZm7Ppd.js → index-COGlWx3r.js} +9 -9
- package/dist/client/assets/{prism-csharp--lF9aoyr.js → prism-csharp-B3t_G-Pn.js} +1 -1
- package/dist/client/assets/prism-hcl-lweK0qz_.js +1 -0
- package/dist/client/assets/{prism-java-BM6qfpRy.js → prism-java-BTjua7nO.js} +1 -1
- package/dist/client/assets/{prism-php-D_wsW0F7.js → prism-php-CTPwLQZs.js} +1 -1
- package/dist/client/assets/{prism-ruby-BVhmm6Kl.js → prism-ruby-BZWvRfdX.js} +1 -1
- package/dist/client/assets/{prism-solidity-BklJSavU.js → prism-solidity-Oa5RM1fR.js} +1 -1
- package/dist/client/index.html +1 -1
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -145,6 +145,7 @@ src/components/Button.tsx:L42-L48 # この行が自動的に追加されます
|
|
|
145
145
|
- **バックエンド言語**:PHP, SQL, Ruby, Java, Scala
|
|
146
146
|
- **システム言語**:C, C++, C#, Rust, Go
|
|
147
147
|
- **モバイル言語**:Swift, Kotlin, Dart
|
|
148
|
+
- **IaC**:Terraform (HCL)
|
|
148
149
|
- **その他**:Python, Protobuf, YAML, Solidity, Vim Script
|
|
149
150
|
|
|
150
151
|
## 🔍 自動生成ファイルの検出
|
package/README.ko.md
CHANGED
|
@@ -145,6 +145,7 @@ src/components/Button.tsx:L42-L48 # 이 줄은 자동으로 추가됩니다
|
|
|
145
145
|
- **백엔드 언어**: PHP, SQL, Ruby, Java, Scala
|
|
146
146
|
- **시스템 언어**: C, C++, C#, Rust, Go
|
|
147
147
|
- **모바일 언어**: Swift, Kotlin, Dart
|
|
148
|
+
- **인프라 코드**: Terraform (HCL)
|
|
148
149
|
- **기타**: Python, Protobuf, YAML, Solidity, Vim 스크립트
|
|
149
150
|
|
|
150
151
|
## 🔍 자동 생성 파일 감지
|
package/README.md
CHANGED
|
@@ -145,6 +145,7 @@ This section is unnecessary
|
|
|
145
145
|
- **Backend Languages**: PHP, SQL, Ruby, Java, Scala
|
|
146
146
|
- **Systems Languages**: C, C++, C#, Rust, Go
|
|
147
147
|
- **Mobile Languages**: Swift, Kotlin, Dart
|
|
148
|
+
- **Infrastructure as Code**: Terraform (HCL)
|
|
148
149
|
- **Others**: Python, Protobuf, YAML, Solidity, Vim script
|
|
149
150
|
|
|
150
151
|
## 🔍 Detecting Auto-generated Files
|
package/README.zh.md
CHANGED
|
@@ -145,6 +145,7 @@ src/components/Button.tsx:L42-L48 # 此行自动添加
|
|
|
145
145
|
- **后端语言**:PHP, SQL, Ruby, Java, Scala
|
|
146
146
|
- **系统语言**:C, C++, C#, Rust, Go
|
|
147
147
|
- **移动语言**:Swift, Kotlin, Dart
|
|
148
|
+
- **基础设施即代码**:Terraform (HCL)
|
|
148
149
|
- **其他**:Python, Protobuf, YAML, Solidity, Vim Script
|
|
149
150
|
|
|
150
151
|
## 🔍 检测自动生成文件
|