@b4moss/hyogen-md 0.10.1 → 0.12.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 +6 -6
- package/README_ja.md +6 -6
- package/dist/client.js +977 -758
- package/dist/index.d.ts +14 -0
- package/dist/index.js +1017 -632
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/@b4moss/hyogen-md)
|
|
8
8
|
[](https://github.com/b4moss/hyogen-md/releases)
|
|
9
9
|
[](https://github.com/b4moss/hyogen-md/blob/main/LICENSE)
|
|
10
|
-
[](https://scorecard.dev/viewer/?uri=github.com/b4moss/hyogen-md)
|
|
11
11
|
|
|
12
12
|
Extended Markdown template engine for TypeScript / JavaScript.
|
|
13
13
|
|
|
@@ -20,7 +20,7 @@ Control flow and templating live in HTML comments (`@hg` … `@endhg` or `@@`
|
|
|
20
20
|
- **Changelog:** [user-docs/changelog.md](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog.md)
|
|
21
21
|
- **Documentation:** [https://hyogenmd.oss.b4m.jp](https://hyogenmd.oss.b4m.jp) (Nuxt Content; not in npm)
|
|
22
22
|
- **Playground:** [https://hyogenmd.oss.b4m.jp/playground](https://hyogenmd.oss.b4m.jp/playground) (same site; not in npm)
|
|
23
|
-
- **Specs (Japanese, maintainers):** [
|
|
23
|
+
- **Specs (Japanese, maintainers):** [docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/docs)
|
|
24
24
|
|
|
25
25
|
> **Homepage:** [https://github.com/b4m-oss/hyogen-md](https://github.com/b4m-oss/hyogen-md)
|
|
26
26
|
|
|
@@ -34,7 +34,7 @@ This file is kept **in sync** at the repository root and at `app/README.md` (npm
|
|
|
34
34
|
npm install @b4moss/hyogen-md
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
Requires **Node.js >=
|
|
37
|
+
Requires **Node.js >= 24**.
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -87,7 +87,7 @@ const { files, warnings } = await build({
|
|
|
87
87
|
});
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
API details: [
|
|
90
|
+
API details: [docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/docs/specs/api.md).
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
@@ -98,7 +98,7 @@ API details: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/d
|
|
|
98
98
|
| `app/` | Library published to npm (`files`: `dist`, plus README / LICENSE) |
|
|
99
99
|
| `docs-site/` | Documentation site + Playground on [GitHub Pages](https://hyogenmd.oss.b4m.jp) (**not** in npm) |
|
|
100
100
|
| `user-docs/` | User-facing docs (e.g. [changelog](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog.md)) |
|
|
101
|
-
| `
|
|
101
|
+
| `docs/` | Specs and roadmap (**Japanese**, maintainers) |
|
|
102
102
|
|
|
103
103
|
### Documentation & Playground
|
|
104
104
|
|
|
@@ -123,7 +123,7 @@ Published: **`@b4moss/hyogen-md@0.10.0`** (git tag `v0.10.0`).
|
|
|
123
123
|
|
|
124
124
|
Playground UX is part of the **v0.10.0** product milestone but is **not** included in the npm tarball.
|
|
125
125
|
|
|
126
|
-
The coverage badge reflects approximate **statement coverage for `app/`** (library) from Vitest (~84%). Initial release goal is ≥50%.
|
|
126
|
+
The coverage badge reflects approximate **statement coverage for `app/`** (library) from Vitest (~84%). Initial release goal is ≥50%. Coverage is uploaded to Codecov from `.github/workflows/quality.yml` on pushes to `main`.
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|
package/README_ja.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/@b4moss/hyogen-md)
|
|
8
8
|
[](https://github.com/b4moss/hyogen-md/releases)
|
|
9
9
|
[](https://github.com/b4moss/hyogen-md/blob/main/LICENSE)
|
|
10
|
-
[](https://scorecard.dev/viewer/?uri=github.com/b4moss/hyogen-md)
|
|
11
11
|
|
|
12
12
|
TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジンです。
|
|
13
13
|
|
|
@@ -20,7 +20,7 @@ TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジン
|
|
|
20
20
|
- **Changelog:** [user-docs/changelog_ja.md](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog_ja.md)
|
|
21
21
|
- **ドキュメントサイト:** [https://hyogenmd.oss.b4m.jp](https://hyogenmd.oss.b4m.jp)(Nuxt Content。npm 非同梱)
|
|
22
22
|
- **Playground:** [https://hyogenmd.oss.b4m.jp/playground](https://hyogenmd.oss.b4m.jp/playground)(同一サイト。npm 非同梱)
|
|
23
|
-
- **仕様(日本語・メンテナー向け):** [
|
|
23
|
+
- **仕様(日本語・メンテナー向け):** [docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/docs)
|
|
24
24
|
|
|
25
25
|
> **Homepage:** [https://github.com/b4m-oss/hyogen-md](https://github.com/b4m-oss/hyogen-md)
|
|
26
26
|
|
|
@@ -34,7 +34,7 @@ TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジン
|
|
|
34
34
|
npm install @b4moss/hyogen-md
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
**Node.js >=
|
|
37
|
+
**Node.js >= 24** が必要です。
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -87,7 +87,7 @@ const { files, warnings } = await build({
|
|
|
87
87
|
});
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
API の詳細: [
|
|
90
|
+
API の詳細: [docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/docs/specs/api.md)。
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
@@ -98,7 +98,7 @@ API の詳細: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob
|
|
|
98
98
|
| `app/` | npm 公開するライブラリ(`dist` + README / LICENSE) |
|
|
99
99
|
| `docs-site/` | [GitHub Pages](https://hyogenmd.oss.b4m.jp) 上のドキュメントサイト + Playground(**npm 非同梱**) |
|
|
100
100
|
| `user-docs/` | 利用者向けドキュメント(例: [changelog](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog_ja.md)) |
|
|
101
|
-
| `
|
|
101
|
+
| `docs/` | 仕様・ロードマップ(**日本語**・メンテナー向け) |
|
|
102
102
|
|
|
103
103
|
### ドキュメントサイト & Playground
|
|
104
104
|
|
|
@@ -123,7 +123,7 @@ make dev-docs
|
|
|
123
123
|
|
|
124
124
|
Playground UX は **v0.10.0** マイルストーンに含まれますが、**npm の tarball には入りません**。
|
|
125
125
|
|
|
126
|
-
coverage バッジはライブラリ(`app/`)の Vitest **statement カバレッジ概算(約 84%)**です。初期リリース目標は 50%
|
|
126
|
+
coverage バッジはライブラリ(`app/`)の Vitest **statement カバレッジ概算(約 84%)**です。初期リリース目標は 50% 以上。カバレッジは `main` への push 時に `.github/workflows/quality.yml` から Codecov へアップロードされます。
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|