@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,551 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "swift",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"print": {
|
|
5
|
+
"signature": "func print(_ items: Any..., separator: String = \" \", terminator: String = \"\\n\")",
|
|
6
|
+
"description": "Writes textual representations of the given items to standard output",
|
|
7
|
+
"type": "function",
|
|
8
|
+
"module": "Swift",
|
|
9
|
+
"url": "https://developer.apple.com/documentation/swift/print(_:separator:terminator:)"
|
|
10
|
+
},
|
|
11
|
+
"debugPrint": {
|
|
12
|
+
"signature": "func debugPrint(_ items: Any..., separator: String = \" \", terminator: String = \"\\n\")",
|
|
13
|
+
"description": "Writes debug textual representations of the given items to standard output",
|
|
14
|
+
"type": "function",
|
|
15
|
+
"module": "Swift",
|
|
16
|
+
"url": "https://developer.apple.com/documentation/swift/debugprint(_:separator:terminator:)"
|
|
17
|
+
},
|
|
18
|
+
"dump": {
|
|
19
|
+
"signature": "func dump<T>(_ value: T, name: String? = nil, indent: Int = 0, maxDepth: Int = .max, maxItems: Int = .max) -> T",
|
|
20
|
+
"description": "Dumps an object's contents using its mirror to standard output",
|
|
21
|
+
"type": "function",
|
|
22
|
+
"module": "Swift",
|
|
23
|
+
"url": "https://developer.apple.com/documentation/swift/dump(_:name:indent:maxdepth:maxitems:)"
|
|
24
|
+
},
|
|
25
|
+
"min": {
|
|
26
|
+
"signature": "func min<T: Comparable>(_ x: T, _ y: T) -> T",
|
|
27
|
+
"description": "Returns the lesser of two comparable values",
|
|
28
|
+
"type": "function",
|
|
29
|
+
"module": "Swift",
|
|
30
|
+
"url": "https://developer.apple.com/documentation/swift/min(_:_:)"
|
|
31
|
+
},
|
|
32
|
+
"max": {
|
|
33
|
+
"signature": "func max<T: Comparable>(_ x: T, _ y: T) -> T",
|
|
34
|
+
"description": "Returns the greater of two comparable values",
|
|
35
|
+
"type": "function",
|
|
36
|
+
"module": "Swift",
|
|
37
|
+
"url": "https://developer.apple.com/documentation/swift/max(_:_:)"
|
|
38
|
+
},
|
|
39
|
+
"abs": {
|
|
40
|
+
"signature": "func abs<T: Comparable & SignedNumeric>(_ x: T) -> T",
|
|
41
|
+
"description": "Returns the absolute value of the given number",
|
|
42
|
+
"type": "function",
|
|
43
|
+
"module": "Swift",
|
|
44
|
+
"url": "https://developer.apple.com/documentation/swift/abs(_:)"
|
|
45
|
+
},
|
|
46
|
+
"stride": {
|
|
47
|
+
"signature": "func stride<T>(from start: T, to end: T, by stride: T.Stride) -> StrideTo<T>",
|
|
48
|
+
"description": "Returns a sequence from start to (but not including) end, stepping by the specified amount",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"module": "Swift",
|
|
51
|
+
"url": "https://developer.apple.com/documentation/swift/stride(from:to:by:)"
|
|
52
|
+
},
|
|
53
|
+
"zip": {
|
|
54
|
+
"signature": "func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2>",
|
|
55
|
+
"description": "Creates a sequence of pairs built out of two underlying sequences",
|
|
56
|
+
"type": "function",
|
|
57
|
+
"module": "Swift",
|
|
58
|
+
"url": "https://developer.apple.com/documentation/swift/zip(_:_:)"
|
|
59
|
+
},
|
|
60
|
+
"map": {
|
|
61
|
+
"signature": "func map<T>(_ transform: (Element) throws -> T) rethrows -> [T]",
|
|
62
|
+
"description": "Returns an array containing the results of mapping the given closure over the sequence's elements",
|
|
63
|
+
"type": "function",
|
|
64
|
+
"module": "Swift",
|
|
65
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/map(_:)"
|
|
66
|
+
},
|
|
67
|
+
"filter": {
|
|
68
|
+
"signature": "func filter(_ isIncluded: (Element) throws -> Bool) rethrows -> [Element]",
|
|
69
|
+
"description": "Returns an array containing only the elements that satisfy the given predicate",
|
|
70
|
+
"type": "function",
|
|
71
|
+
"module": "Swift",
|
|
72
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/filter(_:)"
|
|
73
|
+
},
|
|
74
|
+
"reduce": {
|
|
75
|
+
"signature": "func reduce<Result>(_ initialResult: Result, _ nextPartialResult: (Result, Element) throws -> Result) rethrows -> Result",
|
|
76
|
+
"description": "Returns the result of combining the sequence's elements using the given closure",
|
|
77
|
+
"type": "function",
|
|
78
|
+
"module": "Swift",
|
|
79
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/reduce(_:_:)"
|
|
80
|
+
},
|
|
81
|
+
"compactMap": {
|
|
82
|
+
"signature": "func compactMap<ElementOfResult>(_ transform: (Element) throws -> ElementOfResult?) rethrows -> [ElementOfResult]",
|
|
83
|
+
"description": "Returns an array containing the non-nil results of calling the given transformation",
|
|
84
|
+
"type": "function",
|
|
85
|
+
"module": "Swift",
|
|
86
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/compactmap(_:)"
|
|
87
|
+
},
|
|
88
|
+
"flatMap": {
|
|
89
|
+
"signature": "func flatMap<SegmentOfResult: Sequence>(_ transform: (Element) throws -> SegmentOfResult) rethrows -> [SegmentOfResult.Element]",
|
|
90
|
+
"description": "Returns an array containing the concatenated results of calling the given transformation",
|
|
91
|
+
"type": "function",
|
|
92
|
+
"module": "Swift",
|
|
93
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/flatmap(_:)-jo2y"
|
|
94
|
+
},
|
|
95
|
+
"sorted": {
|
|
96
|
+
"signature": "func sorted() -> [Element]",
|
|
97
|
+
"description": "Returns the elements of the sequence, sorted",
|
|
98
|
+
"type": "function",
|
|
99
|
+
"module": "Swift",
|
|
100
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/sorted()"
|
|
101
|
+
},
|
|
102
|
+
"forEach": {
|
|
103
|
+
"signature": "func forEach(_ body: (Element) throws -> Void) rethrows",
|
|
104
|
+
"description": "Calls the given closure on each element in the sequence in the same order as a for-in loop",
|
|
105
|
+
"type": "function",
|
|
106
|
+
"module": "Swift",
|
|
107
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/foreach(_:)"
|
|
108
|
+
},
|
|
109
|
+
"contains": {
|
|
110
|
+
"signature": "func contains(_ element: Element) -> Bool",
|
|
111
|
+
"description": "Returns a Boolean value indicating whether the sequence contains the given element",
|
|
112
|
+
"type": "function",
|
|
113
|
+
"module": "Swift",
|
|
114
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/contains(_:)"
|
|
115
|
+
},
|
|
116
|
+
"first": {
|
|
117
|
+
"signature": "var first: Element? { get }",
|
|
118
|
+
"description": "The first element of the collection, or nil if the collection is empty",
|
|
119
|
+
"type": "property",
|
|
120
|
+
"module": "Swift",
|
|
121
|
+
"url": "https://developer.apple.com/documentation/swift/collection/first"
|
|
122
|
+
},
|
|
123
|
+
"last": {
|
|
124
|
+
"signature": "var last: Element? { get }",
|
|
125
|
+
"description": "The last element of the collection, or nil if the collection is empty",
|
|
126
|
+
"type": "property",
|
|
127
|
+
"module": "Swift",
|
|
128
|
+
"url": "https://developer.apple.com/documentation/swift/bidirectionalcollection/last"
|
|
129
|
+
},
|
|
130
|
+
"count": {
|
|
131
|
+
"signature": "var count: Int { get }",
|
|
132
|
+
"description": "The number of elements in the collection",
|
|
133
|
+
"type": "property",
|
|
134
|
+
"module": "Swift",
|
|
135
|
+
"url": "https://developer.apple.com/documentation/swift/collection/count"
|
|
136
|
+
},
|
|
137
|
+
"isEmpty": {
|
|
138
|
+
"signature": "var isEmpty: Bool { get }",
|
|
139
|
+
"description": "A Boolean value indicating whether the collection is empty",
|
|
140
|
+
"type": "property",
|
|
141
|
+
"module": "Swift",
|
|
142
|
+
"url": "https://developer.apple.com/documentation/swift/collection/isempty"
|
|
143
|
+
},
|
|
144
|
+
"append": {
|
|
145
|
+
"signature": "mutating func append(_ newElement: Element)",
|
|
146
|
+
"description": "Adds a new element at the end of the array",
|
|
147
|
+
"type": "function",
|
|
148
|
+
"module": "Swift",
|
|
149
|
+
"url": "https://developer.apple.com/documentation/swift/array/append(_:)"
|
|
150
|
+
},
|
|
151
|
+
"insert": {
|
|
152
|
+
"signature": "mutating func insert(_ newElement: Element, at i: Int)",
|
|
153
|
+
"description": "Inserts a new element at the specified position",
|
|
154
|
+
"type": "function",
|
|
155
|
+
"module": "Swift",
|
|
156
|
+
"url": "https://developer.apple.com/documentation/swift/array/insert(_:at:)"
|
|
157
|
+
},
|
|
158
|
+
"remove": {
|
|
159
|
+
"signature": "mutating func remove(at index: Int) -> Element",
|
|
160
|
+
"description": "Removes and returns the element at the specified position",
|
|
161
|
+
"type": "function",
|
|
162
|
+
"module": "Swift",
|
|
163
|
+
"url": "https://developer.apple.com/documentation/swift/array/remove(at:)"
|
|
164
|
+
},
|
|
165
|
+
"removeAll": {
|
|
166
|
+
"signature": "mutating func removeAll(keepingCapacity keepCapacity: Bool = false)",
|
|
167
|
+
"description": "Removes all elements from the array",
|
|
168
|
+
"type": "function",
|
|
169
|
+
"module": "Swift",
|
|
170
|
+
"url": "https://developer.apple.com/documentation/swift/array/removeall(keepingcapacity:)"
|
|
171
|
+
},
|
|
172
|
+
"enumerated": {
|
|
173
|
+
"signature": "func enumerated() -> EnumeratedSequence<Self>",
|
|
174
|
+
"description": "Returns a sequence of pairs (n, x), where n represents a consecutive integer starting at zero and x represents an element of the sequence",
|
|
175
|
+
"type": "function",
|
|
176
|
+
"module": "Swift",
|
|
177
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/enumerated()"
|
|
178
|
+
},
|
|
179
|
+
"prefix": {
|
|
180
|
+
"signature": "func prefix(_ maxLength: Int) -> Slice<Self>",
|
|
181
|
+
"description": "Returns a subsequence, up to the specified maximum length, containing the initial elements",
|
|
182
|
+
"type": "function",
|
|
183
|
+
"module": "Swift",
|
|
184
|
+
"url": "https://developer.apple.com/documentation/swift/collection/prefix(_:)"
|
|
185
|
+
},
|
|
186
|
+
"suffix": {
|
|
187
|
+
"signature": "func suffix(_ maxLength: Int) -> Slice<Self>",
|
|
188
|
+
"description": "Returns a subsequence, up to the given maximum length, containing the final elements",
|
|
189
|
+
"type": "function",
|
|
190
|
+
"module": "Swift",
|
|
191
|
+
"url": "https://developer.apple.com/documentation/swift/collection/suffix(_:)"
|
|
192
|
+
},
|
|
193
|
+
"joined": {
|
|
194
|
+
"signature": "func joined(separator: String = \"\") -> String",
|
|
195
|
+
"description": "Returns a new string by concatenating the elements of the sequence, adding the given separator between each element",
|
|
196
|
+
"type": "function",
|
|
197
|
+
"module": "Swift",
|
|
198
|
+
"url": "https://developer.apple.com/documentation/swift/sequence/joined(separator:)"
|
|
199
|
+
},
|
|
200
|
+
"split": {
|
|
201
|
+
"signature": "func split(separator: Character, maxSplits: Int = .max, omittingEmptySubsequences: Bool = true) -> [Substring]",
|
|
202
|
+
"description": "Returns the longest possible subsequences of the collection, around elements equal to the given element",
|
|
203
|
+
"type": "function",
|
|
204
|
+
"module": "Swift",
|
|
205
|
+
"url": "https://developer.apple.com/documentation/swift/stringprotocol/split(separator:maxsplits:omittingemptysubsequences:)"
|
|
206
|
+
},
|
|
207
|
+
"replacingOccurrences": {
|
|
208
|
+
"signature": "func replacingOccurrences(of target: String, with replacement: String) -> String",
|
|
209
|
+
"description": "Returns a new string in which all occurrences of a target string are replaced by another given string",
|
|
210
|
+
"type": "function",
|
|
211
|
+
"module": "Foundation",
|
|
212
|
+
"url": "https://developer.apple.com/documentation/foundation/nsstring/1412937-replacingoccurrences"
|
|
213
|
+
},
|
|
214
|
+
"hasPrefix": {
|
|
215
|
+
"signature": "func hasPrefix(_ prefix: String) -> Bool",
|
|
216
|
+
"description": "Returns a Boolean value indicating whether the string begins with the specified prefix",
|
|
217
|
+
"type": "function",
|
|
218
|
+
"module": "Swift",
|
|
219
|
+
"url": "https://developer.apple.com/documentation/swift/string/hasprefix(_:)"
|
|
220
|
+
},
|
|
221
|
+
"hasSuffix": {
|
|
222
|
+
"signature": "func hasSuffix(_ suffix: String) -> Bool",
|
|
223
|
+
"description": "Returns a Boolean value indicating whether the string ends with the specified suffix",
|
|
224
|
+
"type": "function",
|
|
225
|
+
"module": "Swift",
|
|
226
|
+
"url": "https://developer.apple.com/documentation/swift/string/hassuffix(_:)"
|
|
227
|
+
},
|
|
228
|
+
"uppercased": {
|
|
229
|
+
"signature": "func uppercased() -> String",
|
|
230
|
+
"description": "Returns an uppercased version of the string",
|
|
231
|
+
"type": "function",
|
|
232
|
+
"module": "Swift",
|
|
233
|
+
"url": "https://developer.apple.com/documentation/swift/string/uppercased()"
|
|
234
|
+
},
|
|
235
|
+
"lowercased": {
|
|
236
|
+
"signature": "func lowercased() -> String",
|
|
237
|
+
"description": "Returns a lowercased version of the string",
|
|
238
|
+
"type": "function",
|
|
239
|
+
"module": "Swift",
|
|
240
|
+
"url": "https://developer.apple.com/documentation/swift/string/lowercased()"
|
|
241
|
+
},
|
|
242
|
+
"trimmingCharacters": {
|
|
243
|
+
"signature": "func trimmingCharacters(in set: CharacterSet) -> String",
|
|
244
|
+
"description": "Returns a new string made by removing from both ends of the string characters contained in a given character set",
|
|
245
|
+
"type": "function",
|
|
246
|
+
"module": "Foundation",
|
|
247
|
+
"url": "https://developer.apple.com/documentation/foundation/nsstring/1415462-trimmingcharacters"
|
|
248
|
+
},
|
|
249
|
+
"precondition": {
|
|
250
|
+
"signature": "func precondition(_ condition: @autoclosure () -> Bool, _ message: @autoclosure () -> String = \"\", file: StaticString = #file, line: UInt = #line)",
|
|
251
|
+
"description": "Checks a necessary condition for making forward progress",
|
|
252
|
+
"type": "function",
|
|
253
|
+
"module": "Swift",
|
|
254
|
+
"url": "https://developer.apple.com/documentation/swift/precondition(_:_:file:line:)"
|
|
255
|
+
},
|
|
256
|
+
"assert": {
|
|
257
|
+
"signature": "func assert(_ condition: @autoclosure () -> Bool, _ message: @autoclosure () -> String = \"\", file: StaticString = #file, line: UInt = #line)",
|
|
258
|
+
"description": "Performs a traditional C-style assert with an optional message",
|
|
259
|
+
"type": "function",
|
|
260
|
+
"module": "Swift",
|
|
261
|
+
"url": "https://developer.apple.com/documentation/swift/assert(_:_:file:line:)"
|
|
262
|
+
},
|
|
263
|
+
"fatalError": {
|
|
264
|
+
"signature": "func fatalError(_ message: @autoclosure () -> String = \"\", file: StaticString = #file, line: UInt = #line) -> Never",
|
|
265
|
+
"description": "Unconditionally prints a given message and stops execution",
|
|
266
|
+
"type": "function",
|
|
267
|
+
"module": "Swift",
|
|
268
|
+
"url": "https://developer.apple.com/documentation/swift/fatalerror(_:file:line:)"
|
|
269
|
+
},
|
|
270
|
+
"type(of:)": {
|
|
271
|
+
"signature": "func type<T>(of value: T) -> T.Type",
|
|
272
|
+
"description": "Returns the dynamic type of a value",
|
|
273
|
+
"type": "function",
|
|
274
|
+
"module": "Swift",
|
|
275
|
+
"url": "https://developer.apple.com/documentation/swift/type(of:)"
|
|
276
|
+
},
|
|
277
|
+
"withAnimation": {
|
|
278
|
+
"signature": "func withAnimation<Result>(_ animation: Animation? = .default, _ body: () throws -> Result) rethrows -> Result",
|
|
279
|
+
"description": "Returns the result of recomputing the view's body with the provided animation",
|
|
280
|
+
"type": "function",
|
|
281
|
+
"module": "SwiftUI",
|
|
282
|
+
"url": "https://developer.apple.com/documentation/swiftui/withanimation(_:_:)"
|
|
283
|
+
},
|
|
284
|
+
"Int": {
|
|
285
|
+
"signature": "struct Int: FixedWidthInteger, SignedInteger",
|
|
286
|
+
"description": "A signed integer value type",
|
|
287
|
+
"type": "struct",
|
|
288
|
+
"module": "Swift",
|
|
289
|
+
"url": "https://developer.apple.com/documentation/swift/int"
|
|
290
|
+
},
|
|
291
|
+
"Double": {
|
|
292
|
+
"signature": "struct Double: FloatingPoint, CustomStringConvertible",
|
|
293
|
+
"description": "A double-precision, floating-point value type",
|
|
294
|
+
"type": "struct",
|
|
295
|
+
"module": "Swift",
|
|
296
|
+
"url": "https://developer.apple.com/documentation/swift/double"
|
|
297
|
+
},
|
|
298
|
+
"Float": {
|
|
299
|
+
"signature": "struct Float: FloatingPoint, CustomStringConvertible",
|
|
300
|
+
"description": "A single-precision, floating-point value type",
|
|
301
|
+
"type": "struct",
|
|
302
|
+
"module": "Swift",
|
|
303
|
+
"url": "https://developer.apple.com/documentation/swift/float"
|
|
304
|
+
},
|
|
305
|
+
"String": {
|
|
306
|
+
"signature": "struct String: StringProtocol, Hashable, Codable",
|
|
307
|
+
"description": "A Unicode string value",
|
|
308
|
+
"type": "struct",
|
|
309
|
+
"module": "Swift",
|
|
310
|
+
"url": "https://developer.apple.com/documentation/swift/string"
|
|
311
|
+
},
|
|
312
|
+
"Bool": {
|
|
313
|
+
"signature": "struct Bool: Sendable, Hashable, Codable",
|
|
314
|
+
"description": "A value type whose instances are either true or false",
|
|
315
|
+
"type": "struct",
|
|
316
|
+
"module": "Swift",
|
|
317
|
+
"url": "https://developer.apple.com/documentation/swift/bool"
|
|
318
|
+
},
|
|
319
|
+
"Array": {
|
|
320
|
+
"signature": "struct Array<Element>: RandomAccessCollection, MutableCollection, ExpressibleByArrayLiteral",
|
|
321
|
+
"description": "An ordered, random-access collection",
|
|
322
|
+
"type": "struct",
|
|
323
|
+
"module": "Swift",
|
|
324
|
+
"url": "https://developer.apple.com/documentation/swift/array"
|
|
325
|
+
},
|
|
326
|
+
"Dictionary": {
|
|
327
|
+
"signature": "struct Dictionary<Key: Hashable, Value>: Collection, ExpressibleByDictionaryLiteral",
|
|
328
|
+
"description": "A collection whose elements are key-value pairs",
|
|
329
|
+
"type": "struct",
|
|
330
|
+
"module": "Swift",
|
|
331
|
+
"url": "https://developer.apple.com/documentation/swift/dictionary"
|
|
332
|
+
},
|
|
333
|
+
"Set": {
|
|
334
|
+
"signature": "struct Set<Element: Hashable>: Collection, ExpressibleByArrayLiteral",
|
|
335
|
+
"description": "An unordered collection of unique elements",
|
|
336
|
+
"type": "struct",
|
|
337
|
+
"module": "Swift",
|
|
338
|
+
"url": "https://developer.apple.com/documentation/swift/set"
|
|
339
|
+
},
|
|
340
|
+
"Optional": {
|
|
341
|
+
"signature": "enum Optional<Wrapped>: ExpressibleByNilLiteral",
|
|
342
|
+
"description": "A type that represents either a wrapped value or the absence of a value",
|
|
343
|
+
"type": "enum",
|
|
344
|
+
"module": "Swift",
|
|
345
|
+
"url": "https://developer.apple.com/documentation/swift/optional"
|
|
346
|
+
},
|
|
347
|
+
"Result": {
|
|
348
|
+
"signature": "enum Result<Success, Failure: Error>",
|
|
349
|
+
"description": "A value that represents either a success or a failure, including an associated value in each case",
|
|
350
|
+
"type": "enum",
|
|
351
|
+
"module": "Swift",
|
|
352
|
+
"url": "https://developer.apple.com/documentation/swift/result"
|
|
353
|
+
},
|
|
354
|
+
"Character": {
|
|
355
|
+
"signature": "struct Character: Hashable, Sendable",
|
|
356
|
+
"description": "A single extended grapheme cluster",
|
|
357
|
+
"type": "struct",
|
|
358
|
+
"module": "Swift",
|
|
359
|
+
"url": "https://developer.apple.com/documentation/swift/character"
|
|
360
|
+
},
|
|
361
|
+
"Data": {
|
|
362
|
+
"signature": "struct Data: Collection, ContiguousBytes, Hashable",
|
|
363
|
+
"description": "A byte buffer in memory",
|
|
364
|
+
"type": "struct",
|
|
365
|
+
"module": "Foundation",
|
|
366
|
+
"url": "https://developer.apple.com/documentation/foundation/data"
|
|
367
|
+
},
|
|
368
|
+
"URL": {
|
|
369
|
+
"signature": "struct URL: Hashable, Equatable, Sendable",
|
|
370
|
+
"description": "A value that identifies the location of a resource, such as an item on a remote server or the path to a local file",
|
|
371
|
+
"type": "struct",
|
|
372
|
+
"module": "Foundation",
|
|
373
|
+
"url": "https://developer.apple.com/documentation/foundation/url"
|
|
374
|
+
},
|
|
375
|
+
"Date": {
|
|
376
|
+
"signature": "struct Date: Comparable, Hashable, Codable, Sendable",
|
|
377
|
+
"description": "A specific point in time, independent of any calendar or time zone",
|
|
378
|
+
"type": "struct",
|
|
379
|
+
"module": "Foundation",
|
|
380
|
+
"url": "https://developer.apple.com/documentation/foundation/date"
|
|
381
|
+
},
|
|
382
|
+
"Error": {
|
|
383
|
+
"signature": "protocol Error",
|
|
384
|
+
"description": "A type representing an error value that can be thrown",
|
|
385
|
+
"type": "protocol",
|
|
386
|
+
"module": "Swift",
|
|
387
|
+
"url": "https://developer.apple.com/documentation/swift/error"
|
|
388
|
+
},
|
|
389
|
+
"Codable": {
|
|
390
|
+
"signature": "typealias Codable = Decodable & Encodable",
|
|
391
|
+
"description": "A type that can convert itself into and out of an external representation",
|
|
392
|
+
"type": "typealias",
|
|
393
|
+
"module": "Swift",
|
|
394
|
+
"url": "https://developer.apple.com/documentation/swift/codable"
|
|
395
|
+
},
|
|
396
|
+
"Hashable": {
|
|
397
|
+
"signature": "protocol Hashable: Equatable",
|
|
398
|
+
"description": "A type that can be hashed into a Hasher to produce an integer hash value",
|
|
399
|
+
"type": "protocol",
|
|
400
|
+
"module": "Swift",
|
|
401
|
+
"url": "https://developer.apple.com/documentation/swift/hashable"
|
|
402
|
+
},
|
|
403
|
+
"Equatable": {
|
|
404
|
+
"signature": "protocol Equatable",
|
|
405
|
+
"description": "A type that can be compared for value equality",
|
|
406
|
+
"type": "protocol",
|
|
407
|
+
"module": "Swift",
|
|
408
|
+
"url": "https://developer.apple.com/documentation/swift/equatable"
|
|
409
|
+
},
|
|
410
|
+
"Comparable": {
|
|
411
|
+
"signature": "protocol Comparable: Equatable",
|
|
412
|
+
"description": "A type that can be compared using the relational operators <, <=, >=, and >",
|
|
413
|
+
"type": "protocol",
|
|
414
|
+
"module": "Swift",
|
|
415
|
+
"url": "https://developer.apple.com/documentation/swift/comparable"
|
|
416
|
+
},
|
|
417
|
+
"Identifiable": {
|
|
418
|
+
"signature": "protocol Identifiable { associatedtype ID: Hashable; var id: ID { get } }",
|
|
419
|
+
"description": "A class of types whose instances hold the value of an entity with stable identity",
|
|
420
|
+
"type": "protocol",
|
|
421
|
+
"module": "Swift",
|
|
422
|
+
"url": "https://developer.apple.com/documentation/swift/identifiable"
|
|
423
|
+
},
|
|
424
|
+
"Sendable": {
|
|
425
|
+
"signature": "protocol Sendable",
|
|
426
|
+
"description": "A type whose values can safely be passed across concurrency domains by copying",
|
|
427
|
+
"type": "protocol",
|
|
428
|
+
"module": "Swift",
|
|
429
|
+
"url": "https://developer.apple.com/documentation/swift/sendable"
|
|
430
|
+
},
|
|
431
|
+
"AsyncSequence": {
|
|
432
|
+
"signature": "protocol AsyncSequence",
|
|
433
|
+
"description": "A type that provides asynchronous, sequential, iterated access to its elements",
|
|
434
|
+
"type": "protocol",
|
|
435
|
+
"module": "Swift",
|
|
436
|
+
"url": "https://developer.apple.com/documentation/swift/asyncsequence"
|
|
437
|
+
},
|
|
438
|
+
"Task": {
|
|
439
|
+
"signature": "struct Task<Success: Sendable, Failure: Error>",
|
|
440
|
+
"description": "A unit of asynchronous work",
|
|
441
|
+
"type": "struct",
|
|
442
|
+
"module": "Swift",
|
|
443
|
+
"url": "https://developer.apple.com/documentation/swift/task"
|
|
444
|
+
},
|
|
445
|
+
"Void": {
|
|
446
|
+
"signature": "typealias Void = ()",
|
|
447
|
+
"description": "The return type of functions that don't explicitly specify a return type",
|
|
448
|
+
"type": "typealias",
|
|
449
|
+
"module": "Swift",
|
|
450
|
+
"url": "https://developer.apple.com/documentation/swift/void"
|
|
451
|
+
},
|
|
452
|
+
"Never": {
|
|
453
|
+
"signature": "enum Never",
|
|
454
|
+
"description": "The return type of functions that do not return normally, that is, a type with no values",
|
|
455
|
+
"type": "enum",
|
|
456
|
+
"module": "Swift",
|
|
457
|
+
"url": "https://developer.apple.com/documentation/swift/never"
|
|
458
|
+
},
|
|
459
|
+
"Any": {
|
|
460
|
+
"signature": "typealias Any",
|
|
461
|
+
"description": "The protocol to which all types implicitly conform",
|
|
462
|
+
"type": "typealias",
|
|
463
|
+
"module": "Swift",
|
|
464
|
+
"url": "https://developer.apple.com/documentation/swift/any"
|
|
465
|
+
},
|
|
466
|
+
"AnyObject": {
|
|
467
|
+
"signature": "protocol AnyObject",
|
|
468
|
+
"description": "The protocol to which all classes implicitly conform",
|
|
469
|
+
"type": "protocol",
|
|
470
|
+
"module": "Swift",
|
|
471
|
+
"url": "https://developer.apple.com/documentation/swift/anyobject"
|
|
472
|
+
},
|
|
473
|
+
"AnyHashable": {
|
|
474
|
+
"signature": "struct AnyHashable: Hashable",
|
|
475
|
+
"description": "A type-erased hashable value",
|
|
476
|
+
"type": "struct",
|
|
477
|
+
"module": "Swift",
|
|
478
|
+
"url": "https://developer.apple.com/documentation/swift/anyhashable"
|
|
479
|
+
},
|
|
480
|
+
"Range": {
|
|
481
|
+
"signature": "struct Range<Bound: Comparable>",
|
|
482
|
+
"description": "A half-open interval from a lower bound up to, but not including, an upper bound",
|
|
483
|
+
"type": "struct",
|
|
484
|
+
"module": "Swift",
|
|
485
|
+
"url": "https://developer.apple.com/documentation/swift/range"
|
|
486
|
+
},
|
|
487
|
+
"ClosedRange": {
|
|
488
|
+
"signature": "struct ClosedRange<Bound: Comparable>",
|
|
489
|
+
"description": "An interval from a lower bound up to, and including, an upper bound",
|
|
490
|
+
"type": "struct",
|
|
491
|
+
"module": "Swift",
|
|
492
|
+
"url": "https://developer.apple.com/documentation/swift/closedrange"
|
|
493
|
+
},
|
|
494
|
+
"Sequence": {
|
|
495
|
+
"signature": "protocol Sequence",
|
|
496
|
+
"description": "A type that provides sequential, iterated access to its elements",
|
|
497
|
+
"type": "protocol",
|
|
498
|
+
"module": "Swift",
|
|
499
|
+
"url": "https://developer.apple.com/documentation/swift/sequence"
|
|
500
|
+
},
|
|
501
|
+
"Collection": {
|
|
502
|
+
"signature": "protocol Collection: Sequence",
|
|
503
|
+
"description": "A sequence whose elements can be traversed multiple times, nondestructively, and accessed by an indexed subscript",
|
|
504
|
+
"type": "protocol",
|
|
505
|
+
"module": "Swift",
|
|
506
|
+
"url": "https://developer.apple.com/documentation/swift/collection"
|
|
507
|
+
},
|
|
508
|
+
"JSONDecoder": {
|
|
509
|
+
"signature": "class JSONDecoder",
|
|
510
|
+
"description": "An object that decodes instances of a data type from JSON objects",
|
|
511
|
+
"type": "class",
|
|
512
|
+
"module": "Foundation",
|
|
513
|
+
"url": "https://developer.apple.com/documentation/foundation/jsondecoder"
|
|
514
|
+
},
|
|
515
|
+
"JSONEncoder": {
|
|
516
|
+
"signature": "class JSONEncoder",
|
|
517
|
+
"description": "An object that encodes instances of a data type as JSON objects",
|
|
518
|
+
"type": "class",
|
|
519
|
+
"module": "Foundation",
|
|
520
|
+
"url": "https://developer.apple.com/documentation/foundation/jsonencoder"
|
|
521
|
+
},
|
|
522
|
+
"URLSession": {
|
|
523
|
+
"signature": "class URLSession",
|
|
524
|
+
"description": "An object that coordinates a group of related network data transfer tasks",
|
|
525
|
+
"type": "class",
|
|
526
|
+
"module": "Foundation",
|
|
527
|
+
"url": "https://developer.apple.com/documentation/foundation/urlsession"
|
|
528
|
+
},
|
|
529
|
+
"DispatchQueue": {
|
|
530
|
+
"signature": "class DispatchQueue: DispatchObject",
|
|
531
|
+
"description": "An object that manages the execution of work items serially or concurrently on your app's main thread or on a background thread",
|
|
532
|
+
"type": "class",
|
|
533
|
+
"module": "Dispatch",
|
|
534
|
+
"url": "https://developer.apple.com/documentation/dispatch/dispatchqueue"
|
|
535
|
+
},
|
|
536
|
+
"NotificationCenter": {
|
|
537
|
+
"signature": "class NotificationCenter",
|
|
538
|
+
"description": "A notification dispatch mechanism that enables the broadcast of information to registered observers",
|
|
539
|
+
"type": "class",
|
|
540
|
+
"module": "Foundation",
|
|
541
|
+
"url": "https://developer.apple.com/documentation/foundation/notificationcenter"
|
|
542
|
+
},
|
|
543
|
+
"UserDefaults": {
|
|
544
|
+
"signature": "class UserDefaults",
|
|
545
|
+
"description": "An interface to the user's defaults database, where you store key-value pairs persistently across launches",
|
|
546
|
+
"type": "class",
|
|
547
|
+
"module": "Foundation",
|
|
548
|
+
"url": "https://developer.apple.com/documentation/foundation/userdefaults"
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|