Skip to content

Commit 8f3070a

Browse files
committed
docs: add @packageDocumentation tag to all packages
Affects: synth-c, synth-css, synth-docs, synth-go, synth-graphql, synth-html, synth-ini, synth-java, synth-js, synth-js-format, synth-js-minify, synth-json, synth-jsx, synth-lint, synth-md, synth-md-gfm, synth-md-katex, synth-md-mermaid, synth-metrics, synth-msgpack, synth-php, synth-protobuf, synth-python, synth-ruby, synth-rust, synth-sql, synth-toml, synth-typecheck, synth-vue, synth-wasm-js, synth-wasm-md, synth-xml, synth-yaml
1 parent d0846b2 commit 8f3070a

File tree

35 files changed

+73
-1
lines changed

35 files changed

+73
-1
lines changed

packages/synth-c/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-c
33
*
44
* C parser for Synth's universal AST
5+
*
6+
* @packageDocumentation
57
*/
68

79
export { CParser, createParser, parse, parseAsync } from './parser.js'

packages/synth-css/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* CSS3 parser using Synth's universal AST
55
* Hand-written, zero dependencies
6+
*
7+
* @packageDocumentation
68
*/
79

810
export type { CSSParseOptions } from './parser.js'

packages/synth-docs/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-docs
33
*
44
* Documentation generator for Synth AST
5+
*
6+
* @packageDocumentation
57
*/
68

79
export { createGenerator, DocGenerator, generate } from './generator.js'

packages/synth-go/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* Go parser using Synth's universal AST
55
* Conversion layer over tree-sitter-go
6+
*
7+
* @packageDocumentation
68
*/
79

810
export type { GoParseOptions } from './parser.js'

packages/synth-graphql/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* GraphQL parser using Synth's universal AST
55
* Conversion layer over graphql-js
6+
*
7+
* @packageDocumentation
68
*/
79

810
export type { GraphQLParseOptions } from './parser.js'

packages/synth-html/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-html
33
*
44
* High-performance HTML5 parser for Synth
5+
*
6+
* @packageDocumentation
57
*/
68

79
// Incremental tokenizer

packages/synth-ini/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* INI parser using Synth's universal AST
55
* Hand-written, zero dependencies
6+
*
7+
* @packageDocumentation
68
*/
79

810
export type { INIParseOptions } from './parser.js'

packages/synth-java/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-java
33
*
44
* Java parser for Synth's universal AST
5+
*
6+
* @packageDocumentation
57
*/
68

79
export { createParser, JavaParser, parse, parseAsync } from './parser.js'

packages/synth-js-format/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-js-format
33
*
44
* Prettier-style code formatter for JavaScript/TypeScript
5+
*
6+
* @packageDocumentation
57
*/
68

79
export { check, Formatter, format } from './formatter.js'

packages/synth-js-minify/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @sylphx/synth-js-minify
33
*
44
* JavaScript minifier using Synth's universal AST
5+
*
6+
* @packageDocumentation
57
*/
68

79
export { Compressor } from './compressor.js'

0 commit comments

Comments
 (0)