@enjoys/context-engine 1.0.9 → 1.1.1
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 +28 -0
- package/data/codeActions/awk.json +41 -0
- package/data/codeActions/bash.json +169 -0
- package/data/codeActions/c.json +35 -0
- package/data/codeActions/caddy.json +35 -0
- package/data/codeActions/cpp.json +35 -0
- package/data/codeActions/crontab.json +27 -0
- package/data/codeActions/csharp.json +35 -0
- package/data/codeActions/dart.json +31 -0
- package/data/codeActions/docker-compose.json +112 -0
- package/data/codeActions/dockerfile.json +35 -0
- package/data/codeActions/dotenv.json +27 -0
- package/data/codeActions/go.json +49 -0
- package/data/codeActions/graphql.json +41 -0
- package/data/codeActions/hcl.json +35 -0
- package/data/codeActions/html.json +27 -0
- package/data/codeActions/ini.json +27 -0
- package/data/codeActions/java.json +35 -0
- package/data/codeActions/javascript.json +49 -0
- package/data/codeActions/json.json +27 -0
- package/data/codeActions/kotlin.json +18 -0
- package/data/codeActions/lua.json +49 -0
- package/data/codeActions/makefile.json +35 -0
- package/data/codeActions/markdown.json +27 -0
- package/data/codeActions/nginx.json +35 -0
- package/data/codeActions/perl.json +49 -0
- package/data/codeActions/php.json +49 -0
- package/data/codeActions/powershell.json +49 -0
- package/data/codeActions/protobuf.json +49 -0
- package/data/codeActions/python.json +49 -0
- package/data/codeActions/redis-cli.json +27 -0
- package/data/codeActions/ruby.json +49 -0
- package/data/codeActions/rust.json +49 -0
- package/data/codeActions/scala.json +26 -0
- package/data/codeActions/sql.json +41 -0
- package/data/codeActions/ssh_config.json +35 -0
- package/data/codeActions/swift.json +26 -0
- package/data/codeActions/systemd.json +27 -0
- package/data/codeActions/toml.json +27 -0
- package/data/codeActions/typescript.json +49 -0
- package/data/codeActions/xml.json +27 -0
- package/data/codeActions/yaml.json +27 -0
- package/data/codeActions/zsh.json +49 -0
- package/data/codeLens/awk.json +12 -0
- package/data/codeLens/bash.json +75 -0
- package/data/codeLens/c.json +12 -0
- package/data/codeLens/caddy.json +12 -0
- package/data/codeLens/cpp.json +26 -0
- package/data/codeLens/crontab.json +12 -0
- package/data/codeLens/csharp.json +33 -0
- package/data/codeLens/dart.json +15 -0
- package/data/codeLens/docker-compose.json +4 -0
- package/data/codeLens/dockerfile.json +4 -0
- package/data/codeLens/dotenv.json +4 -0
- package/data/codeLens/go.json +26 -0
- package/data/codeLens/graphql.json +33 -0
- package/data/codeLens/hcl.json +12 -0
- package/data/codeLens/html.json +12 -0
- package/data/codeLens/ini.json +4 -0
- package/data/codeLens/java.json +33 -0
- package/data/codeLens/javascript.json +40 -0
- package/data/codeLens/json.json +4 -0
- package/data/codeLens/kotlin.json +10 -0
- package/data/codeLens/lua.json +12 -0
- package/data/codeLens/makefile.json +19 -0
- package/data/codeLens/markdown.json +4 -0
- package/data/codeLens/nginx.json +12 -0
- package/data/codeLens/perl.json +19 -0
- package/data/codeLens/php.json +40 -0
- package/data/codeLens/powershell.json +26 -0
- package/data/codeLens/protobuf.json +26 -0
- package/data/codeLens/python.json +26 -0
- package/data/codeLens/redis-cli.json +4 -0
- package/data/codeLens/ruby.json +26 -0
- package/data/codeLens/rust.json +40 -0
- package/data/codeLens/scala.json +18 -0
- package/data/codeLens/sql.json +33 -0
- package/data/codeLens/ssh_config.json +4 -0
- package/data/codeLens/swift.json +15 -0
- package/data/codeLens/systemd.json +4 -0
- package/data/codeLens/toml.json +4 -0
- package/data/codeLens/typescript.json +47 -0
- package/data/codeLens/xml.json +12 -0
- package/data/codeLens/yaml.json +4 -0
- package/data/codeLens/zsh.json +19 -0
- package/data/color/awk.json +6 -0
- package/data/color/bash.json +100 -0
- package/data/color/c.json +6 -0
- package/data/color/caddy.json +6 -0
- package/data/color/cpp.json +6 -0
- package/data/color/crontab.json +6 -0
- package/data/color/csharp.json +6 -0
- package/data/color/dart.json +37 -0
- package/data/color/docker-compose.json +6 -0
- package/data/color/dockerfile.json +6 -0
- package/data/color/dotenv.json +6 -0
- package/data/color/go.json +6 -0
- package/data/color/graphql.json +6 -0
- package/data/color/hcl.json +6 -0
- package/data/color/html.json +85 -0
- package/data/color/ini.json +6 -0
- package/data/color/java.json +6 -0
- package/data/color/javascript.json +85 -0
- package/data/color/json.json +6 -0
- package/data/color/kotlin.json +12 -0
- package/data/color/lua.json +6 -0
- package/data/color/makefile.json +6 -0
- package/data/color/markdown.json +6 -0
- package/data/color/nginx.json +6 -0
- package/data/color/perl.json +6 -0
- package/data/color/php.json +85 -0
- package/data/color/powershell.json +6 -0
- package/data/color/protobuf.json +6 -0
- package/data/color/python.json +6 -0
- package/data/color/redis-cli.json +6 -0
- package/data/color/ruby.json +6 -0
- package/data/color/rust.json +6 -0
- package/data/color/scala.json +13 -0
- package/data/color/sql.json +6 -0
- package/data/color/ssh_config.json +6 -0
- package/data/color/swift.json +37 -0
- package/data/color/systemd.json +6 -0
- package/data/color/toml.json +6 -0
- package/data/color/typescript.json +85 -0
- package/data/color/xml.json +6 -0
- package/data/color/yaml.json +6 -0
- package/data/color/zsh.json +6 -0
- package/data/commands/bash.json +102 -0
- package/data/commands/kotlin.json +45 -0
- package/data/commands/manifest.json +1 -0
- package/data/commands/scala.json +171 -0
- package/data/commands/swift.json +67 -0
- package/data/completion/dart.json +1436 -0
- package/data/completion/docker-compose.json +959 -0
- package/data/completion/kotlin.json +1580 -0
- package/data/completion/scala.json +1076 -0
- package/data/completion/swift.json +1742 -0
- package/data/declaration/awk.json +175 -0
- package/data/declaration/bash.json +301 -0
- package/data/declaration/c.json +205 -0
- package/data/declaration/caddy.json +115 -0
- package/data/declaration/cpp.json +217 -0
- package/data/declaration/crontab.json +12 -0
- package/data/declaration/csharp.json +205 -0
- package/data/declaration/dart.json +25 -0
- package/data/declaration/docker-compose.json +42 -0
- package/data/declaration/dockerfile.json +24 -0
- package/data/declaration/dotenv.json +12 -0
- package/data/declaration/go.json +139 -0
- package/data/declaration/graphql.json +42 -0
- package/data/declaration/hcl.json +211 -0
- package/data/declaration/html.json +18 -0
- package/data/declaration/ini.json +18 -0
- package/data/declaration/java.json +217 -0
- package/data/declaration/javascript.json +217 -0
- package/data/declaration/json.json +12 -0
- package/data/declaration/kotlin.json +14 -0
- package/data/declaration/lua.json +199 -0
- package/data/declaration/makefile.json +199 -0
- package/data/declaration/markdown.json +18 -0
- package/data/declaration/nginx.json +24 -0
- package/data/declaration/perl.json +199 -0
- package/data/declaration/php.json +223 -0
- package/data/declaration/powershell.json +211 -0
- package/data/declaration/protobuf.json +30 -0
- package/data/declaration/python.json +205 -0
- package/data/declaration/redis-cli.json +186 -0
- package/data/declaration/ruby.json +211 -0
- package/data/declaration/rust.json +241 -0
- package/data/declaration/scala.json +23 -0
- package/data/declaration/sql.json +217 -0
- package/data/declaration/ssh_config.json +18 -0
- package/data/declaration/swift.json +18 -0
- package/data/declaration/systemd.json +18 -0
- package/data/declaration/toml.json +24 -0
- package/data/declaration/typescript.json +235 -0
- package/data/declaration/xml.json +18 -0
- package/data/declaration/yaml.json +24 -0
- package/data/declaration/zsh.json +205 -0
- package/data/defination/dart.json +369 -0
- package/data/defination/docker-compose.json +347 -0
- package/data/defination/kotlin.json +789 -0
- package/data/defination/scala.json +285 -0
- package/data/defination/swift.json +551 -0
- package/data/documentHighlight/awk.json +135 -0
- package/data/documentHighlight/bash.json +393 -0
- package/data/documentHighlight/c.json +183 -0
- package/data/documentHighlight/caddy.json +135 -0
- package/data/documentHighlight/cpp.json +314 -0
- package/data/documentHighlight/crontab.json +39 -0
- package/data/documentHighlight/csharp.json +363 -0
- package/data/documentHighlight/dart.json +84 -0
- package/data/documentHighlight/docker-compose.json +233 -0
- package/data/documentHighlight/dockerfile.json +113 -0
- package/data/documentHighlight/dotenv.json +19 -0
- package/data/documentHighlight/go.json +234 -0
- package/data/documentHighlight/graphql.json +104 -0
- package/data/documentHighlight/hcl.json +145 -0
- package/data/documentHighlight/html.json +180 -0
- package/data/documentHighlight/ini.json +36 -0
- package/data/documentHighlight/java.json +318 -0
- package/data/documentHighlight/javascript.json +262 -0
- package/data/documentHighlight/json.json +28 -0
- package/data/documentHighlight/kotlin.json +37 -0
- package/data/documentHighlight/lua.json +141 -0
- package/data/documentHighlight/makefile.json +280 -0
- package/data/documentHighlight/markdown.json +23 -0
- package/data/documentHighlight/nginx.json +215 -0
- package/data/documentHighlight/perl.json +288 -0
- package/data/documentHighlight/php.json +321 -0
- package/data/documentHighlight/powershell.json +320 -0
- package/data/documentHighlight/protobuf.json +131 -0
- package/data/documentHighlight/python.json +222 -0
- package/data/documentHighlight/redis-cli.json +23 -0
- package/data/documentHighlight/ruby.json +342 -0
- package/data/documentHighlight/rust.json +238 -0
- package/data/documentHighlight/scala.json +79 -0
- package/data/documentHighlight/sql.json +547 -0
- package/data/documentHighlight/ssh_config.json +236 -0
- package/data/documentHighlight/swift.json +89 -0
- package/data/documentHighlight/systemd.json +363 -0
- package/data/documentHighlight/toml.json +32 -0
- package/data/documentHighlight/typescript.json +364 -0
- package/data/documentHighlight/xml.json +97 -0
- package/data/documentHighlight/yaml.json +48 -0
- package/data/documentHighlight/zsh.json +266 -0
- package/data/documentSymbol/awk.json +12 -0
- package/data/documentSymbol/bash.json +124 -0
- package/data/documentSymbol/c.json +26 -0
- package/data/documentSymbol/caddy.json +19 -0
- package/data/documentSymbol/cpp.json +40 -0
- package/data/documentSymbol/crontab.json +12 -0
- package/data/documentSymbol/csharp.json +47 -0
- package/data/documentSymbol/dart.json +20 -0
- package/data/documentSymbol/docker-compose.json +75 -0
- package/data/documentSymbol/dockerfile.json +26 -0
- package/data/documentSymbol/dotenv.json +12 -0
- package/data/documentSymbol/go.json +33 -0
- package/data/documentSymbol/graphql.json +47 -0
- package/data/documentSymbol/hcl.json +33 -0
- package/data/documentSymbol/html.json +19 -0
- package/data/documentSymbol/ini.json +19 -0
- package/data/documentSymbol/java.json +40 -0
- package/data/documentSymbol/javascript.json +40 -0
- package/data/documentSymbol/json.json +12 -0
- package/data/documentSymbol/kotlin.json +15 -0
- package/data/documentSymbol/lua.json +19 -0
- package/data/documentSymbol/makefile.json +19 -0
- package/data/documentSymbol/markdown.json +19 -0
- package/data/documentSymbol/nginx.json +26 -0
- package/data/documentSymbol/perl.json +26 -0
- package/data/documentSymbol/php.json +47 -0
- package/data/documentSymbol/powershell.json +33 -0
- package/data/documentSymbol/protobuf.json +33 -0
- package/data/documentSymbol/python.json +26 -0
- package/data/documentSymbol/redis-cli.json +4 -0
- package/data/documentSymbol/ruby.json +33 -0
- package/data/documentSymbol/rust.json +68 -0
- package/data/documentSymbol/scala.json +21 -0
- package/data/documentSymbol/sql.json +40 -0
- package/data/documentSymbol/ssh_config.json +19 -0
- package/data/documentSymbol/swift.json +17 -0
- package/data/documentSymbol/systemd.json +19 -0
- package/data/documentSymbol/toml.json +26 -0
- package/data/documentSymbol/typescript.json +61 -0
- package/data/documentSymbol/xml.json +19 -0
- package/data/documentSymbol/yaml.json +26 -0
- package/data/documentSymbol/zsh.json +26 -0
- package/data/formatting/awk.json +28 -0
- package/data/formatting/bash.json +88 -0
- package/data/formatting/c.json +28 -0
- package/data/formatting/caddy.json +23 -0
- package/data/formatting/cpp.json +28 -0
- package/data/formatting/crontab.json +19 -0
- package/data/formatting/csharp.json +28 -0
- package/data/formatting/dart.json +16 -0
- package/data/formatting/docker-compose.json +24 -0
- package/data/formatting/dockerfile.json +19 -0
- package/data/formatting/dotenv.json +19 -0
- package/data/formatting/go.json +28 -0
- package/data/formatting/graphql.json +23 -0
- package/data/formatting/hcl.json +23 -0
- package/data/formatting/html.json +23 -0
- package/data/formatting/ini.json +19 -0
- package/data/formatting/java.json +28 -0
- package/data/formatting/javascript.json +28 -0
- package/data/formatting/json.json +23 -0
- package/data/formatting/kotlin.json +14 -0
- package/data/formatting/lua.json +28 -0
- package/data/formatting/makefile.json +24 -0
- package/data/formatting/markdown.json +19 -0
- package/data/formatting/nginx.json +28 -0
- package/data/formatting/perl.json +28 -0
- package/data/formatting/php.json +28 -0
- package/data/formatting/powershell.json +28 -0
- package/data/formatting/protobuf.json +23 -0
- package/data/formatting/python.json +28 -0
- package/data/formatting/redis-cli.json +19 -0
- package/data/formatting/ruby.json +28 -0
- package/data/formatting/rust.json +28 -0
- package/data/formatting/scala.json +17 -0
- package/data/formatting/sql.json +28 -0
- package/data/formatting/ssh_config.json +22 -0
- package/data/formatting/swift.json +19 -0
- package/data/formatting/systemd.json +19 -0
- package/data/formatting/toml.json +19 -0
- package/data/formatting/typescript.json +28 -0
- package/data/formatting/xml.json +23 -0
- package/data/formatting/yaml.json +22 -0
- package/data/formatting/zsh.json +28 -0
- package/data/hover/bash.json +579 -245
- package/data/hover/dart.json +161 -0
- package/data/hover/docker-compose.json +404 -0
- package/data/hover/kotlin.json +341 -0
- package/data/hover/scala.json +209 -0
- package/data/hover/swift.json +239 -0
- package/data/implementation/awk.json +7 -0
- package/data/implementation/bash.json +44 -0
- package/data/implementation/c.json +7 -0
- package/data/implementation/caddy.json +7 -0
- package/data/implementation/cpp.json +20 -0
- package/data/implementation/crontab.json +7 -0
- package/data/implementation/csharp.json +27 -0
- package/data/implementation/dart.json +14 -0
- package/data/implementation/docker-compose.json +7 -0
- package/data/implementation/dockerfile.json +7 -0
- package/data/implementation/dotenv.json +7 -0
- package/data/implementation/go.json +9 -0
- package/data/implementation/graphql.json +20 -0
- package/data/implementation/hcl.json +7 -0
- package/data/implementation/html.json +7 -0
- package/data/implementation/ini.json +7 -0
- package/data/implementation/java.json +27 -0
- package/data/implementation/javascript.json +20 -0
- package/data/implementation/json.json +7 -0
- package/data/implementation/kotlin.json +13 -0
- package/data/implementation/lua.json +7 -0
- package/data/implementation/makefile.json +7 -0
- package/data/implementation/markdown.json +7 -0
- package/data/implementation/nginx.json +7 -0
- package/data/implementation/perl.json +7 -0
- package/data/implementation/php.json +34 -0
- package/data/implementation/powershell.json +9 -0
- package/data/implementation/protobuf.json +9 -0
- package/data/implementation/python.json +10 -0
- package/data/implementation/redis-cli.json +7 -0
- package/data/implementation/ruby.json +20 -0
- package/data/implementation/rust.json +20 -0
- package/data/implementation/scala.json +16 -0
- package/data/implementation/sql.json +7 -0
- package/data/implementation/ssh_config.json +7 -0
- package/data/implementation/swift.json +14 -0
- package/data/implementation/systemd.json +7 -0
- package/data/implementation/toml.json +7 -0
- package/data/implementation/typescript.json +27 -0
- package/data/implementation/xml.json +7 -0
- package/data/implementation/yaml.json +7 -0
- package/data/implementation/zsh.json +7 -0
- package/data/inlayHints/awk.json +35 -0
- package/data/inlayHints/bash.json +207 -0
- package/data/inlayHints/c.json +35 -0
- package/data/inlayHints/caddy.json +35 -0
- package/data/inlayHints/cpp.json +43 -0
- package/data/inlayHints/crontab.json +26 -0
- package/data/inlayHints/csharp.json +43 -0
- package/data/inlayHints/dart.json +29 -0
- package/data/inlayHints/docker-compose.json +43 -0
- package/data/inlayHints/dockerfile.json +35 -0
- package/data/inlayHints/dotenv.json +26 -0
- package/data/inlayHints/go.json +43 -0
- package/data/inlayHints/graphql.json +26 -0
- package/data/inlayHints/hcl.json +43 -0
- package/data/inlayHints/html.json +26 -0
- package/data/inlayHints/ini.json +26 -0
- package/data/inlayHints/java.json +43 -0
- package/data/inlayHints/javascript.json +43 -0
- package/data/inlayHints/json.json +26 -0
- package/data/inlayHints/kotlin.json +23 -0
- package/data/inlayHints/lua.json +43 -0
- package/data/inlayHints/makefile.json +35 -0
- package/data/inlayHints/markdown.json +26 -0
- package/data/inlayHints/nginx.json +35 -0
- package/data/inlayHints/perl.json +43 -0
- package/data/inlayHints/php.json +43 -0
- package/data/inlayHints/powershell.json +43 -0
- package/data/inlayHints/protobuf.json +26 -0
- package/data/inlayHints/python.json +35 -0
- package/data/inlayHints/redis-cli.json +35 -0
- package/data/inlayHints/ruby.json +35 -0
- package/data/inlayHints/rust.json +43 -0
- package/data/inlayHints/scala.json +42 -0
- package/data/inlayHints/sql.json +43 -0
- package/data/inlayHints/ssh_config.json +26 -0
- package/data/inlayHints/swift.json +37 -0
- package/data/inlayHints/systemd.json +26 -0
- package/data/inlayHints/toml.json +26 -0
- package/data/inlayHints/typescript.json +43 -0
- package/data/inlayHints/xml.json +26 -0
- package/data/inlayHints/yaml.json +26 -0
- package/data/inlayHints/zsh.json +43 -0
- package/data/inlineCompletions/awk.json +17 -0
- package/data/inlineCompletions/bash.json +155 -0
- package/data/inlineCompletions/c.json +17 -0
- package/data/inlineCompletions/caddy.json +11 -0
- package/data/inlineCompletions/cpp.json +17 -0
- package/data/inlineCompletions/crontab.json +11 -0
- package/data/inlineCompletions/csharp.json +23 -0
- package/data/inlineCompletions/dart.json +27 -0
- package/data/inlineCompletions/docker-compose.json +89 -0
- package/data/inlineCompletions/dockerfile.json +11 -0
- package/data/inlineCompletions/dotenv.json +4 -0
- package/data/inlineCompletions/go.json +23 -0
- package/data/inlineCompletions/graphql.json +17 -0
- package/data/inlineCompletions/hcl.json +17 -0
- package/data/inlineCompletions/html.json +11 -0
- package/data/inlineCompletions/ini.json +4 -0
- package/data/inlineCompletions/java.json +17 -0
- package/data/inlineCompletions/javascript.json +17 -0
- package/data/inlineCompletions/json.json +4 -0
- package/data/inlineCompletions/kotlin.json +19 -0
- package/data/inlineCompletions/lua.json +17 -0
- package/data/inlineCompletions/makefile.json +11 -0
- package/data/inlineCompletions/markdown.json +4 -0
- package/data/inlineCompletions/nginx.json +17 -0
- package/data/inlineCompletions/perl.json +17 -0
- package/data/inlineCompletions/php.json +17 -0
- package/data/inlineCompletions/powershell.json +17 -0
- package/data/inlineCompletions/protobuf.json +17 -0
- package/data/inlineCompletions/python.json +23 -0
- package/data/inlineCompletions/redis-cli.json +4 -0
- package/data/inlineCompletions/ruby.json +17 -0
- package/data/inlineCompletions/rust.json +23 -0
- package/data/inlineCompletions/scala.json +26 -0
- package/data/inlineCompletions/sql.json +17 -0
- package/data/inlineCompletions/ssh_config.json +11 -0
- package/data/inlineCompletions/swift.json +23 -0
- package/data/inlineCompletions/systemd.json +4 -0
- package/data/inlineCompletions/toml.json +4 -0
- package/data/inlineCompletions/typescript.json +17 -0
- package/data/inlineCompletions/xml.json +4 -0
- package/data/inlineCompletions/yaml.json +4 -0
- package/data/inlineCompletions/zsh.json +17 -0
- package/data/links/awk.json +10 -0
- package/data/links/bash.json +56 -0
- package/data/links/c.json +15 -0
- package/data/links/caddy.json +15 -0
- package/data/links/cpp.json +15 -0
- package/data/links/crontab.json +10 -0
- package/data/links/csharp.json +15 -0
- package/data/links/dart.json +16 -0
- package/data/links/docker-compose.json +47 -0
- package/data/links/dockerfile.json +15 -0
- package/data/links/dotenv.json +10 -0
- package/data/links/go.json +15 -0
- package/data/links/graphql.json +10 -0
- package/data/links/hcl.json +15 -0
- package/data/links/html.json +15 -0
- package/data/links/ini.json +10 -0
- package/data/links/java.json +15 -0
- package/data/links/javascript.json +15 -0
- package/data/links/json.json +10 -0
- package/data/links/kotlin.json +10 -0
- package/data/links/lua.json +15 -0
- package/data/links/makefile.json +15 -0
- package/data/links/markdown.json +15 -0
- package/data/links/nginx.json +15 -0
- package/data/links/perl.json +15 -0
- package/data/links/php.json +15 -0
- package/data/links/powershell.json +15 -0
- package/data/links/protobuf.json +15 -0
- package/data/links/python.json +15 -0
- package/data/links/redis-cli.json +10 -0
- package/data/links/ruby.json +15 -0
- package/data/links/rust.json +15 -0
- package/data/links/scala.json +17 -0
- package/data/links/sql.json +10 -0
- package/data/links/ssh_config.json +15 -0
- package/data/links/swift.json +13 -0
- package/data/links/systemd.json +10 -0
- package/data/links/toml.json +10 -0
- package/data/links/typescript.json +15 -0
- package/data/links/xml.json +15 -0
- package/data/links/yaml.json +10 -0
- package/data/links/zsh.json +15 -0
- package/data/manifest.json +1535 -470
- package/data/references/awk.json +166 -0
- package/data/references/bash.json +221 -0
- package/data/references/c.json +166 -0
- package/data/references/caddy.json +134 -0
- package/data/references/cpp.json +166 -0
- package/data/references/crontab.json +5 -0
- package/data/references/csharp.json +166 -0
- package/data/references/dart.json +15 -0
- package/data/references/docker-compose.json +42 -0
- package/data/references/dockerfile.json +5 -0
- package/data/references/dotenv.json +5 -0
- package/data/references/go.json +150 -0
- package/data/references/graphql.json +5 -0
- package/data/references/hcl.json +166 -0
- package/data/references/html.json +5 -0
- package/data/references/ini.json +5 -0
- package/data/references/java.json +166 -0
- package/data/references/javascript.json +166 -0
- package/data/references/json.json +5 -0
- package/data/references/kotlin.json +12 -0
- package/data/references/lua.json +166 -0
- package/data/references/makefile.json +166 -0
- package/data/references/markdown.json +5 -0
- package/data/references/nginx.json +5 -0
- package/data/references/perl.json +166 -0
- package/data/references/php.json +166 -0
- package/data/references/powershell.json +166 -0
- package/data/references/protobuf.json +5 -0
- package/data/references/python.json +166 -0
- package/data/references/redis-cli.json +166 -0
- package/data/references/ruby.json +166 -0
- package/data/references/rust.json +166 -0
- package/data/references/scala.json +15 -0
- package/data/references/sql.json +166 -0
- package/data/references/ssh_config.json +5 -0
- package/data/references/swift.json +14 -0
- package/data/references/systemd.json +5 -0
- package/data/references/toml.json +5 -0
- package/data/references/typescript.json +166 -0
- package/data/references/xml.json +5 -0
- package/data/references/yaml.json +5 -0
- package/data/references/zsh.json +166 -0
- package/data/typeDefinition/awk.json +29 -0
- package/data/typeDefinition/bash.json +95 -0
- package/data/typeDefinition/c.json +149 -0
- package/data/typeDefinition/caddy.json +4 -0
- package/data/typeDefinition/cpp.json +257 -0
- package/data/typeDefinition/crontab.json +4 -0
- package/data/typeDefinition/csharp.json +251 -0
- package/data/typeDefinition/dart.json +35 -0
- package/data/typeDefinition/docker-compose.json +4 -0
- package/data/typeDefinition/dockerfile.json +4 -0
- package/data/typeDefinition/dotenv.json +4 -0
- package/data/typeDefinition/go.json +173 -0
- package/data/typeDefinition/graphql.json +35 -0
- package/data/typeDefinition/hcl.json +59 -0
- package/data/typeDefinition/html.json +4 -0
- package/data/typeDefinition/ini.json +4 -0
- package/data/typeDefinition/java.json +311 -0
- package/data/typeDefinition/javascript.json +293 -0
- package/data/typeDefinition/json.json +41 -0
- package/data/typeDefinition/kotlin.json +33 -0
- package/data/typeDefinition/lua.json +53 -0
- package/data/typeDefinition/makefile.json +4 -0
- package/data/typeDefinition/markdown.json +4 -0
- package/data/typeDefinition/nginx.json +4 -0
- package/data/typeDefinition/perl.json +47 -0
- package/data/typeDefinition/php.json +311 -0
- package/data/typeDefinition/powershell.json +167 -0
- package/data/typeDefinition/protobuf.json +197 -0
- package/data/typeDefinition/python.json +293 -0
- package/data/typeDefinition/redis-cli.json +59 -0
- package/data/typeDefinition/ruby.json +317 -0
- package/data/typeDefinition/rust.json +521 -0
- package/data/typeDefinition/scala.json +52 -0
- package/data/typeDefinition/sql.json +281 -0
- package/data/typeDefinition/ssh_config.json +4 -0
- package/data/typeDefinition/swift.json +56 -0
- package/data/typeDefinition/systemd.json +4 -0
- package/data/typeDefinition/toml.json +65 -0
- package/data/typeDefinition/typescript.json +425 -0
- package/data/typeDefinition/xml.json +4 -0
- package/data/typeDefinition/yaml.json +71 -0
- package/data/typeDefinition/zsh.json +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,521 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "rust",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"i8": {
|
|
5
|
+
"type": "primitive",
|
|
6
|
+
"signature": "i8",
|
|
7
|
+
"description": "Built-in type i8",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"i16": {
|
|
11
|
+
"type": "primitive",
|
|
12
|
+
"signature": "i16",
|
|
13
|
+
"description": "Built-in type i16",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"i32": {
|
|
17
|
+
"type": "primitive",
|
|
18
|
+
"signature": "i32",
|
|
19
|
+
"description": "Built-in type i32",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"i64": {
|
|
23
|
+
"type": "primitive",
|
|
24
|
+
"signature": "i64",
|
|
25
|
+
"description": "Built-in type i64",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"i128": {
|
|
29
|
+
"type": "primitive",
|
|
30
|
+
"signature": "i128",
|
|
31
|
+
"description": "Built-in type i128",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"isize": {
|
|
35
|
+
"type": "primitive",
|
|
36
|
+
"signature": "isize",
|
|
37
|
+
"description": "Built-in type isize",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"u8": {
|
|
41
|
+
"type": "primitive",
|
|
42
|
+
"signature": "u8",
|
|
43
|
+
"description": "Built-in type u8",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"u16": {
|
|
47
|
+
"type": "primitive",
|
|
48
|
+
"signature": "u16",
|
|
49
|
+
"description": "Built-in type u16",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"u32": {
|
|
53
|
+
"type": "primitive",
|
|
54
|
+
"signature": "u32",
|
|
55
|
+
"description": "Built-in type u32",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"u64": {
|
|
59
|
+
"type": "primitive",
|
|
60
|
+
"signature": "u64",
|
|
61
|
+
"description": "Built-in type u64",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"u128": {
|
|
65
|
+
"type": "primitive",
|
|
66
|
+
"signature": "u128",
|
|
67
|
+
"description": "Built-in type u128",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"usize": {
|
|
71
|
+
"type": "primitive",
|
|
72
|
+
"signature": "usize",
|
|
73
|
+
"description": "Built-in type usize",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"f32": {
|
|
77
|
+
"type": "primitive",
|
|
78
|
+
"signature": "f32",
|
|
79
|
+
"description": "Built-in type f32",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"f64": {
|
|
83
|
+
"type": "primitive",
|
|
84
|
+
"signature": "f64",
|
|
85
|
+
"description": "Built-in type f64",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"bool": {
|
|
89
|
+
"type": "primitive",
|
|
90
|
+
"signature": "bool",
|
|
91
|
+
"description": "Built-in type bool",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"char": {
|
|
95
|
+
"type": "primitive",
|
|
96
|
+
"signature": "char",
|
|
97
|
+
"description": "Built-in type char",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"str": {
|
|
101
|
+
"type": "primitive",
|
|
102
|
+
"signature": "str",
|
|
103
|
+
"description": "Built-in type str",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"String": {
|
|
107
|
+
"type": "primitive",
|
|
108
|
+
"signature": "String",
|
|
109
|
+
"description": "Built-in type String",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
},
|
|
112
|
+
"Vec": {
|
|
113
|
+
"type": "primitive",
|
|
114
|
+
"signature": "Vec",
|
|
115
|
+
"description": "Built-in type Vec",
|
|
116
|
+
"module": "builtin"
|
|
117
|
+
},
|
|
118
|
+
"HashMap": {
|
|
119
|
+
"type": "primitive",
|
|
120
|
+
"signature": "HashMap",
|
|
121
|
+
"description": "Built-in type HashMap",
|
|
122
|
+
"module": "builtin"
|
|
123
|
+
},
|
|
124
|
+
"HashSet": {
|
|
125
|
+
"type": "primitive",
|
|
126
|
+
"signature": "HashSet",
|
|
127
|
+
"description": "Built-in type HashSet",
|
|
128
|
+
"module": "builtin"
|
|
129
|
+
},
|
|
130
|
+
"BTreeMap": {
|
|
131
|
+
"type": "primitive",
|
|
132
|
+
"signature": "BTreeMap",
|
|
133
|
+
"description": "Built-in type BTreeMap",
|
|
134
|
+
"module": "builtin"
|
|
135
|
+
},
|
|
136
|
+
"BTreeSet": {
|
|
137
|
+
"type": "primitive",
|
|
138
|
+
"signature": "BTreeSet",
|
|
139
|
+
"description": "Built-in type BTreeSet",
|
|
140
|
+
"module": "builtin"
|
|
141
|
+
},
|
|
142
|
+
"Option": {
|
|
143
|
+
"type": "primitive",
|
|
144
|
+
"signature": "Option",
|
|
145
|
+
"description": "Built-in type Option",
|
|
146
|
+
"module": "builtin"
|
|
147
|
+
},
|
|
148
|
+
"Result": {
|
|
149
|
+
"type": "primitive",
|
|
150
|
+
"signature": "Result",
|
|
151
|
+
"description": "Built-in type Result",
|
|
152
|
+
"module": "builtin"
|
|
153
|
+
},
|
|
154
|
+
"Box": {
|
|
155
|
+
"type": "primitive",
|
|
156
|
+
"signature": "Box",
|
|
157
|
+
"description": "Built-in type Box",
|
|
158
|
+
"module": "builtin"
|
|
159
|
+
},
|
|
160
|
+
"Rc": {
|
|
161
|
+
"type": "primitive",
|
|
162
|
+
"signature": "Rc",
|
|
163
|
+
"description": "Built-in type Rc",
|
|
164
|
+
"module": "builtin"
|
|
165
|
+
},
|
|
166
|
+
"Arc": {
|
|
167
|
+
"type": "primitive",
|
|
168
|
+
"signature": "Arc",
|
|
169
|
+
"description": "Built-in type Arc",
|
|
170
|
+
"module": "builtin"
|
|
171
|
+
},
|
|
172
|
+
"Mutex": {
|
|
173
|
+
"type": "primitive",
|
|
174
|
+
"signature": "Mutex",
|
|
175
|
+
"description": "Built-in type Mutex",
|
|
176
|
+
"module": "builtin"
|
|
177
|
+
},
|
|
178
|
+
"RwLock": {
|
|
179
|
+
"type": "primitive",
|
|
180
|
+
"signature": "RwLock",
|
|
181
|
+
"description": "Built-in type RwLock",
|
|
182
|
+
"module": "builtin"
|
|
183
|
+
},
|
|
184
|
+
"Cell": {
|
|
185
|
+
"type": "primitive",
|
|
186
|
+
"signature": "Cell",
|
|
187
|
+
"description": "Built-in type Cell",
|
|
188
|
+
"module": "builtin"
|
|
189
|
+
},
|
|
190
|
+
"RefCell": {
|
|
191
|
+
"type": "primitive",
|
|
192
|
+
"signature": "RefCell",
|
|
193
|
+
"description": "Built-in type RefCell",
|
|
194
|
+
"module": "builtin"
|
|
195
|
+
},
|
|
196
|
+
"Cow": {
|
|
197
|
+
"type": "primitive",
|
|
198
|
+
"signature": "Cow",
|
|
199
|
+
"description": "Built-in type Cow",
|
|
200
|
+
"module": "builtin"
|
|
201
|
+
},
|
|
202
|
+
"Pin": {
|
|
203
|
+
"type": "primitive",
|
|
204
|
+
"signature": "Pin",
|
|
205
|
+
"description": "Built-in type Pin",
|
|
206
|
+
"module": "builtin"
|
|
207
|
+
},
|
|
208
|
+
"Future": {
|
|
209
|
+
"type": "primitive",
|
|
210
|
+
"signature": "Future",
|
|
211
|
+
"description": "Built-in type Future",
|
|
212
|
+
"module": "builtin"
|
|
213
|
+
},
|
|
214
|
+
"Stream": {
|
|
215
|
+
"type": "primitive",
|
|
216
|
+
"signature": "Stream",
|
|
217
|
+
"description": "Built-in type Stream",
|
|
218
|
+
"module": "builtin"
|
|
219
|
+
},
|
|
220
|
+
"Iterator": {
|
|
221
|
+
"type": "primitive",
|
|
222
|
+
"signature": "Iterator",
|
|
223
|
+
"description": "Built-in type Iterator",
|
|
224
|
+
"module": "builtin"
|
|
225
|
+
},
|
|
226
|
+
"IntoIterator": {
|
|
227
|
+
"type": "primitive",
|
|
228
|
+
"signature": "IntoIterator",
|
|
229
|
+
"description": "Built-in type IntoIterator",
|
|
230
|
+
"module": "builtin"
|
|
231
|
+
},
|
|
232
|
+
"FromIterator": {
|
|
233
|
+
"type": "primitive",
|
|
234
|
+
"signature": "FromIterator",
|
|
235
|
+
"description": "Built-in type FromIterator",
|
|
236
|
+
"module": "builtin"
|
|
237
|
+
},
|
|
238
|
+
"From": {
|
|
239
|
+
"type": "primitive",
|
|
240
|
+
"signature": "From",
|
|
241
|
+
"description": "Built-in type From",
|
|
242
|
+
"module": "builtin"
|
|
243
|
+
},
|
|
244
|
+
"Into": {
|
|
245
|
+
"type": "primitive",
|
|
246
|
+
"signature": "Into",
|
|
247
|
+
"description": "Built-in type Into",
|
|
248
|
+
"module": "builtin"
|
|
249
|
+
},
|
|
250
|
+
"TryFrom": {
|
|
251
|
+
"type": "primitive",
|
|
252
|
+
"signature": "TryFrom",
|
|
253
|
+
"description": "Built-in type TryFrom",
|
|
254
|
+
"module": "builtin"
|
|
255
|
+
},
|
|
256
|
+
"TryInto": {
|
|
257
|
+
"type": "primitive",
|
|
258
|
+
"signature": "TryInto",
|
|
259
|
+
"description": "Built-in type TryInto",
|
|
260
|
+
"module": "builtin"
|
|
261
|
+
},
|
|
262
|
+
"Display": {
|
|
263
|
+
"type": "primitive",
|
|
264
|
+
"signature": "Display",
|
|
265
|
+
"description": "Built-in type Display",
|
|
266
|
+
"module": "builtin"
|
|
267
|
+
},
|
|
268
|
+
"Debug": {
|
|
269
|
+
"type": "primitive",
|
|
270
|
+
"signature": "Debug",
|
|
271
|
+
"description": "Built-in type Debug",
|
|
272
|
+
"module": "builtin"
|
|
273
|
+
},
|
|
274
|
+
"Clone": {
|
|
275
|
+
"type": "primitive",
|
|
276
|
+
"signature": "Clone",
|
|
277
|
+
"description": "Built-in type Clone",
|
|
278
|
+
"module": "builtin"
|
|
279
|
+
},
|
|
280
|
+
"Copy": {
|
|
281
|
+
"type": "primitive",
|
|
282
|
+
"signature": "Copy",
|
|
283
|
+
"description": "Built-in type Copy",
|
|
284
|
+
"module": "builtin"
|
|
285
|
+
},
|
|
286
|
+
"Drop": {
|
|
287
|
+
"type": "primitive",
|
|
288
|
+
"signature": "Drop",
|
|
289
|
+
"description": "Built-in type Drop",
|
|
290
|
+
"module": "builtin"
|
|
291
|
+
},
|
|
292
|
+
"Default": {
|
|
293
|
+
"type": "primitive",
|
|
294
|
+
"signature": "Default",
|
|
295
|
+
"description": "Built-in type Default",
|
|
296
|
+
"module": "builtin"
|
|
297
|
+
},
|
|
298
|
+
"PartialEq": {
|
|
299
|
+
"type": "primitive",
|
|
300
|
+
"signature": "PartialEq",
|
|
301
|
+
"description": "Built-in type PartialEq",
|
|
302
|
+
"module": "builtin"
|
|
303
|
+
},
|
|
304
|
+
"Eq": {
|
|
305
|
+
"type": "primitive",
|
|
306
|
+
"signature": "Eq",
|
|
307
|
+
"description": "Built-in type Eq",
|
|
308
|
+
"module": "builtin"
|
|
309
|
+
},
|
|
310
|
+
"PartialOrd": {
|
|
311
|
+
"type": "primitive",
|
|
312
|
+
"signature": "PartialOrd",
|
|
313
|
+
"description": "Built-in type PartialOrd",
|
|
314
|
+
"module": "builtin"
|
|
315
|
+
},
|
|
316
|
+
"Ord": {
|
|
317
|
+
"type": "primitive",
|
|
318
|
+
"signature": "Ord",
|
|
319
|
+
"description": "Built-in type Ord",
|
|
320
|
+
"module": "builtin"
|
|
321
|
+
},
|
|
322
|
+
"Hash": {
|
|
323
|
+
"type": "primitive",
|
|
324
|
+
"signature": "Hash",
|
|
325
|
+
"description": "Built-in type Hash",
|
|
326
|
+
"module": "builtin"
|
|
327
|
+
},
|
|
328
|
+
"Send": {
|
|
329
|
+
"type": "primitive",
|
|
330
|
+
"signature": "Send",
|
|
331
|
+
"description": "Built-in type Send",
|
|
332
|
+
"module": "builtin"
|
|
333
|
+
},
|
|
334
|
+
"Sync": {
|
|
335
|
+
"type": "primitive",
|
|
336
|
+
"signature": "Sync",
|
|
337
|
+
"description": "Built-in type Sync",
|
|
338
|
+
"module": "builtin"
|
|
339
|
+
},
|
|
340
|
+
"Sized": {
|
|
341
|
+
"type": "primitive",
|
|
342
|
+
"signature": "Sized",
|
|
343
|
+
"description": "Built-in type Sized",
|
|
344
|
+
"module": "builtin"
|
|
345
|
+
},
|
|
346
|
+
"Unpin": {
|
|
347
|
+
"type": "primitive",
|
|
348
|
+
"signature": "Unpin",
|
|
349
|
+
"description": "Built-in type Unpin",
|
|
350
|
+
"module": "builtin"
|
|
351
|
+
},
|
|
352
|
+
"Fn": {
|
|
353
|
+
"type": "primitive",
|
|
354
|
+
"signature": "Fn",
|
|
355
|
+
"description": "Built-in type Fn",
|
|
356
|
+
"module": "builtin"
|
|
357
|
+
},
|
|
358
|
+
"FnMut": {
|
|
359
|
+
"type": "primitive",
|
|
360
|
+
"signature": "FnMut",
|
|
361
|
+
"description": "Built-in type FnMut",
|
|
362
|
+
"module": "builtin"
|
|
363
|
+
},
|
|
364
|
+
"FnOnce": {
|
|
365
|
+
"type": "primitive",
|
|
366
|
+
"signature": "FnOnce",
|
|
367
|
+
"description": "Built-in type FnOnce",
|
|
368
|
+
"module": "builtin"
|
|
369
|
+
},
|
|
370
|
+
"Deref": {
|
|
371
|
+
"type": "primitive",
|
|
372
|
+
"signature": "Deref",
|
|
373
|
+
"description": "Built-in type Deref",
|
|
374
|
+
"module": "builtin"
|
|
375
|
+
},
|
|
376
|
+
"DerefMut": {
|
|
377
|
+
"type": "primitive",
|
|
378
|
+
"signature": "DerefMut",
|
|
379
|
+
"description": "Built-in type DerefMut",
|
|
380
|
+
"module": "builtin"
|
|
381
|
+
},
|
|
382
|
+
"AsRef": {
|
|
383
|
+
"type": "primitive",
|
|
384
|
+
"signature": "AsRef",
|
|
385
|
+
"description": "Built-in type AsRef",
|
|
386
|
+
"module": "builtin"
|
|
387
|
+
},
|
|
388
|
+
"AsMut": {
|
|
389
|
+
"type": "primitive",
|
|
390
|
+
"signature": "AsMut",
|
|
391
|
+
"description": "Built-in type AsMut",
|
|
392
|
+
"module": "builtin"
|
|
393
|
+
},
|
|
394
|
+
"Borrow": {
|
|
395
|
+
"type": "primitive",
|
|
396
|
+
"signature": "Borrow",
|
|
397
|
+
"description": "Built-in type Borrow",
|
|
398
|
+
"module": "builtin"
|
|
399
|
+
},
|
|
400
|
+
"BorrowMut": {
|
|
401
|
+
"type": "primitive",
|
|
402
|
+
"signature": "BorrowMut",
|
|
403
|
+
"description": "Built-in type BorrowMut",
|
|
404
|
+
"module": "builtin"
|
|
405
|
+
},
|
|
406
|
+
"ToOwned": {
|
|
407
|
+
"type": "primitive",
|
|
408
|
+
"signature": "ToOwned",
|
|
409
|
+
"description": "Built-in type ToOwned",
|
|
410
|
+
"module": "builtin"
|
|
411
|
+
},
|
|
412
|
+
"ToString": {
|
|
413
|
+
"type": "primitive",
|
|
414
|
+
"signature": "ToString",
|
|
415
|
+
"description": "Built-in type ToString",
|
|
416
|
+
"module": "builtin"
|
|
417
|
+
},
|
|
418
|
+
"Error": {
|
|
419
|
+
"type": "primitive",
|
|
420
|
+
"signature": "Error",
|
|
421
|
+
"description": "Built-in type Error",
|
|
422
|
+
"module": "builtin"
|
|
423
|
+
},
|
|
424
|
+
"Read": {
|
|
425
|
+
"type": "primitive",
|
|
426
|
+
"signature": "Read",
|
|
427
|
+
"description": "Built-in type Read",
|
|
428
|
+
"module": "builtin"
|
|
429
|
+
},
|
|
430
|
+
"Write": {
|
|
431
|
+
"type": "primitive",
|
|
432
|
+
"signature": "Write",
|
|
433
|
+
"description": "Built-in type Write",
|
|
434
|
+
"module": "builtin"
|
|
435
|
+
},
|
|
436
|
+
"Seek": {
|
|
437
|
+
"type": "primitive",
|
|
438
|
+
"signature": "Seek",
|
|
439
|
+
"description": "Built-in type Seek",
|
|
440
|
+
"module": "builtin"
|
|
441
|
+
},
|
|
442
|
+
"BufRead": {
|
|
443
|
+
"type": "primitive",
|
|
444
|
+
"signature": "BufRead",
|
|
445
|
+
"description": "Built-in type BufRead",
|
|
446
|
+
"module": "builtin"
|
|
447
|
+
},
|
|
448
|
+
"BufReader": {
|
|
449
|
+
"type": "primitive",
|
|
450
|
+
"signature": "BufReader",
|
|
451
|
+
"description": "Built-in type BufReader",
|
|
452
|
+
"module": "builtin"
|
|
453
|
+
},
|
|
454
|
+
"BufWriter": {
|
|
455
|
+
"type": "primitive",
|
|
456
|
+
"signature": "BufWriter",
|
|
457
|
+
"description": "Built-in type BufWriter",
|
|
458
|
+
"module": "builtin"
|
|
459
|
+
},
|
|
460
|
+
"File": {
|
|
461
|
+
"type": "primitive",
|
|
462
|
+
"signature": "File",
|
|
463
|
+
"description": "Built-in type File",
|
|
464
|
+
"module": "builtin"
|
|
465
|
+
},
|
|
466
|
+
"Path": {
|
|
467
|
+
"type": "primitive",
|
|
468
|
+
"signature": "Path",
|
|
469
|
+
"description": "Built-in type Path",
|
|
470
|
+
"module": "builtin"
|
|
471
|
+
},
|
|
472
|
+
"PathBuf": {
|
|
473
|
+
"type": "primitive",
|
|
474
|
+
"signature": "PathBuf",
|
|
475
|
+
"description": "Built-in type PathBuf",
|
|
476
|
+
"module": "builtin"
|
|
477
|
+
},
|
|
478
|
+
"OsStr": {
|
|
479
|
+
"type": "primitive",
|
|
480
|
+
"signature": "OsStr",
|
|
481
|
+
"description": "Built-in type OsStr",
|
|
482
|
+
"module": "builtin"
|
|
483
|
+
},
|
|
484
|
+
"OsString": {
|
|
485
|
+
"type": "primitive",
|
|
486
|
+
"signature": "OsString",
|
|
487
|
+
"description": "Built-in type OsString",
|
|
488
|
+
"module": "builtin"
|
|
489
|
+
},
|
|
490
|
+
"CStr": {
|
|
491
|
+
"type": "primitive",
|
|
492
|
+
"signature": "CStr",
|
|
493
|
+
"description": "Built-in type CStr",
|
|
494
|
+
"module": "builtin"
|
|
495
|
+
},
|
|
496
|
+
"CString": {
|
|
497
|
+
"type": "primitive",
|
|
498
|
+
"signature": "CString",
|
|
499
|
+
"description": "Built-in type CString",
|
|
500
|
+
"module": "builtin"
|
|
501
|
+
},
|
|
502
|
+
"PhantomData": {
|
|
503
|
+
"type": "primitive",
|
|
504
|
+
"signature": "PhantomData",
|
|
505
|
+
"description": "Built-in type PhantomData",
|
|
506
|
+
"module": "builtin"
|
|
507
|
+
},
|
|
508
|
+
"ManuallyDrop": {
|
|
509
|
+
"type": "primitive",
|
|
510
|
+
"signature": "ManuallyDrop",
|
|
511
|
+
"description": "Built-in type ManuallyDrop",
|
|
512
|
+
"module": "builtin"
|
|
513
|
+
},
|
|
514
|
+
"MaybeUninit": {
|
|
515
|
+
"type": "primitive",
|
|
516
|
+
"signature": "MaybeUninit",
|
|
517
|
+
"description": "Built-in type MaybeUninit",
|
|
518
|
+
"module": "builtin"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "scala",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"Int": {"type": "class", "signature": "abstract final class Int extends AnyVal", "description": "32-bit signed integer", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Int.html"},
|
|
5
|
+
"Long": {"type": "class", "signature": "abstract final class Long extends AnyVal", "description": "64-bit signed integer", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Long.html"},
|
|
6
|
+
"Short": {"type": "class", "signature": "abstract final class Short extends AnyVal", "description": "16-bit signed integer", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Short.html"},
|
|
7
|
+
"Byte": {"type": "class", "signature": "abstract final class Byte extends AnyVal", "description": "8-bit signed integer", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Byte.html"},
|
|
8
|
+
"Float": {"type": "class", "signature": "abstract final class Float extends AnyVal", "description": "32-bit IEEE 754 single-precision float", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Float.html"},
|
|
9
|
+
"Double": {"type": "class", "signature": "abstract final class Double extends AnyVal", "description": "64-bit IEEE 754 double-precision float", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Double.html"},
|
|
10
|
+
"Boolean": {"type": "class", "signature": "abstract final class Boolean extends AnyVal", "description": "Boolean value type (true/false)", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Boolean.html"},
|
|
11
|
+
"Char": {"type": "class", "signature": "abstract final class Char extends AnyVal", "description": "16-bit unsigned Unicode character", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Char.html"},
|
|
12
|
+
"String": {"type": "type", "signature": "type String = java.lang.String", "description": "An immutable sequence of characters", "module": "scala.Predef", "url": "https://www.scala-lang.org/api/current/scala/Predef$.html"},
|
|
13
|
+
"Unit": {"type": "class", "signature": "abstract final class Unit extends AnyVal", "description": "The unit type with single value (). Similar to void", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Unit.html"},
|
|
14
|
+
"Nothing": {"type": "class", "signature": "abstract final class Nothing", "description": "Bottom type. Subtype of every other type. No instances exist", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Nothing.html"},
|
|
15
|
+
"Null": {"type": "class", "signature": "abstract final class Null", "description": "Type of the null reference. Subtype of all reference types", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Null.html"},
|
|
16
|
+
"Any": {"type": "class", "signature": "abstract class Any", "description": "Root of the Scala type hierarchy. Supertype of everything", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Any.html"},
|
|
17
|
+
"AnyRef": {"type": "type", "signature": "type AnyRef = java.lang.Object", "description": "Root of all reference types. Equivalent to java.lang.Object", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/AnyRef.html"},
|
|
18
|
+
"AnyVal": {"type": "class", "signature": "abstract class AnyVal extends Any", "description": "Root of all value types (Int, Double, Boolean, etc.)", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/AnyVal.html"},
|
|
19
|
+
"Option": {"type": "class", "signature": "sealed abstract class Option[+A] extends IterableOnce[A]", "description": "Represents an optional value: Some(x) or None", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Option.html"},
|
|
20
|
+
"Some": {"type": "class", "signature": "case class Some[+A](value: A) extends Option[A]", "description": "Contains a value within an Option", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Some.html"},
|
|
21
|
+
"None": {"type": "object", "signature": "object None extends Option[Nothing]", "description": "Represents the absence of a value in Option", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/None$.html"},
|
|
22
|
+
"Either": {"type": "class", "signature": "sealed abstract class Either[+A, +B]", "description": "Represents a value of one of two possible types", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Either.html"},
|
|
23
|
+
"Left": {"type": "class", "signature": "case class Left[+A, +B](value: A) extends Either[A, B]", "description": "Left side of Either, conventionally for errors", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Left.html"},
|
|
24
|
+
"Right": {"type": "class", "signature": "case class Right[+A, +B](value: B) extends Either[A, B]", "description": "Right side of Either, conventionally for success", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Right.html"},
|
|
25
|
+
"Try": {"type": "class", "signature": "sealed abstract class Try[+T]", "description": "Computation wrapper: Success or Failure", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Try.html"},
|
|
26
|
+
"Success": {"type": "class", "signature": "case class Success[+T](value: T) extends Try[T]", "description": "Successful result of a Try computation", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Success.html"},
|
|
27
|
+
"Failure": {"type": "class", "signature": "case class Failure[+T](exception: Throwable) extends Try[T]", "description": "Failed result of a Try computation", "module": "scala.util", "url": "https://www.scala-lang.org/api/current/scala/util/Failure.html"},
|
|
28
|
+
"Future": {"type": "trait", "signature": "trait Future[+T] extends Awaitable[T]", "description": "Represents an asynchronous computation", "module": "scala.concurrent", "url": "https://www.scala-lang.org/api/current/scala/concurrent/Future.html"},
|
|
29
|
+
"List": {"type": "class", "signature": "sealed abstract class List[+A] extends AbstractSeq[A]", "description": "Immutable linked list", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/List.html"},
|
|
30
|
+
"Map": {"type": "trait", "signature": "trait Map[K, +V] extends Iterable[(K, V)]", "description": "Immutable key-value collection", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/Map.html"},
|
|
31
|
+
"Set": {"type": "trait", "signature": "trait Set[A] extends Iterable[A]", "description": "Immutable collection of unique elements", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/Set.html"},
|
|
32
|
+
"Vector": {"type": "class", "signature": "class Vector[+A] extends AbstractSeq[A] with IndexedSeq[A]", "description": "Immutable indexed sequence with efficient random access", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/Vector.html"},
|
|
33
|
+
"Array": {"type": "class", "signature": "final class Array[T] extends Serializable with Cloneable", "description": "Mutable indexed sequence backed by a Java array", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Array.html"},
|
|
34
|
+
"Seq": {"type": "trait", "signature": "trait Seq[+A] extends Iterable[A]", "description": "General sequence type", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/Seq.html"},
|
|
35
|
+
"Iterator": {"type": "trait", "signature": "trait Iterator[+A] extends IterableOnce[A]", "description": "One-time traversable collection", "module": "scala.collection", "url": "https://www.scala-lang.org/api/current/scala/collection/Iterator.html"},
|
|
36
|
+
"Range": {"type": "class", "signature": "class Range(start: Int, end: Int, step: Int) extends AbstractSeq[Int]", "description": "Ordered sequence of evenly-spaced integers", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/Range.html"},
|
|
37
|
+
"Tuple": {"type": "class", "signature": "(T1, T2, ..., TN)", "description": "Fixed-size heterogeneous container", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Tuple.html"},
|
|
38
|
+
"Function0": {"type": "trait", "signature": "trait Function0[+R] extends AnyRef", "description": "Function with no arguments: () => R", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Function0.html"},
|
|
39
|
+
"Function1": {"type": "trait", "signature": "trait Function1[-T1, +R] extends AnyRef", "description": "Function with one argument: T1 => R", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Function1.html"},
|
|
40
|
+
"Function2": {"type": "trait", "signature": "trait Function2[-T1, -T2, +R] extends AnyRef", "description": "Function with two arguments: (T1, T2) => R", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/Function2.html"},
|
|
41
|
+
"PartialFunction": {"type": "trait", "signature": "trait PartialFunction[-A, +B] extends (A => B)", "description": "Partial function defined for a subset of inputs", "module": "scala", "url": "https://www.scala-lang.org/api/current/scala/PartialFunction.html"},
|
|
42
|
+
"LazyList": {"type": "class", "signature": "class LazyList[+A] extends AbstractSeq[A]", "description": "Lazily evaluated linked list", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/LazyList.html"},
|
|
43
|
+
"IndexedSeq": {"type": "trait", "signature": "trait IndexedSeq[+A] extends Seq[A]", "description": "Sequence with efficient indexed access", "module": "scala.collection.immutable", "url": "https://www.scala-lang.org/api/current/scala/collection/immutable/IndexedSeq.html"},
|
|
44
|
+
"Iterable": {"type": "trait", "signature": "trait Iterable[+A] extends IterableOnce[A]", "description": "Base trait for all iterable collections", "module": "scala.collection", "url": "https://www.scala-lang.org/api/current/scala/collection/Iterable.html"},
|
|
45
|
+
"BigInt": {"type": "class", "signature": "class BigInt(val bigInteger: BigInteger) extends ScalaNumber", "description": "Arbitrary-precision integer", "module": "scala.math", "url": "https://www.scala-lang.org/api/current/scala/math/BigInt.html"},
|
|
46
|
+
"BigDecimal": {"type": "class", "signature": "class BigDecimal(val bigDecimal: java.math.BigDecimal) extends ScalaNumber", "description": "Arbitrary-precision decimal number", "module": "scala.math", "url": "https://www.scala-lang.org/api/current/scala/math/BigDecimal.html"},
|
|
47
|
+
"Promise": {"type": "trait", "signature": "trait Promise[T]", "description": "Writable, single-assignment container for completing a Future", "module": "scala.concurrent", "url": "https://www.scala-lang.org/api/current/scala/concurrent/Promise.html"},
|
|
48
|
+
"Duration": {"type": "class", "signature": "abstract class Duration extends Serializable with Ordered[Duration]", "description": "Represents a duration of time", "module": "scala.concurrent.duration", "url": "https://www.scala-lang.org/api/current/scala/concurrent/duration/Duration.html"},
|
|
49
|
+
"Ordering": {"type": "trait", "signature": "trait Ordering[T] extends Comparator[T] with PartialOrdering[T]", "description": "Type class for types with a total ordering", "module": "scala.math", "url": "https://www.scala-lang.org/api/current/scala/math/Ordering.html"},
|
|
50
|
+
"Numeric": {"type": "trait", "signature": "trait Numeric[T] extends Ordering[T]", "description": "Type class for numeric operations", "module": "scala.math", "url": "https://www.scala-lang.org/api/current/scala/math/Numeric.html"}
|
|
51
|
+
}
|
|
52
|
+
}
|