@yozora/tokenizer-definition 2.3.3 → 2.3.5
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/CHANGELOG.md +23 -0
- package/README.md +42 -42
- package/lib/cjs/index.cjs +0 -1
- package/lib/esm/index.mjs +0 -1
- package/lib/types/index.d.ts +0 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>2.3.5 (2024-10-06)</small>
|
|
7
|
+
|
|
8
|
+
- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
|
|
9
|
+
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
|
|
10
|
+
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
|
|
11
|
+
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
|
|
12
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
13
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
14
|
+
|
|
15
|
+
# Change Log
|
|
16
|
+
|
|
17
|
+
All notable changes to this project will be documented in this file. See
|
|
18
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
19
|
+
|
|
20
|
+
## <small>2.3.4 (2024-09-29)</small>
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package @yozora/tokenizer-definition
|
|
23
|
+
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
6
29
|
## <small>2.3.3 (2024-09-20)</small>
|
|
7
30
|
|
|
8
31
|
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<header>
|
|
4
4
|
<h1 align="center">
|
|
5
|
-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.
|
|
5
|
+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme">@yozora/tokenizer-definition</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-definition">
|
|
@@ -199,80 +199,80 @@ line2
|
|
|
199
199
|
|
|
200
200
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-definition#live-examples
|
|
201
201
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-definition
|
|
202
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
202
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme
|
|
203
203
|
[gfm-spec]: https://github.github.com/gfm
|
|
204
204
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
205
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
206
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
207
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
205
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
|
|
206
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme
|
|
207
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme
|
|
208
208
|
[@yozora/eslint-config]:
|
|
209
209
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
210
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
210
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme
|
|
211
211
|
[@yozora/core-tokenizer]:
|
|
212
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
213
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
212
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-tokenizer#readme
|
|
213
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/invariant#readme
|
|
214
214
|
[@yozora/jest-for-tokenizer]:
|
|
215
215
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
216
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
217
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
216
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser#readme
|
|
217
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm#readme
|
|
218
218
|
[@yozora/parser-gfm-ex]:
|
|
219
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
219
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm-ex#readme
|
|
220
220
|
[@yozora/template-tokenizer]:
|
|
221
221
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
222
222
|
[@yozora/tokenizer-admonition]:
|
|
223
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
223
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/admonition#readme
|
|
224
224
|
[@yozora/tokenizer-autolink]:
|
|
225
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
225
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink#readme
|
|
226
226
|
[@yozora/tokenizer-autolink-extension]:
|
|
227
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
227
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink-extension#readme
|
|
228
228
|
[@yozora/tokenizer-blockquote]:
|
|
229
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
230
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
229
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/blockquote#readme
|
|
230
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/break#readme
|
|
231
231
|
[@yozora/tokenizer-definition]:
|
|
232
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
233
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
232
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme
|
|
233
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/delete#readme
|
|
234
234
|
[@yozora/tokenizer-ecma-import]:
|
|
235
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
235
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/ecma-import#readme
|
|
236
236
|
[@yozora/tokenizer-emphasis]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/emphasis#readme
|
|
238
238
|
[@yozora/tokenizer-fenced-block]:
|
|
239
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-block#readme
|
|
240
240
|
[@yozora/tokenizer-fenced-code]:
|
|
241
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
241
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-code#readme
|
|
242
242
|
[@yozora/tokenizer-footnote]:
|
|
243
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
243
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote#readme
|
|
244
244
|
[@yozora/tokenizer-footnote-definition]:
|
|
245
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
245
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-definition#readme
|
|
246
246
|
[@yozora/tokenizer-footnote-reference]:
|
|
247
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-reference#readme
|
|
248
248
|
[@yozora/tokenizer-heading]:
|
|
249
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/heading#readme
|
|
250
250
|
[@yozora/tokenizer-html-block]:
|
|
251
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
251
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-block#readme
|
|
252
252
|
[@yozora/tokenizer-html-inline]:
|
|
253
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
254
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme
|
|
254
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image#readme
|
|
255
255
|
[@yozora/tokenizer-image-reference]:
|
|
256
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
256
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image-reference#readme
|
|
257
257
|
[@yozora/tokenizer-indented-code]:
|
|
258
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
258
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/indented-code#readme
|
|
259
259
|
[@yozora/tokenizer-inline-code]:
|
|
260
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
260
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-code#readme
|
|
261
261
|
[@yozora/tokenizer-inline-math]:
|
|
262
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
263
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
262
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-math#readme
|
|
263
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link#readme
|
|
264
264
|
[@yozora/tokenizer-link-reference]:
|
|
265
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
266
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
265
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link-reference#readme
|
|
266
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/list#readme
|
|
267
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/math#readme
|
|
268
268
|
[@yozora/tokenizer-paragraph]:
|
|
269
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
269
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/paragraph#readme
|
|
270
270
|
[@yozora/tokenizer-setext-heading]:
|
|
271
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
272
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
273
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
271
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/setext-heading#readme
|
|
272
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/table#readme
|
|
273
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/text#readme
|
|
274
274
|
[@yozora/tokenizer-thematic-break]:
|
|
275
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
275
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/thematic-break#readme
|
|
276
276
|
[@yozora/react-admonition]:
|
|
277
277
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
278
278
|
[@yozora/react-blockquote]:
|
package/lib/cjs/index.cjs
CHANGED
|
@@ -431,4 +431,3 @@ exports.definitionParse = parse;
|
|
|
431
431
|
exports.eatAndCollectLinkDestination = eatAndCollectLinkDestination;
|
|
432
432
|
exports.eatAndCollectLinkLabel = eatAndCollectLinkLabel;
|
|
433
433
|
exports.eatAndCollectLinkTitle = eatAndCollectLinkTitle;
|
|
434
|
-
//# sourceMappingURL=index.cjs.map
|
package/lib/esm/index.mjs
CHANGED
|
@@ -420,4 +420,3 @@ class DefinitionTokenizer extends BaseBlockTokenizer {
|
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
export { DefinitionTokenizer, uniqueName as DefinitionTokenizerName, DefinitionTokenizer as default, match as definitionMatch, parse as definitionParse, eatAndCollectLinkDestination, eatAndCollectLinkLabel, eatAndCollectLinkTitle };
|
|
423
|
-
//# sourceMappingURL=index.mjs.map
|
package/lib/types/index.d.ts
CHANGED
|
@@ -191,4 +191,3 @@ declare class DefinitionTokenizer extends BaseBlockTokenizer<T, IToken, INode, I
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
export { DefinitionTokenizer, uniqueName as DefinitionTokenizerName, type IThis as IDefinitionHookContext, type IToken as IDefinitionToken, type ITokenizerProps as IDefinitionTokenizerProps, type ILinkDestinationCollectingState, type ILinkLabelCollectingState, type ILinkTitleCollectingState, DefinitionTokenizer as default, match as definitionMatch, parse as definitionParse, eatAndCollectLinkDestination, eatAndCollectLinkLabel, eatAndCollectLinkTitle };
|
|
194
|
-
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-definition",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "guanghechen",
|
|
6
6
|
"url": "https://github.com/guanghechen/"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
11
11
|
"directory": "tokenizers/definition"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/definition",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
"types": "./lib/types/index.d.ts",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@yozora/ast": "^2.3.
|
|
38
|
-
"@yozora/character": "^2.3.
|
|
39
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.5",
|
|
38
|
+
"@yozora/character": "^2.3.5",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.5"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "251eac044927616fe211c86c98e44a39003bd664"
|
|
42
42
|
}
|