wp-typia 0.24.4 → 0.24.6

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.
Files changed (58) hide show
  1. package/README.md +8 -6
  2. package/bin/wp-typia.js +24 -103
  3. package/{dist-bunli/node-cli.js → dist/cli.js} +5086 -3693
  4. package/package.json +9 -36
  5. package/bin/routing-metadata.generated.d.ts +0 -8
  6. package/bin/routing-metadata.generated.js +0 -93
  7. package/bin/runtime-routing.d.ts +0 -34
  8. package/bin/runtime-routing.js +0 -124
  9. package/dist-bunli/.bunli/commands.gen.js +0 -304441
  10. package/dist-bunli/.bunli/highlights-eq9cgrbb.scm +0 -604
  11. package/dist-bunli/.bunli/highlights-ghv9g403.scm +0 -205
  12. package/dist-bunli/.bunli/highlights-hk7bwhj4.scm +0 -284
  13. package/dist-bunli/.bunli/highlights-r812a2qc.scm +0 -150
  14. package/dist-bunli/.bunli/highlights-x6tmsnaa.scm +0 -115
  15. package/dist-bunli/.bunli/injections-73j83es3.scm +0 -27
  16. package/dist-bunli/.bunli/tree-sitter-javascript-nd0q4pe9.wasm +0 -0
  17. package/dist-bunli/.bunli/tree-sitter-markdown-411r6y9b.wasm +0 -0
  18. package/dist-bunli/.bunli/tree-sitter-markdown_inline-j5349f42.wasm +0 -0
  19. package/dist-bunli/.bunli/tree-sitter-typescript-zxjzwt75.wasm +0 -0
  20. package/dist-bunli/.bunli/tree-sitter-zig-e78zbjpm.wasm +0 -0
  21. package/dist-bunli/agents-91fpdyyt.js +0 -12
  22. package/dist-bunli/chunk-bdqvmfwv-f5qmzmxg.js +0 -16825
  23. package/dist-bunli/cli-03j0axbt.js +0 -163
  24. package/dist-bunli/cli-1170yyve.js +0 -106
  25. package/dist-bunli/cli-368d4cgy.js +0 -1235
  26. package/dist-bunli/cli-377p86mf.js +0 -191
  27. package/dist-bunli/cli-6v0pcxw6.js +0 -314
  28. package/dist-bunli/cli-84c7wff4.js +0 -198
  29. package/dist-bunli/cli-8hxf9qw6.js +0 -198
  30. package/dist-bunli/cli-9fx0qgb7.js +0 -3680
  31. package/dist-bunli/cli-ac2ebaf8.js +0 -3
  32. package/dist-bunli/cli-add-qjd3ba8j.js +0 -10671
  33. package/dist-bunli/cli-am5x7tb4.js +0 -192
  34. package/dist-bunli/cli-bajwv85z.js +0 -24
  35. package/dist-bunli/cli-ccax7s0s.js +0 -34
  36. package/dist-bunli/cli-cvxvcw7c.js +0 -46
  37. package/dist-bunli/cli-diagnostics-10drxh34.js +0 -34
  38. package/dist-bunli/cli-doctor-6fyxq940.js +0 -1446
  39. package/dist-bunli/cli-e4bwd81c.js +0 -1260
  40. package/dist-bunli/cli-fv4h3ydt.js +0 -173823
  41. package/dist-bunli/cli-hv2yedw2.js +0 -74591
  42. package/dist-bunli/cli-init-7avk42dh.js +0 -880
  43. package/dist-bunli/cli-kfm9mm68.js +0 -14679
  44. package/dist-bunli/cli-prompt-ncyg68rn.js +0 -12
  45. package/dist-bunli/cli-rdcga1bd.js +0 -135
  46. package/dist-bunli/cli-scaffold-0bb6pr3w.js +0 -538
  47. package/dist-bunli/cli-t73q5aqz.js +0 -103
  48. package/dist-bunli/cli-templates-g8t4fm11.js +0 -167
  49. package/dist-bunli/cli-tj7ajdvf.js +0 -2612
  50. package/dist-bunli/cli-tq730sqt.js +0 -344
  51. package/dist-bunli/cli-xnn9xjcy.js +0 -68
  52. package/dist-bunli/cli-z48frc8t.js +0 -229
  53. package/dist-bunli/cli.js +0 -2523
  54. package/dist-bunli/command-list-y3g7e9rb.js +0 -4013
  55. package/dist-bunli/create-template-validation-4fr851vg.js +0 -16
  56. package/dist-bunli/migrations-3vngdy51.js +0 -47
  57. package/dist-bunli/sync-k2k8svyc.js +0 -13
  58. package/dist-bunli/workspace-project-gmv2a71z.js +0 -22
@@ -1,115 +0,0 @@
1
- ; Query from: https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/99ddf573531c4dbe53f743ecbc1595af5eb1d32f/queries/markdown_inline/highlights.scm
2
- ; From MDeiml/tree-sitter-markdown
3
- (code_span) @markup.raw @nospell
4
-
5
- (emphasis) @markup.italic
6
-
7
- (strong_emphasis) @markup.strong
8
-
9
- (strikethrough) @markup.strikethrough
10
-
11
- (shortcut_link
12
- (link_text) @nospell)
13
-
14
- [
15
- (backslash_escape)
16
- (hard_line_break)
17
- ] @string.escape
18
-
19
- ; Conceal codeblock and text style markers
20
- ([
21
- (code_span_delimiter)
22
- (emphasis_delimiter)
23
- ] @conceal
24
- (#set! conceal ""))
25
-
26
- ; Inline links - style all parts
27
- (inline_link
28
- ["[" "(" ")"] @markup.link)
29
-
30
- (inline_link
31
- "]" @markup.link.bracket.close)
32
-
33
- ; Conceal opening bracket
34
- ((inline_link
35
- "[" @conceal)
36
- (#set! conceal ""))
37
-
38
- ; Conceal closing bracket with space replacement
39
- ((inline_link
40
- "]" @conceal)
41
- (#set! conceal " "))
42
-
43
- ; Conceal image links
44
- (image
45
- [
46
- "!"
47
- "["
48
- "]"
49
- "("
50
- (link_destination)
51
- ")"
52
- ] @markup.link
53
- (#set! conceal ""))
54
-
55
- ; Conceal full reference links
56
- (full_reference_link
57
- [
58
- "["
59
- "]"
60
- (link_label)
61
- ] @markup.link
62
- (#set! conceal ""))
63
-
64
- ; Conceal collapsed reference links
65
- (collapsed_reference_link
66
- [
67
- "["
68
- "]"
69
- ] @markup.link
70
- (#set! conceal ""))
71
-
72
- ; Conceal shortcut links
73
- (shortcut_link
74
- [
75
- "["
76
- "]"
77
- ] @markup.link
78
- (#set! conceal ""))
79
-
80
- [
81
- (link_destination)
82
- (uri_autolink)
83
- ] @markup.link.url @nospell
84
-
85
- [
86
- (link_label)
87
- (link_text)
88
- (link_title)
89
- (image_description)
90
- ] @markup.link.label
91
-
92
- ; Replace common HTML entities.
93
- ((entity_reference) @character.special
94
- (#eq? @character.special " ")
95
- (#set! conceal ""))
96
-
97
- ((entity_reference) @character.special
98
- (#eq? @character.special "<")
99
- (#set! conceal "<"))
100
-
101
- ((entity_reference) @character.special
102
- (#eq? @character.special "&gt;")
103
- (#set! conceal ">"))
104
-
105
- ((entity_reference) @character.special
106
- (#eq? @character.special "&amp;")
107
- (#set! conceal "&"))
108
-
109
- ((entity_reference) @character.special
110
- (#eq? @character.special "&quot;")
111
- (#set! conceal "\""))
112
-
113
- ((entity_reference) @character.special
114
- (#any-of? @character.special "&ensp;" "&emsp;")
115
- (#set! conceal " "))
@@ -1,27 +0,0 @@
1
- ; Query from: https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/markdown/injections.scm
2
- (fenced_code_block
3
- (info_string
4
- (language) @_lang)
5
- (code_fence_content) @injection.content
6
- (#set-lang-from-info-string! @_lang))
7
-
8
- ((html_block) @injection.content
9
- (#set! injection.language "html")
10
- (#set! injection.combined)
11
- (#set! injection.include-children))
12
-
13
- ((minus_metadata) @injection.content
14
- (#set! injection.language "yaml")
15
- (#offset! @injection.content 1 0 -1 0)
16
- (#set! injection.include-children))
17
-
18
- ((plus_metadata) @injection.content
19
- (#set! injection.language "toml")
20
- (#offset! @injection.content 1 0 -1 0)
21
- (#set! injection.include-children))
22
-
23
- ([
24
- (inline)
25
- (pipe_table_cell)
26
- ] @injection.content
27
- (#set! injection.language "markdown_inline"))
@@ -1,12 +0,0 @@
1
- // @bun
2
- import {
3
- builtinAgents,
4
- detectAgents
5
- } from "./cli-6v0pcxw6.js";
6
- import"./cli-xnn9xjcy.js";
7
- export {
8
- detectAgents,
9
- builtinAgents
10
- };
11
-
12
- //# debugId=A24E4C4A6ACFE35664756E2164756E21