@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,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "dart",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"int": {"type": "class", "signature": "abstract class int extends num", "description": "An integer number", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/int-class.html"},
|
|
5
|
+
"double": {"type": "class", "signature": "abstract class double extends num", "description": "A double-precision floating-point number", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/double-class.html"},
|
|
6
|
+
"num": {"type": "class", "signature": "abstract class num implements Comparable<num>", "description": "Supertype of int and double", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/num-class.html"},
|
|
7
|
+
"String": {"type": "class", "signature": "abstract class String implements Comparable<String>, Pattern", "description": "A sequence of UTF-16 code units", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/String-class.html"},
|
|
8
|
+
"bool": {"type": "class", "signature": "class bool", "description": "Represents true and false values", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/bool-class.html"},
|
|
9
|
+
"List": {"type": "class", "signature": "abstract class List<E> implements EfficientLengthIterable<E>", "description": "An indexable collection of objects with a length", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/List-class.html"},
|
|
10
|
+
"Map": {"type": "class", "signature": "abstract class Map<K, V>", "description": "A collection of key-value pairs", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Map-class.html"},
|
|
11
|
+
"Set": {"type": "class", "signature": "abstract class Set<E> extends EfficientLengthIterable<E>", "description": "A collection of unique objects", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Set-class.html"},
|
|
12
|
+
"Future": {"type": "class", "signature": "abstract class Future<T>", "description": "An object representing a delayed computation", "module": "dart:async", "url": "https://api.dart.dev/stable/dart-async/Future-class.html"},
|
|
13
|
+
"Stream": {"type": "class", "signature": "abstract class Stream<T>", "description": "A source of asynchronous data events", "module": "dart:async", "url": "https://api.dart.dev/stable/dart-async/Stream-class.html"},
|
|
14
|
+
"Object": {"type": "class", "signature": "class Object", "description": "The base class for all Dart objects", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Object-class.html"},
|
|
15
|
+
"dynamic": {"type": "type", "signature": "dynamic", "description": "A special type that disables static type checking", "module": "dart:core", "url": "https://dart.dev/language/type-system#dynamic"},
|
|
16
|
+
"void": {"type": "type", "signature": "void", "description": "Indicates no return value", "module": "dart:core", "url": "https://dart.dev/language/built-in-types"},
|
|
17
|
+
"Null": {"type": "class", "signature": "class Null", "description": "The class of the null value", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Null-class.html"},
|
|
18
|
+
"Never": {"type": "type", "signature": "Never", "description": "A type that has no values; functions that always throw", "module": "dart:core", "url": "https://dart.dev/null-safety/understanding-null-safety#never"},
|
|
19
|
+
"Iterable": {"type": "class", "signature": "abstract class Iterable<E>", "description": "A collection of values that can be accessed sequentially", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Iterable-class.html"},
|
|
20
|
+
"Duration": {"type": "class", "signature": "class Duration implements Comparable<Duration>", "description": "A span of time", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Duration-class.html"},
|
|
21
|
+
"DateTime": {"type": "class", "signature": "class DateTime implements Comparable<DateTime>", "description": "An instant in time, with date and time-of-day components", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/DateTime-class.html"},
|
|
22
|
+
"Uri": {"type": "class", "signature": "abstract class Uri", "description": "A parsed URI such as a URL", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Uri-class.html"},
|
|
23
|
+
"RegExp": {"type": "class", "signature": "abstract class RegExp implements Pattern", "description": "A compiled regular expression pattern", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/RegExp-class.html"},
|
|
24
|
+
"Function": {"type": "class", "signature": "abstract class Function", "description": "The base class for all function types", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Function-class.html"},
|
|
25
|
+
"Type": {"type": "class", "signature": "abstract class Type", "description": "Runtime representation of a type", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Type-class.html"},
|
|
26
|
+
"Record": {"type": "class", "signature": "abstract class Record", "description": "The base class for all record types (Dart 3)", "module": "dart:core", "url": "https://dart.dev/language/records"},
|
|
27
|
+
"Comparable": {"type": "interface", "signature": "abstract class Comparable<T>", "description": "Interface for types with natural ordering", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Comparable-class.html"},
|
|
28
|
+
"Pattern": {"type": "interface", "signature": "abstract class Pattern", "description": "Interface for string search patterns", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Pattern-class.html"},
|
|
29
|
+
"BigInt": {"type": "class", "signature": "abstract class BigInt implements Comparable<BigInt>", "description": "An arbitrarily large integer", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/BigInt-class.html"},
|
|
30
|
+
"Completer": {"type": "class", "signature": "abstract class Completer<T>", "description": "Produces Future objects and completes them later", "module": "dart:async", "url": "https://api.dart.dev/stable/dart-async/Completer-class.html"},
|
|
31
|
+
"Timer": {"type": "class", "signature": "abstract class Timer", "description": "A count-down timer that fires a callback", "module": "dart:async", "url": "https://api.dart.dev/stable/dart-async/Timer-class.html"},
|
|
32
|
+
"Symbol": {"type": "class", "signature": "abstract class Symbol", "description": "Opaque name used by mirrors and invocations", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Symbol-class.html"},
|
|
33
|
+
"Iterator": {"type": "interface", "signature": "abstract class Iterator<E>", "description": "An interface for stepping through elements one at a time", "module": "dart:core", "url": "https://api.dart.dev/stable/dart-core/Iterator-class.html"}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "go",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"int": {
|
|
5
|
+
"type": "primitive",
|
|
6
|
+
"signature": "int",
|
|
7
|
+
"description": "Built-in type int",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"int8": {
|
|
11
|
+
"type": "primitive",
|
|
12
|
+
"signature": "int8",
|
|
13
|
+
"description": "Built-in type int8",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"int16": {
|
|
17
|
+
"type": "primitive",
|
|
18
|
+
"signature": "int16",
|
|
19
|
+
"description": "Built-in type int16",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"int32": {
|
|
23
|
+
"type": "primitive",
|
|
24
|
+
"signature": "int32",
|
|
25
|
+
"description": "Built-in type int32",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"int64": {
|
|
29
|
+
"type": "primitive",
|
|
30
|
+
"signature": "int64",
|
|
31
|
+
"description": "Built-in type int64",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"uint": {
|
|
35
|
+
"type": "primitive",
|
|
36
|
+
"signature": "uint",
|
|
37
|
+
"description": "Built-in type uint",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"uint8": {
|
|
41
|
+
"type": "primitive",
|
|
42
|
+
"signature": "uint8",
|
|
43
|
+
"description": "Built-in type uint8",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"uint16": {
|
|
47
|
+
"type": "primitive",
|
|
48
|
+
"signature": "uint16",
|
|
49
|
+
"description": "Built-in type uint16",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"uint32": {
|
|
53
|
+
"type": "primitive",
|
|
54
|
+
"signature": "uint32",
|
|
55
|
+
"description": "Built-in type uint32",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"uint64": {
|
|
59
|
+
"type": "primitive",
|
|
60
|
+
"signature": "uint64",
|
|
61
|
+
"description": "Built-in type uint64",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"uintptr": {
|
|
65
|
+
"type": "primitive",
|
|
66
|
+
"signature": "uintptr",
|
|
67
|
+
"description": "Built-in type uintptr",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"float32": {
|
|
71
|
+
"type": "primitive",
|
|
72
|
+
"signature": "float32",
|
|
73
|
+
"description": "Built-in type float32",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"float64": {
|
|
77
|
+
"type": "primitive",
|
|
78
|
+
"signature": "float64",
|
|
79
|
+
"description": "Built-in type float64",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"complex64": {
|
|
83
|
+
"type": "primitive",
|
|
84
|
+
"signature": "complex64",
|
|
85
|
+
"description": "Built-in type complex64",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"complex128": {
|
|
89
|
+
"type": "primitive",
|
|
90
|
+
"signature": "complex128",
|
|
91
|
+
"description": "Built-in type complex128",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"bool": {
|
|
95
|
+
"type": "primitive",
|
|
96
|
+
"signature": "bool",
|
|
97
|
+
"description": "Built-in type bool",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"byte": {
|
|
101
|
+
"type": "primitive",
|
|
102
|
+
"signature": "byte",
|
|
103
|
+
"description": "Built-in type byte",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"rune": {
|
|
107
|
+
"type": "primitive",
|
|
108
|
+
"signature": "rune",
|
|
109
|
+
"description": "Built-in type rune",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
},
|
|
112
|
+
"string": {
|
|
113
|
+
"type": "primitive",
|
|
114
|
+
"signature": "string",
|
|
115
|
+
"description": "Built-in type string",
|
|
116
|
+
"module": "builtin"
|
|
117
|
+
},
|
|
118
|
+
"error": {
|
|
119
|
+
"type": "primitive",
|
|
120
|
+
"signature": "error",
|
|
121
|
+
"description": "Built-in type error",
|
|
122
|
+
"module": "builtin"
|
|
123
|
+
},
|
|
124
|
+
"any": {
|
|
125
|
+
"type": "primitive",
|
|
126
|
+
"signature": "any",
|
|
127
|
+
"description": "Built-in type any",
|
|
128
|
+
"module": "builtin"
|
|
129
|
+
},
|
|
130
|
+
"comparable": {
|
|
131
|
+
"type": "primitive",
|
|
132
|
+
"signature": "comparable",
|
|
133
|
+
"description": "Built-in type comparable",
|
|
134
|
+
"module": "builtin"
|
|
135
|
+
},
|
|
136
|
+
"interface": {
|
|
137
|
+
"type": "primitive",
|
|
138
|
+
"signature": "interface{}",
|
|
139
|
+
"description": "Built-in type interface{}",
|
|
140
|
+
"module": "builtin"
|
|
141
|
+
},
|
|
142
|
+
"map": {
|
|
143
|
+
"type": "primitive",
|
|
144
|
+
"signature": "map",
|
|
145
|
+
"description": "Built-in type map",
|
|
146
|
+
"module": "builtin"
|
|
147
|
+
},
|
|
148
|
+
"chan": {
|
|
149
|
+
"type": "primitive",
|
|
150
|
+
"signature": "chan",
|
|
151
|
+
"description": "Built-in type chan",
|
|
152
|
+
"module": "builtin"
|
|
153
|
+
},
|
|
154
|
+
"func": {
|
|
155
|
+
"type": "primitive",
|
|
156
|
+
"signature": "func",
|
|
157
|
+
"description": "Built-in type func",
|
|
158
|
+
"module": "builtin"
|
|
159
|
+
},
|
|
160
|
+
"struct": {
|
|
161
|
+
"type": "primitive",
|
|
162
|
+
"signature": "struct",
|
|
163
|
+
"description": "Built-in type struct",
|
|
164
|
+
"module": "builtin"
|
|
165
|
+
},
|
|
166
|
+
"slice": {
|
|
167
|
+
"type": "primitive",
|
|
168
|
+
"signature": "slice",
|
|
169
|
+
"description": "Built-in type slice",
|
|
170
|
+
"module": "builtin"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "graphql",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"String": {
|
|
5
|
+
"type": "primitive",
|
|
6
|
+
"signature": "String",
|
|
7
|
+
"description": "Built-in type String",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"Int": {
|
|
11
|
+
"type": "primitive",
|
|
12
|
+
"signature": "Int",
|
|
13
|
+
"description": "Built-in type Int",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"Float": {
|
|
17
|
+
"type": "primitive",
|
|
18
|
+
"signature": "Float",
|
|
19
|
+
"description": "Built-in type Float",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"Boolean": {
|
|
23
|
+
"type": "primitive",
|
|
24
|
+
"signature": "Boolean",
|
|
25
|
+
"description": "Built-in type Boolean",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"ID": {
|
|
29
|
+
"type": "primitive",
|
|
30
|
+
"signature": "ID",
|
|
31
|
+
"description": "Built-in type ID",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "hcl",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"string": {
|
|
5
|
+
"type": "primitive",
|
|
6
|
+
"signature": "string",
|
|
7
|
+
"description": "Built-in type string",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"number": {
|
|
11
|
+
"type": "primitive",
|
|
12
|
+
"signature": "number",
|
|
13
|
+
"description": "Built-in type number",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"bool": {
|
|
17
|
+
"type": "primitive",
|
|
18
|
+
"signature": "bool",
|
|
19
|
+
"description": "Built-in type bool",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"list": {
|
|
23
|
+
"type": "primitive",
|
|
24
|
+
"signature": "list",
|
|
25
|
+
"description": "Built-in type list",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"map": {
|
|
29
|
+
"type": "primitive",
|
|
30
|
+
"signature": "map",
|
|
31
|
+
"description": "Built-in type map",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"set": {
|
|
35
|
+
"type": "primitive",
|
|
36
|
+
"signature": "set",
|
|
37
|
+
"description": "Built-in type set",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"object": {
|
|
41
|
+
"type": "primitive",
|
|
42
|
+
"signature": "object",
|
|
43
|
+
"description": "Built-in type object",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"tuple": {
|
|
47
|
+
"type": "primitive",
|
|
48
|
+
"signature": "tuple",
|
|
49
|
+
"description": "Built-in type tuple",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"any": {
|
|
53
|
+
"type": "primitive",
|
|
54
|
+
"signature": "any",
|
|
55
|
+
"description": "Built-in type any",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "java",
|
|
3
|
+
"typeDefinitions": {
|
|
4
|
+
"int": {
|
|
5
|
+
"type": "primitive",
|
|
6
|
+
"signature": "int",
|
|
7
|
+
"description": "Built-in type int",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"long": {
|
|
11
|
+
"type": "primitive",
|
|
12
|
+
"signature": "long",
|
|
13
|
+
"description": "Built-in type long",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"short": {
|
|
17
|
+
"type": "primitive",
|
|
18
|
+
"signature": "short",
|
|
19
|
+
"description": "Built-in type short",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"byte": {
|
|
23
|
+
"type": "primitive",
|
|
24
|
+
"signature": "byte",
|
|
25
|
+
"description": "Built-in type byte",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"float": {
|
|
29
|
+
"type": "primitive",
|
|
30
|
+
"signature": "float",
|
|
31
|
+
"description": "Built-in type float",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"double": {
|
|
35
|
+
"type": "primitive",
|
|
36
|
+
"signature": "double",
|
|
37
|
+
"description": "Built-in type double",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"boolean": {
|
|
41
|
+
"type": "primitive",
|
|
42
|
+
"signature": "boolean",
|
|
43
|
+
"description": "Built-in type boolean",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"char": {
|
|
47
|
+
"type": "primitive",
|
|
48
|
+
"signature": "char",
|
|
49
|
+
"description": "Built-in type char",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"void": {
|
|
53
|
+
"type": "primitive",
|
|
54
|
+
"signature": "void",
|
|
55
|
+
"description": "Built-in type void",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"String": {
|
|
59
|
+
"type": "primitive",
|
|
60
|
+
"signature": "String",
|
|
61
|
+
"description": "Built-in type String",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"Integer": {
|
|
65
|
+
"type": "primitive",
|
|
66
|
+
"signature": "Integer",
|
|
67
|
+
"description": "Built-in type Integer",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"Long": {
|
|
71
|
+
"type": "primitive",
|
|
72
|
+
"signature": "Long",
|
|
73
|
+
"description": "Built-in type Long",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"Short": {
|
|
77
|
+
"type": "primitive",
|
|
78
|
+
"signature": "Short",
|
|
79
|
+
"description": "Built-in type Short",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"Byte": {
|
|
83
|
+
"type": "primitive",
|
|
84
|
+
"signature": "Byte",
|
|
85
|
+
"description": "Built-in type Byte",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"Float": {
|
|
89
|
+
"type": "primitive",
|
|
90
|
+
"signature": "Float",
|
|
91
|
+
"description": "Built-in type Float",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"Double": {
|
|
95
|
+
"type": "primitive",
|
|
96
|
+
"signature": "Double",
|
|
97
|
+
"description": "Built-in type Double",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"Boolean": {
|
|
101
|
+
"type": "primitive",
|
|
102
|
+
"signature": "Boolean",
|
|
103
|
+
"description": "Built-in type Boolean",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"Character": {
|
|
107
|
+
"type": "primitive",
|
|
108
|
+
"signature": "Character",
|
|
109
|
+
"description": "Built-in type Character",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
},
|
|
112
|
+
"Object": {
|
|
113
|
+
"type": "primitive",
|
|
114
|
+
"signature": "Object",
|
|
115
|
+
"description": "Built-in type Object",
|
|
116
|
+
"module": "builtin"
|
|
117
|
+
},
|
|
118
|
+
"Class": {
|
|
119
|
+
"type": "primitive",
|
|
120
|
+
"signature": "Class",
|
|
121
|
+
"description": "Built-in type Class",
|
|
122
|
+
"module": "builtin"
|
|
123
|
+
},
|
|
124
|
+
"System": {
|
|
125
|
+
"type": "primitive",
|
|
126
|
+
"signature": "System",
|
|
127
|
+
"description": "Built-in type System",
|
|
128
|
+
"module": "builtin"
|
|
129
|
+
},
|
|
130
|
+
"Math": {
|
|
131
|
+
"type": "primitive",
|
|
132
|
+
"signature": "Math",
|
|
133
|
+
"description": "Built-in type Math",
|
|
134
|
+
"module": "builtin"
|
|
135
|
+
},
|
|
136
|
+
"Thread": {
|
|
137
|
+
"type": "primitive",
|
|
138
|
+
"signature": "Thread",
|
|
139
|
+
"description": "Built-in type Thread",
|
|
140
|
+
"module": "builtin"
|
|
141
|
+
},
|
|
142
|
+
"Runnable": {
|
|
143
|
+
"type": "primitive",
|
|
144
|
+
"signature": "Runnable",
|
|
145
|
+
"description": "Built-in type Runnable",
|
|
146
|
+
"module": "builtin"
|
|
147
|
+
},
|
|
148
|
+
"Exception": {
|
|
149
|
+
"type": "primitive",
|
|
150
|
+
"signature": "Exception",
|
|
151
|
+
"description": "Built-in type Exception",
|
|
152
|
+
"module": "builtin"
|
|
153
|
+
},
|
|
154
|
+
"RuntimeException": {
|
|
155
|
+
"type": "primitive",
|
|
156
|
+
"signature": "RuntimeException",
|
|
157
|
+
"description": "Built-in type RuntimeException",
|
|
158
|
+
"module": "builtin"
|
|
159
|
+
},
|
|
160
|
+
"Error": {
|
|
161
|
+
"type": "primitive",
|
|
162
|
+
"signature": "Error",
|
|
163
|
+
"description": "Built-in type Error",
|
|
164
|
+
"module": "builtin"
|
|
165
|
+
},
|
|
166
|
+
"Throwable": {
|
|
167
|
+
"type": "primitive",
|
|
168
|
+
"signature": "Throwable",
|
|
169
|
+
"description": "Built-in type Throwable",
|
|
170
|
+
"module": "builtin"
|
|
171
|
+
},
|
|
172
|
+
"List": {
|
|
173
|
+
"type": "primitive",
|
|
174
|
+
"signature": "List",
|
|
175
|
+
"description": "Built-in type List",
|
|
176
|
+
"module": "builtin"
|
|
177
|
+
},
|
|
178
|
+
"ArrayList": {
|
|
179
|
+
"type": "primitive",
|
|
180
|
+
"signature": "ArrayList",
|
|
181
|
+
"description": "Built-in type ArrayList",
|
|
182
|
+
"module": "builtin"
|
|
183
|
+
},
|
|
184
|
+
"LinkedList": {
|
|
185
|
+
"type": "primitive",
|
|
186
|
+
"signature": "LinkedList",
|
|
187
|
+
"description": "Built-in type LinkedList",
|
|
188
|
+
"module": "builtin"
|
|
189
|
+
},
|
|
190
|
+
"Map": {
|
|
191
|
+
"type": "primitive",
|
|
192
|
+
"signature": "Map",
|
|
193
|
+
"description": "Built-in type Map",
|
|
194
|
+
"module": "builtin"
|
|
195
|
+
},
|
|
196
|
+
"HashMap": {
|
|
197
|
+
"type": "primitive",
|
|
198
|
+
"signature": "HashMap",
|
|
199
|
+
"description": "Built-in type HashMap",
|
|
200
|
+
"module": "builtin"
|
|
201
|
+
},
|
|
202
|
+
"TreeMap": {
|
|
203
|
+
"type": "primitive",
|
|
204
|
+
"signature": "TreeMap",
|
|
205
|
+
"description": "Built-in type TreeMap",
|
|
206
|
+
"module": "builtin"
|
|
207
|
+
},
|
|
208
|
+
"Set": {
|
|
209
|
+
"type": "primitive",
|
|
210
|
+
"signature": "Set",
|
|
211
|
+
"description": "Built-in type Set",
|
|
212
|
+
"module": "builtin"
|
|
213
|
+
},
|
|
214
|
+
"HashSet": {
|
|
215
|
+
"type": "primitive",
|
|
216
|
+
"signature": "HashSet",
|
|
217
|
+
"description": "Built-in type HashSet",
|
|
218
|
+
"module": "builtin"
|
|
219
|
+
},
|
|
220
|
+
"TreeSet": {
|
|
221
|
+
"type": "primitive",
|
|
222
|
+
"signature": "TreeSet",
|
|
223
|
+
"description": "Built-in type TreeSet",
|
|
224
|
+
"module": "builtin"
|
|
225
|
+
},
|
|
226
|
+
"Queue": {
|
|
227
|
+
"type": "primitive",
|
|
228
|
+
"signature": "Queue",
|
|
229
|
+
"description": "Built-in type Queue",
|
|
230
|
+
"module": "builtin"
|
|
231
|
+
},
|
|
232
|
+
"Deque": {
|
|
233
|
+
"type": "primitive",
|
|
234
|
+
"signature": "Deque",
|
|
235
|
+
"description": "Built-in type Deque",
|
|
236
|
+
"module": "builtin"
|
|
237
|
+
},
|
|
238
|
+
"Stack": {
|
|
239
|
+
"type": "primitive",
|
|
240
|
+
"signature": "Stack",
|
|
241
|
+
"description": "Built-in type Stack",
|
|
242
|
+
"module": "builtin"
|
|
243
|
+
},
|
|
244
|
+
"Optional": {
|
|
245
|
+
"type": "primitive",
|
|
246
|
+
"signature": "Optional",
|
|
247
|
+
"description": "Built-in type Optional",
|
|
248
|
+
"module": "builtin"
|
|
249
|
+
},
|
|
250
|
+
"Stream": {
|
|
251
|
+
"type": "primitive",
|
|
252
|
+
"signature": "Stream",
|
|
253
|
+
"description": "Built-in type Stream",
|
|
254
|
+
"module": "builtin"
|
|
255
|
+
},
|
|
256
|
+
"Iterable": {
|
|
257
|
+
"type": "primitive",
|
|
258
|
+
"signature": "Iterable",
|
|
259
|
+
"description": "Built-in type Iterable",
|
|
260
|
+
"module": "builtin"
|
|
261
|
+
},
|
|
262
|
+
"Iterator": {
|
|
263
|
+
"type": "primitive",
|
|
264
|
+
"signature": "Iterator",
|
|
265
|
+
"description": "Built-in type Iterator",
|
|
266
|
+
"module": "builtin"
|
|
267
|
+
},
|
|
268
|
+
"Comparable": {
|
|
269
|
+
"type": "primitive",
|
|
270
|
+
"signature": "Comparable",
|
|
271
|
+
"description": "Built-in type Comparable",
|
|
272
|
+
"module": "builtin"
|
|
273
|
+
},
|
|
274
|
+
"Comparator": {
|
|
275
|
+
"type": "primitive",
|
|
276
|
+
"signature": "Comparator",
|
|
277
|
+
"description": "Built-in type Comparator",
|
|
278
|
+
"module": "builtin"
|
|
279
|
+
},
|
|
280
|
+
"Collection": {
|
|
281
|
+
"type": "primitive",
|
|
282
|
+
"signature": "Collection",
|
|
283
|
+
"description": "Built-in type Collection",
|
|
284
|
+
"module": "builtin"
|
|
285
|
+
},
|
|
286
|
+
"Collections": {
|
|
287
|
+
"type": "primitive",
|
|
288
|
+
"signature": "Collections",
|
|
289
|
+
"description": "Built-in type Collections",
|
|
290
|
+
"module": "builtin"
|
|
291
|
+
},
|
|
292
|
+
"Arrays": {
|
|
293
|
+
"type": "primitive",
|
|
294
|
+
"signature": "Arrays",
|
|
295
|
+
"description": "Built-in type Arrays",
|
|
296
|
+
"module": "builtin"
|
|
297
|
+
},
|
|
298
|
+
"Future": {
|
|
299
|
+
"type": "primitive",
|
|
300
|
+
"signature": "Future",
|
|
301
|
+
"description": "Built-in type Future",
|
|
302
|
+
"module": "builtin"
|
|
303
|
+
},
|
|
304
|
+
"CompletableFuture": {
|
|
305
|
+
"type": "primitive",
|
|
306
|
+
"signature": "CompletableFuture",
|
|
307
|
+
"description": "Built-in type CompletableFuture",
|
|
308
|
+
"module": "builtin"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|