@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -14
- package/dist/dev/scripts/components/library-interface.js +67 -0
- package/dist/dev/scripts/components/library-interface.js.map +1 -0
- package/dist/dev/scripts/components/namespace-directory.js +160 -0
- package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
- package/dist/dev/scripts/generate-builtins.js +45 -0
- package/dist/dev/scripts/generate-builtins.js.map +1 -0
- package/dist/dev/scripts/process-docfx.js +316 -0
- package/dist/dev/scripts/process-docfx.js.map +1 -0
- package/dist/dev/src/access.js +73 -0
- package/dist/dev/src/access.js.map +1 -0
- package/dist/dev/src/access.test.js +43 -0
- package/dist/dev/src/access.test.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/index.js +7 -0
- package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
- package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
- package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
- package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/index.js +4504 -0
- package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
- package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/index.js +6 -0
- package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
- package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/index.js +3713 -0
- package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/index.js +275 -0
- package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/index.js +5481 -0
- package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
- package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
- package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Resources/index.js +289 -0
- package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
- package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/index.js +672 -0
- package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/index.js +1748 -0
- package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
- package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Timers/index.js +129 -0
- package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
- package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Web/index.js +84 -0
- package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/index.js +6 -0
- package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
- package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
- package/dist/dev/src/builtins/System/index.js +14587 -0
- package/dist/dev/src/builtins/System/index.js.map +1 -0
- package/dist/dev/src/builtins/index.js +3 -0
- package/dist/dev/src/builtins/index.js.map +1 -0
- package/dist/dev/src/components/Declaration.js +9 -0
- package/dist/dev/src/components/Declaration.js.map +1 -0
- package/dist/dev/src/components/Name.js +12 -0
- package/dist/dev/src/components/Name.js.map +1 -0
- package/dist/dev/src/components/Reference.js +13 -0
- package/dist/dev/src/components/Reference.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.js +288 -0
- package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.js +113 -0
- package/dist/dev/src/components/attributes/attributes.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.test.js +201 -0
- package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
- package/dist/dev/src/components/class/declaration.js +123 -0
- package/dist/dev/src/components/class/declaration.js.map +1 -0
- package/dist/dev/src/components/class/declaration.test.js +893 -0
- package/dist/dev/src/components/class/declaration.test.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.js +129 -0
- package/dist/dev/src/components/constructor/constructor.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.test.js +228 -0
- package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
- package/dist/dev/src/components/doc/comment.js +129 -0
- package/dist/dev/src/components/doc/comment.js.map +1 -0
- package/dist/dev/src/components/doc/comment.test.js +577 -0
- package/dist/dev/src/components/doc/comment.test.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.js +83 -0
- package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
- package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.js +80 -0
- package/dist/dev/src/components/enum/declaration.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.test.js +122 -0
- package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
- package/dist/dev/src/components/enum/member.js +47 -0
- package/dist/dev/src/components/enum/member.js.map +1 -0
- package/dist/dev/src/components/enum/member.test.js +126 -0
- package/dist/dev/src/components/enum/member.test.js.map +1 -0
- package/dist/dev/src/components/field/field.js +43 -0
- package/dist/dev/src/components/field/field.js.map +1 -0
- package/dist/dev/src/components/field/field.test.js +242 -0
- package/dist/dev/src/components/field/field.test.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.js +56 -0
- package/dist/dev/src/components/if/if-statement.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.test.js +41 -0
- package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
- package/dist/dev/src/components/index.js +31 -0
- package/dist/dev/src/components/index.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.js +114 -0
- package/dist/dev/src/components/interface/declaration.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.test.js +264 -0
- package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
- package/dist/dev/src/components/interface/method.js +100 -0
- package/dist/dev/src/components/interface/method.js.map +1 -0
- package/dist/dev/src/components/interface/method.test.js +432 -0
- package/dist/dev/src/components/interface/method.test.js.map +1 -0
- package/dist/dev/src/components/interface/property.js +80 -0
- package/dist/dev/src/components/interface/property.js.map +1 -0
- package/dist/dev/src/components/interface/property.test.js +305 -0
- package/dist/dev/src/components/interface/property.test.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
- package/dist/dev/src/components/lexical-scope.js +30 -0
- package/dist/dev/src/components/lexical-scope.js.map +1 -0
- package/dist/dev/src/components/method/method.js +134 -0
- package/dist/dev/src/components/method/method.js.map +1 -0
- package/dist/dev/src/components/method/method.test.js +422 -0
- package/dist/dev/src/components/method/method.test.js.map +1 -0
- package/dist/dev/src/components/method-scope.js +30 -0
- package/dist/dev/src/components/method-scope.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace-name.js +20 -0
- package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.js +61 -0
- package/dist/dev/src/components/namespace/namespace.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.test.js +419 -0
- package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
- package/dist/dev/src/components/namespace-scopes.js +68 -0
- package/dist/dev/src/components/namespace-scopes.js.map +1 -0
- package/dist/dev/src/components/namespace.ref.test.js +431 -0
- package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.js +96 -0
- package/dist/dev/src/components/parameters/parameters.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.test.js +317 -0
- package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
- package/dist/dev/src/components/property/property.js +192 -0
- package/dist/dev/src/components/property/property.js.map +1 -0
- package/dist/dev/src/components/property/property.test.js +535 -0
- package/dist/dev/src/components/property/property.test.js.map +1 -0
- package/dist/dev/src/components/record/declaration.js +132 -0
- package/dist/dev/src/components/record/declaration.js.map +1 -0
- package/dist/dev/src/components/record/declaration.test.js +231 -0
- package/dist/dev/src/components/record/declaration.test.js.map +1 -0
- package/dist/dev/src/components/region/region.js +14 -0
- package/dist/dev/src/components/region/region.js.map +1 -0
- package/dist/dev/src/components/region/region.test.js +39 -0
- package/dist/dev/src/components/region/region.test.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.js +164 -0
- package/dist/dev/src/components/source-file/source-file.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.test.js +271 -0
- package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
- package/dist/dev/src/components/source-file/using.test.js +201 -0
- package/dist/dev/src/components/source-file/using.test.js.map +1 -0
- package/dist/dev/src/components/stc/index.js +13 -0
- package/dist/dev/src/components/stc/index.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.js +113 -0
- package/dist/dev/src/components/struct/declaration.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.test.js +400 -0
- package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
- package/dist/dev/src/components/using/using.js +45 -0
- package/dist/dev/src/components/using/using.js.map +1 -0
- package/dist/dev/src/components/using/using.test.js +27 -0
- package/dist/dev/src/components/using/using.test.js.map +1 -0
- package/dist/dev/src/components/var/declaration.js +72 -0
- package/dist/dev/src/components/var/declaration.js.map +1 -0
- package/dist/dev/src/components/var/declaration.test.js +167 -0
- package/dist/dev/src/components/var/declaration.test.js.map +1 -0
- package/dist/dev/src/contexts/format-options.js +9 -0
- package/dist/dev/src/contexts/format-options.js.map +1 -0
- package/dist/dev/src/contexts/global-namespace.js +30 -0
- package/dist/dev/src/contexts/global-namespace.js.map +1 -0
- package/dist/dev/src/contexts/namespace.js +6 -0
- package/dist/dev/src/contexts/namespace.js.map +1 -0
- package/dist/dev/src/contexts/reference-context.js +15 -0
- package/dist/dev/src/contexts/reference-context.js.map +1 -0
- package/dist/dev/src/create-library.js +136 -0
- package/dist/dev/src/create-library.js.map +1 -0
- package/dist/dev/src/create-library.test.js +289 -0
- package/dist/dev/src/create-library.test.js.map +1 -0
- package/dist/dev/src/identifier-utils.js +45 -0
- package/dist/dev/src/identifier-utils.js.map +1 -0
- package/dist/dev/src/index.js +11 -0
- package/dist/dev/src/index.js.map +1 -0
- package/dist/dev/src/keywords.js +39 -0
- package/dist/dev/src/keywords.js.map +1 -0
- package/dist/dev/src/modifiers.js +21 -0
- package/dist/dev/src/modifiers.js.map +1 -0
- package/dist/dev/src/name-policy.js +59 -0
- package/dist/dev/src/name-policy.js.map +1 -0
- package/dist/dev/src/name-policy.test.js +167 -0
- package/dist/dev/src/name-policy.test.js.map +1 -0
- package/dist/dev/src/scopes/class.js +11 -0
- package/dist/dev/src/scopes/class.js.map +1 -0
- package/dist/dev/src/scopes/contexts.js +34 -0
- package/dist/dev/src/scopes/contexts.js.map +1 -0
- package/dist/dev/src/scopes/csharp.js +25 -0
- package/dist/dev/src/scopes/csharp.js.map +1 -0
- package/dist/dev/src/scopes/factories.js +25 -0
- package/dist/dev/src/scopes/factories.js.map +1 -0
- package/dist/dev/src/scopes/index.js +10 -0
- package/dist/dev/src/scopes/index.js.map +1 -0
- package/dist/dev/src/scopes/lexical.js +8 -0
- package/dist/dev/src/scopes/lexical.js.map +1 -0
- package/dist/dev/src/scopes/method.js +14 -0
- package/dist/dev/src/scopes/method.js.map +1 -0
- package/dist/dev/src/scopes/named-type.js +33 -0
- package/dist/dev/src/scopes/named-type.js.map +1 -0
- package/dist/dev/src/scopes/namespace.js +39 -0
- package/dist/dev/src/scopes/namespace.js.map +1 -0
- package/dist/dev/src/scopes/source-file.js +44 -0
- package/dist/dev/src/scopes/source-file.js.map +1 -0
- package/dist/dev/src/symbols/csharp.js +263 -0
- package/dist/dev/src/symbols/csharp.js.map +1 -0
- package/dist/dev/src/symbols/factories.js +145 -0
- package/dist/dev/src/symbols/factories.js.map +1 -0
- package/dist/dev/src/symbols/index.js +7 -0
- package/dist/dev/src/symbols/index.js.map +1 -0
- package/dist/dev/src/symbols/method.js +16 -0
- package/dist/dev/src/symbols/method.js.map +1 -0
- package/dist/dev/src/symbols/named-type.js +42 -0
- package/dist/dev/src/symbols/named-type.js.map +1 -0
- package/dist/dev/src/symbols/namespace.js +55 -0
- package/dist/dev/src/symbols/namespace.js.map +1 -0
- package/dist/dev/src/symbols/reference.js +79 -0
- package/dist/dev/src/symbols/reference.js.map +1 -0
- package/dist/dev/test/utils.js +111 -0
- package/dist/dev/test/utils.js.map +1 -0
- package/dist/dev/test/vitest.setup.js +2 -0
- package/dist/dev/test/vitest.setup.js.map +1 -0
- package/dist/dev/testing/create-wrapper.js +13 -0
- package/dist/dev/testing/create-wrapper.js.map +1 -0
- package/dist/dev/testing/create-wrapper.test.js +300 -0
- package/dist/dev/testing/create-wrapper.test.js.map +1 -0
- package/dist/dev/testing/index.js +2 -0
- package/dist/dev/testing/index.js.map +1 -0
- package/dist/src/components/access-expression/access-expression.d.ts +7 -2
- package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
- package/dist/src/components/access-expression/access-expression.js +108 -197
- package/dist/src/components/access-expression/access-expression.js.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
- package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.js +0 -105
- package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
- package/dist/src/components/constructor/constructor.d.ts +34 -0
- package/dist/src/components/constructor/constructor.d.ts.map +1 -1
- package/dist/src/components/constructor/constructor.js +41 -4
- package/dist/src/components/constructor/constructor.js.map +1 -1
- package/dist/src/components/constructor/constructor.test.js +114 -0
- package/dist/src/components/constructor/constructor.test.js.map +1 -1
- package/dist/src/components/doc/from-markdown.js +1 -1
- package/dist/src/components/doc/from-markdown.js.map +1 -1
- package/dist/src/components/enum/declaration.d.ts +2 -0
- package/dist/src/components/enum/declaration.d.ts.map +1 -1
- package/dist/src/components/enum/declaration.js +6 -1
- package/dist/src/components/enum/declaration.js.map +1 -1
- package/dist/src/components/enum/declaration.test.js +24 -0
- package/dist/src/components/enum/declaration.test.js.map +1 -1
- package/dist/src/components/enum/member.d.ts +4 -2
- package/dist/src/components/enum/member.d.ts.map +1 -1
- package/dist/src/components/enum/member.js +8 -3
- package/dist/src/components/enum/member.js.map +1 -1
- package/dist/src/components/enum/member.test.js +26 -0
- package/dist/src/components/enum/member.test.js.map +1 -1
- package/dist/src/components/lexical-scope.d.ts.map +1 -1
- package/dist/src/components/lexical-scope.js +4 -3
- package/dist/src/components/lexical-scope.js.map +1 -1
- package/dist/src/components/method/method.test.js +48 -0
- package/dist/src/components/method/method.test.js.map +1 -1
- package/dist/src/components/method-scope.d.ts.map +1 -1
- package/dist/src/components/method-scope.js +4 -3
- package/dist/src/components/method-scope.js.map +1 -1
- package/dist/src/components/namespace/namespace.d.ts.map +1 -1
- package/dist/src/components/namespace/namespace.js +13 -14
- package/dist/src/components/namespace/namespace.js.map +1 -1
- package/dist/src/components/namespace/namespace.test.js +66 -4
- package/dist/src/components/namespace/namespace.test.js.map +1 -1
- package/dist/src/components/namespace-scopes.d.ts +16 -0
- package/dist/src/components/namespace-scopes.d.ts.map +1 -1
- package/dist/src/components/namespace-scopes.js +8 -1
- package/dist/src/components/namespace-scopes.js.map +1 -1
- package/dist/src/components/namespace.ref.test.js +62 -9
- package/dist/src/components/namespace.ref.test.js.map +1 -1
- package/dist/src/components/property/property.d.ts +42 -4
- package/dist/src/components/property/property.d.ts.map +1 -1
- package/dist/src/components/property/property.js +64 -11
- package/dist/src/components/property/property.js.map +1 -1
- package/dist/src/components/property/property.test.js +104 -0
- package/dist/src/components/property/property.test.js.map +1 -1
- package/dist/src/components/source-file/source-file.d.ts.map +1 -1
- package/dist/src/components/source-file/source-file.js +9 -5
- package/dist/src/components/source-file/source-file.js.map +1 -1
- package/dist/src/contexts/global-namespace.d.ts.map +1 -1
- package/dist/src/contexts/global-namespace.js +4 -4
- package/dist/src/contexts/global-namespace.js.map +1 -1
- package/dist/src/create-library.d.ts.map +1 -1
- package/dist/src/create-library.js +7 -7
- package/dist/src/create-library.js.map +1 -1
- package/dist/src/identifier-utils.d.ts +22 -0
- package/dist/src/identifier-utils.d.ts.map +1 -0
- package/dist/src/identifier-utils.js +45 -0
- package/dist/src/identifier-utils.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/keywords.d.ts +32 -0
- package/dist/src/keywords.d.ts.map +1 -0
- package/dist/src/keywords.js +39 -0
- package/dist/src/keywords.js.map +1 -0
- package/dist/src/name-policy.d.ts +7 -0
- package/dist/src/name-policy.d.ts.map +1 -1
- package/dist/src/name-policy.js +29 -6
- package/dist/src/name-policy.js.map +1 -1
- package/dist/src/name-policy.test.d.ts +2 -0
- package/dist/src/name-policy.test.d.ts.map +1 -0
- package/dist/src/name-policy.test.js +167 -0
- package/dist/src/name-policy.test.js.map +1 -0
- package/dist/src/scopes/csharp.d.ts +1 -0
- package/dist/src/scopes/csharp.d.ts.map +1 -1
- package/dist/src/scopes/csharp.js +10 -0
- package/dist/src/scopes/csharp.js.map +1 -1
- package/dist/src/scopes/factories.d.ts.map +1 -1
- package/dist/src/scopes/factories.js +4 -3
- package/dist/src/scopes/factories.js.map +1 -1
- package/dist/src/scopes/namespace.js +2 -2
- package/dist/src/scopes/namespace.js.map +1 -1
- package/dist/src/symbols/csharp.d.ts +1 -0
- package/dist/src/symbols/csharp.d.ts.map +1 -1
- package/dist/src/symbols/csharp.js +19 -2
- package/dist/src/symbols/csharp.js.map +1 -1
- package/dist/src/symbols/factories.d.ts.map +1 -1
- package/dist/src/symbols/factories.js +42 -10
- package/dist/src/symbols/factories.js.map +1 -1
- package/dist/src/symbols/named-type.d.ts +1 -0
- package/dist/src/symbols/named-type.d.ts.map +1 -1
- package/dist/src/symbols/named-type.js +12 -1
- package/dist/src/symbols/named-type.js.map +1 -1
- package/dist/src/symbols/namespace.d.ts +1 -0
- package/dist/src/symbols/namespace.d.ts.map +1 -1
- package/dist/src/symbols/namespace.js +11 -1
- package/dist/src/symbols/namespace.js.map +1 -1
- package/dist/testing/create-wrapper.d.ts.map +1 -1
- package/dist/testing/create-wrapper.js +2 -1
- package/dist/testing/create-wrapper.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/api/components/AttributeList.md +34 -0
- package/docs/api/components/ClassDeclaration.md +104 -0
- package/docs/api/components/Constructor.md +61 -0
- package/docs/api/components/CsprojFile.md +34 -0
- package/docs/api/components/Declaration.md +32 -0
- package/docs/api/components/DocC.md +27 -0
- package/docs/api/components/DocCode.md +27 -0
- package/docs/api/components/DocComment.md +27 -0
- package/docs/api/components/DocDescription.md +27 -0
- package/docs/api/components/DocExample.md +27 -0
- package/docs/api/components/DocException.md +27 -0
- package/docs/api/components/DocFromMarkdown.md +27 -0
- package/docs/api/components/DocInclude.md +26 -0
- package/docs/api/components/DocList.md +26 -0
- package/docs/api/components/DocPara.md +27 -0
- package/docs/api/components/DocParam.md +28 -0
- package/docs/api/components/DocParamRef.md +25 -0
- package/docs/api/components/DocPermission.md +27 -0
- package/docs/api/components/DocRemarks.md +27 -0
- package/docs/api/components/DocReturns.md +27 -0
- package/docs/api/components/DocSee.md +30 -0
- package/docs/api/components/DocSeeAlso.md +29 -0
- package/docs/api/components/DocSummary.md +27 -0
- package/docs/api/components/DocTypeParam.md +28 -0
- package/docs/api/components/DocTypeParamRef.md +25 -0
- package/docs/api/components/DocValue.md +27 -0
- package/docs/api/components/DocWhen.md +27 -0
- package/docs/api/components/ElseClause.md +29 -0
- package/docs/api/components/ElseIfClause.md +30 -0
- package/docs/api/components/EnumDeclaration.md +76 -0
- package/docs/api/components/EnumMember.md +31 -0
- package/docs/api/components/Field.md +67 -0
- package/docs/api/components/IfStatement.md +30 -0
- package/docs/api/components/InterfaceDeclaration.md +82 -0
- package/docs/api/components/InterfaceMethod.md +68 -0
- package/docs/api/components/InterfaceProperty.md +78 -0
- package/docs/api/components/InvocationExpression.md +49 -0
- package/docs/api/components/LexicalScope.md +65 -0
- package/docs/api/components/Method.md +92 -0
- package/docs/api/components/MethodScope.md +65 -0
- package/docs/api/components/Name.md +19 -0
- package/docs/api/components/Namespace.md +35 -0
- package/docs/api/components/Parameter.md +58 -0
- package/docs/api/components/Parameters_2.md +27 -0
- package/docs/api/components/Property.md +110 -0
- package/docs/api/components/RecordDeclaration.md +84 -0
- package/docs/api/components/Reference.md +25 -0
- package/docs/api/components/Region.md +28 -0
- package/docs/api/components/SourceFile.md +45 -0
- package/docs/api/components/StructDeclaration.md +94 -0
- package/docs/api/components/UsingNamespaceDirective.md +25 -0
- package/docs/api/components/Usings.md +40 -0
- package/docs/api/components/VarDeclaration.md +74 -0
- package/docs/api/components/index.md +55 -0
- package/docs/api/contexts/csharp-context.md +21 -0
- package/docs/api/contexts/index.md +3 -0
- package/docs/api/functions/access.md +35 -0
- package/docs/api/functions/accessibilityFromProps.md +18 -0
- package/docs/api/functions/computeModifiersPrefix.md +20 -0
- package/docs/api/functions/createCSharpNamePolicy.md +21 -0
- package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
- package/docs/api/functions/createClassScope.md +27 -0
- package/docs/api/functions/createFieldSymbol.md +43 -0
- package/docs/api/functions/createLibrary.md +19 -0
- package/docs/api/functions/createMethodScope.md +26 -0
- package/docs/api/functions/createMethodSymbol.md +34 -0
- package/docs/api/functions/createNamedTypeScope.md +27 -0
- package/docs/api/functions/createNamedTypeSymbol.md +35 -0
- package/docs/api/functions/createNamespaceSymbol.md +43 -0
- package/docs/api/functions/createParameterSymbol.md +45 -0
- package/docs/api/functions/createPropertySymbol.md +43 -0
- package/docs/api/functions/createTypeParameterSymbol.md +34 -0
- package/docs/api/functions/createVariableSymbol.md +43 -0
- package/docs/api/functions/getAccessModifier.md +18 -0
- package/docs/api/functions/getAsyncModifier.md +18 -0
- package/docs/api/functions/index.md +37 -0
- package/docs/api/functions/isCSharpContextualKeyword.md +20 -0
- package/docs/api/functions/isCSharpKeyword.md +22 -0
- package/docs/api/functions/isValidCSharpIdentifier.md +20 -0
- package/docs/api/functions/makeModifiers.md +18 -0
- package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
- package/docs/api/functions/ref.md +18 -0
- package/docs/api/functions/sanitizeCSharpIdentifier.md +24 -0
- package/docs/api/functions/useCSharpNamePolicy.md +17 -0
- package/docs/api/functions/useCSharpScope.md +17 -0
- package/docs/api/functions/useCsharpFormatOptions.md +18 -0
- package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
- package/docs/api/functions/useLexicalScope.md +17 -0
- package/docs/api/functions/useMethodScope.md +17 -0
- package/docs/api/functions/useNamedTypeScope.md +17 -0
- package/docs/api/functions/useNamespace.md +17 -0
- package/docs/api/functions/useSourceFileScope.md +17 -0
- package/docs/api/index.md +7 -0
- package/docs/api/types/AccessExpressionBuilder.md +11 -0
- package/docs/api/types/AccessExpressionPartProps.md +17 -0
- package/docs/api/types/AccessModifiers.md +13 -0
- package/docs/api/types/AttributeProps.md +8 -0
- package/docs/api/types/AttributesProp.md +5 -0
- package/docs/api/types/CSharpClassScope.md +9 -0
- package/docs/api/types/CSharpElements.md +5 -0
- package/docs/api/types/CSharpFormatOptions.md +5 -0
- package/docs/api/types/CSharpLexicalScope.md +10 -0
- package/docs/api/types/CSharpMethodScope.md +12 -0
- package/docs/api/types/CSharpNamedTypeScope.md +16 -0
- package/docs/api/types/CSharpNamespaceScope.md +10 -0
- package/docs/api/types/CSharpProjectSdk.md +5 -0
- package/docs/api/types/CSharpScope.md +12 -0
- package/docs/api/types/CSharpSourceFileScope.md +13 -0
- package/docs/api/types/CSharpSymbol.md +30 -0
- package/docs/api/types/CSharpSymbolKinds.md +5 -0
- package/docs/api/types/CSharpSymbolOptions.md +17 -0
- package/docs/api/types/ClassDescriptor.md +9 -0
- package/docs/api/types/ClassModifiers.md +10 -0
- package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
- package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
- package/docs/api/types/DeclarationModifiers.md +8 -0
- package/docs/api/types/DeclaredAccessibility.md +5 -0
- package/docs/api/types/Descriptor.md +5 -0
- package/docs/api/types/DocCommentTagProps.md +7 -0
- package/docs/api/types/EnumDescriptor.md +9 -0
- package/docs/api/types/FieldDescriptor.md +9 -0
- package/docs/api/types/FieldModifiers.md +12 -0
- package/docs/api/types/GenericDescriptor.md +7 -0
- package/docs/api/types/InterfaceDescriptor.md +9 -0
- package/docs/api/types/InterfaceMethodModifiers.md +9 -0
- package/docs/api/types/InterfaceModifiers.md +7 -0
- package/docs/api/types/InterfacePropertyModifiers.md +9 -0
- package/docs/api/types/LexicalScopeProps.md +5 -0
- package/docs/api/types/LibraryFrom.md +7 -0
- package/docs/api/types/MemberDescriptor.md +16 -0
- package/docs/api/types/MethodDescriptor.md +10 -0
- package/docs/api/types/MethodKinds.md +5 -0
- package/docs/api/types/MethodModifiers.md +15 -0
- package/docs/api/types/MethodScopeProps.md +5 -0
- package/docs/api/types/MethodSymbol.md +13 -0
- package/docs/api/types/NamedTypeDescriptor.md +11 -0
- package/docs/api/types/NamedTypeSymbol.md +17 -0
- package/docs/api/types/NamedTypeSymbolKind.md +5 -0
- package/docs/api/types/NamedTypeTypeKind.md +5 -0
- package/docs/api/types/NamespaceDescriptor.md +8 -0
- package/docs/api/types/NamespaceSymbol.md +16 -0
- package/docs/api/types/NamespaceSymbolOptions.md +9 -0
- package/docs/api/types/NonAccessModifiers.md +13 -0
- package/docs/api/types/PropertyDescriptor_2.md +9 -0
- package/docs/api/types/PropertyModifiers.md +17 -0
- package/docs/api/types/RecordDescriptor.md +9 -0
- package/docs/api/types/RecordModifiers.md +7 -0
- package/docs/api/types/ResolveDescriptor.md +7 -0
- package/docs/api/types/StructDescriptor.md +9 -0
- package/docs/api/types/StructModifiers.md +10 -0
- package/docs/api/types/TypeParameterProps.md +11 -0
- package/docs/api/types/VarModifiers.md +8 -0
- package/docs/api/types/index.md +62 -0
- package/docs/api/variables/Attribute.md +21 -0
- package/docs/api/variables/csharpKeywords.md +11 -0
- package/docs/api/variables/index.md +4 -0
- package/package.json +19 -8
- package/src/components/access-expression/access-expression.tsx +146 -243
- package/src/components/access-expression/part-descriptors.ts +0 -186
- package/src/components/constructor/constructor.test.tsx +91 -0
- package/src/components/constructor/constructor.tsx +86 -1
- package/src/components/doc/from-markdown.tsx +4 -1
- package/src/components/enum/declaration.test.tsx +20 -0
- package/src/components/enum/declaration.tsx +4 -0
- package/src/components/enum/member.test.tsx +21 -0
- package/src/components/enum/member.tsx +21 -5
- package/src/components/lexical-scope.tsx +15 -4
- package/src/components/method/method.test.tsx +36 -0
- package/src/components/method-scope.tsx +15 -4
- package/src/components/namespace/namespace.test.tsx +47 -3
- package/src/components/namespace/namespace.tsx +17 -9
- package/src/components/namespace-scopes.tsx +25 -1
- package/src/components/namespace.ref.test.tsx +50 -9
- package/src/components/property/property.test.tsx +89 -0
- package/src/components/property/property.tsx +111 -16
- package/src/components/source-file/source-file.tsx +12 -6
- package/src/contexts/global-namespace.ts +11 -6
- package/src/create-library.ts +18 -9
- package/src/identifier-utils.ts +45 -0
- package/src/index.ts +2 -0
- package/src/keywords.ts +162 -0
- package/src/name-policy.test.ts +210 -0
- package/src/name-policy.ts +30 -6
- package/src/scopes/csharp.ts +11 -0
- package/src/scopes/factories.ts +4 -4
- package/src/scopes/namespace.ts +2 -2
- package/src/symbols/csharp.ts +20 -1
- package/src/symbols/factories.ts +46 -34
- package/src/symbols/named-type.ts +15 -3
- package/src/symbols/namespace.ts +12 -2
- package/temp/api.json +546 -249
- package/testing/create-wrapper.tsx +2 -1
- package/vitest.config.ts +8 -0
package/temp/api.json
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
{
|
|
210
210
|
"kind": "Function",
|
|
211
211
|
"canonicalReference": "@alloy-js/csharp!AccessExpression:function(1)",
|
|
212
|
-
"docComment": "",
|
|
212
|
+
"docComment": "/**\n * Create a C# access expression from parts. Each part can be a member access,\n * element access, or invocation. Supports conditional access (`?.`), generic\n * type arguments, and call chain formatting.\n */\n",
|
|
213
213
|
"excerptTokens": [
|
|
214
214
|
{
|
|
215
215
|
"kind": "Content",
|
|
@@ -224,244 +224,11 @@
|
|
|
224
224
|
"kind": "Content",
|
|
225
225
|
"text": "): "
|
|
226
226
|
},
|
|
227
|
-
{
|
|
228
|
-
"kind": "Content",
|
|
229
|
-
"text": "string | number | boolean | void | import(\"@alloy-js/core\")."
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"kind": "Reference",
|
|
233
|
-
"text": "RenderableObject",
|
|
234
|
-
"canonicalReference": "@alloy-js/core!RenderableObject:interface"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"kind": "Content",
|
|
238
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"kind": "Reference",
|
|
242
|
-
"text": "RefkeyableObject",
|
|
243
|
-
"canonicalReference": "@alloy-js/core!RefkeyableObject:type"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"kind": "Content",
|
|
247
|
-
"text": " | (() => "
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"kind": "Reference",
|
|
251
|
-
"text": "Children",
|
|
252
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"kind": "Content",
|
|
256
|
-
"text": ") | import(\"@vue/reactivity\").Ref<any, any> | import(\"@alloy-js/core\")."
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"kind": "Reference",
|
|
260
|
-
"text": "CustomContext",
|
|
261
|
-
"canonicalReference": "@alloy-js/core!CustomContext:interface"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"kind": "Content",
|
|
265
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"kind": "Reference",
|
|
269
|
-
"text": "IndentIntrinsicElement",
|
|
270
|
-
"canonicalReference": "@alloy-js/core!IndentIntrinsicElement:type"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"kind": "Content",
|
|
274
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"kind": "Reference",
|
|
278
|
-
"text": "IndentIfBreakIntrinsicElement",
|
|
279
|
-
"canonicalReference": "@alloy-js/core!IndentIfBreakIntrinsicElement:type"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"kind": "Content",
|
|
283
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"kind": "Reference",
|
|
287
|
-
"text": "BrIntrinsicElement",
|
|
288
|
-
"canonicalReference": "@alloy-js/core!BrIntrinsicElement:type"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"kind": "Content",
|
|
292
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"kind": "Reference",
|
|
296
|
-
"text": "LineIntrinsicElement",
|
|
297
|
-
"canonicalReference": "@alloy-js/core!LineIntrinsicElement:type"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"kind": "Content",
|
|
301
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"kind": "Reference",
|
|
305
|
-
"text": "HbrIntrinsicElement",
|
|
306
|
-
"canonicalReference": "@alloy-js/core!HbrIntrinsicElement:type"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"kind": "Content",
|
|
310
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"kind": "Reference",
|
|
314
|
-
"text": "HardlineIntrinsicElement",
|
|
315
|
-
"canonicalReference": "@alloy-js/core!HardlineIntrinsicElement:type"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"kind": "Content",
|
|
319
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"kind": "Reference",
|
|
323
|
-
"text": "SbrIntrinsicElement",
|
|
324
|
-
"canonicalReference": "@alloy-js/core!SbrIntrinsicElement:type"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"kind": "Content",
|
|
328
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"kind": "Reference",
|
|
332
|
-
"text": "SoftlineIntrinsicElement",
|
|
333
|
-
"canonicalReference": "@alloy-js/core!SoftlineIntrinsicElement:type"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"kind": "Content",
|
|
337
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"kind": "Reference",
|
|
341
|
-
"text": "GroupIntrinsicElement",
|
|
342
|
-
"canonicalReference": "@alloy-js/core!GroupIntrinsicElement:type"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "Content",
|
|
346
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"kind": "Reference",
|
|
350
|
-
"text": "AlignIntrinsicElement",
|
|
351
|
-
"canonicalReference": "@alloy-js/core!AlignIntrinsicElement:type"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"kind": "Content",
|
|
355
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"kind": "Reference",
|
|
359
|
-
"text": "FillIntrinsicElement",
|
|
360
|
-
"canonicalReference": "@alloy-js/core!FillIntrinsicElement:type"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"kind": "Content",
|
|
364
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"kind": "Reference",
|
|
368
|
-
"text": "BreakParentIntrinsicElement",
|
|
369
|
-
"canonicalReference": "@alloy-js/core!BreakParentIntrinsicElement:type"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"kind": "Content",
|
|
373
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"kind": "Reference",
|
|
377
|
-
"text": "LineSuffixIntrinsicElement",
|
|
378
|
-
"canonicalReference": "@alloy-js/core!LineSuffixIntrinsicElement:type"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"kind": "Content",
|
|
382
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"kind": "Reference",
|
|
386
|
-
"text": "LineSuffixBoundaryIntrinsicElement",
|
|
387
|
-
"canonicalReference": "@alloy-js/core!LineSuffixBoundaryIntrinsicElement:type"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"kind": "Content",
|
|
391
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "Reference",
|
|
395
|
-
"text": "DedentIntrinsicElement",
|
|
396
|
-
"canonicalReference": "@alloy-js/core!DedentIntrinsicElement:type"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "Content",
|
|
400
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"kind": "Reference",
|
|
404
|
-
"text": "LiterallineIntrinsicElement",
|
|
405
|
-
"canonicalReference": "@alloy-js/core!LiterallineIntrinsicElement:type"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"kind": "Content",
|
|
409
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"kind": "Reference",
|
|
413
|
-
"text": "LbrIntrinsicElement",
|
|
414
|
-
"canonicalReference": "@alloy-js/core!LbrIntrinsicElement:type"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"kind": "Content",
|
|
418
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "Reference",
|
|
422
|
-
"text": "DedentToRootIntrinsicElement",
|
|
423
|
-
"canonicalReference": "@alloy-js/core!DedentToRootIntrinsicElement:type"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"kind": "Content",
|
|
427
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"kind": "Reference",
|
|
431
|
-
"text": "MarkAsRootIntrinsicElement",
|
|
432
|
-
"canonicalReference": "@alloy-js/core!MarkAsRootIntrinsicElement:type"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"kind": "Content",
|
|
436
|
-
"text": " | import(\"@alloy-js/core\")."
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"kind": "Reference",
|
|
440
|
-
"text": "IfBreakIntrinsicElement",
|
|
441
|
-
"canonicalReference": "@alloy-js/core!IfBreakIntrinsicElement:type"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"kind": "Content",
|
|
445
|
-
"text": " | "
|
|
446
|
-
},
|
|
447
227
|
{
|
|
448
228
|
"kind": "Reference",
|
|
449
229
|
"text": "Children",
|
|
450
230
|
"canonicalReference": "@alloy-js/core!Children:type"
|
|
451
231
|
},
|
|
452
|
-
{
|
|
453
|
-
"kind": "Content",
|
|
454
|
-
"text": "[] | import(\"@vue/reactivity\").ComputedRef<"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"kind": "Reference",
|
|
458
|
-
"text": "Children",
|
|
459
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"kind": "Content",
|
|
463
|
-
"text": "> | null"
|
|
464
|
-
},
|
|
465
232
|
{
|
|
466
233
|
"kind": "Content",
|
|
467
234
|
"text": ";"
|
|
@@ -470,7 +237,7 @@
|
|
|
470
237
|
"fileUrlPath": "src/components/access-expression/access-expression.tsx",
|
|
471
238
|
"returnTypeTokenRange": {
|
|
472
239
|
"startIndex": 3,
|
|
473
|
-
"endIndex":
|
|
240
|
+
"endIndex": 4
|
|
474
241
|
},
|
|
475
242
|
"releaseTag": "Public",
|
|
476
243
|
"overloadIndex": 1,
|
|
@@ -508,7 +275,7 @@
|
|
|
508
275
|
"excerptTokens": [
|
|
509
276
|
{
|
|
510
277
|
"kind": "Content",
|
|
511
|
-
"text": "Part: (
|
|
278
|
+
"text": "Part: (_props: "
|
|
512
279
|
},
|
|
513
280
|
{
|
|
514
281
|
"kind": "Reference",
|
|
@@ -532,7 +299,7 @@
|
|
|
532
299
|
"overloadIndex": 1,
|
|
533
300
|
"parameters": [
|
|
534
301
|
{
|
|
535
|
-
"parameterName": "
|
|
302
|
+
"parameterName": "_props",
|
|
536
303
|
"parameterTypeTokenRange": {
|
|
537
304
|
"startIndex": 1,
|
|
538
305
|
"endIndex": 2
|
|
@@ -2538,6 +2305,38 @@
|
|
|
2538
2305
|
"name": "ConstructorProps",
|
|
2539
2306
|
"preserveMemberOrder": false,
|
|
2540
2307
|
"members": [
|
|
2308
|
+
{
|
|
2309
|
+
"kind": "PropertySignature",
|
|
2310
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#baseConstructor:member",
|
|
2311
|
+
"docComment": "/**\n * Arguments to pass to the base class constructor.\n * Renders `: base(args)` between parameter list and body.\n *\n * @example\n * ```tsx\n * <Constructor public baseConstructor={[\"name\", \"42\"]}>\n * ```\n *\n * This will produce:\n * ```csharp\n * public MyClass(...) : base(name, 42)\n * {\n * }\n * ```\n *\n */\n",
|
|
2312
|
+
"excerptTokens": [
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "Content",
|
|
2315
|
+
"text": "baseConstructor?: "
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "Reference",
|
|
2319
|
+
"text": "Children",
|
|
2320
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "Content",
|
|
2324
|
+
"text": "[]"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"kind": "Content",
|
|
2328
|
+
"text": ";"
|
|
2329
|
+
}
|
|
2330
|
+
],
|
|
2331
|
+
"isReadonly": false,
|
|
2332
|
+
"isOptional": true,
|
|
2333
|
+
"releaseTag": "Public",
|
|
2334
|
+
"name": "baseConstructor",
|
|
2335
|
+
"propertyTypeTokenRange": {
|
|
2336
|
+
"startIndex": 1,
|
|
2337
|
+
"endIndex": 3
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2541
2340
|
{
|
|
2542
2341
|
"kind": "PropertySignature",
|
|
2543
2342
|
"canonicalReference": "@alloy-js/csharp!ConstructorProps#children:member",
|
|
@@ -2566,6 +2365,34 @@
|
|
|
2566
2365
|
"endIndex": 2
|
|
2567
2366
|
}
|
|
2568
2367
|
},
|
|
2368
|
+
{
|
|
2369
|
+
"kind": "PropertySignature",
|
|
2370
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#doc:member",
|
|
2371
|
+
"docComment": "/**\n * Doc comment\n */\n",
|
|
2372
|
+
"excerptTokens": [
|
|
2373
|
+
{
|
|
2374
|
+
"kind": "Content",
|
|
2375
|
+
"text": "doc?: "
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"kind": "Reference",
|
|
2379
|
+
"text": "Children",
|
|
2380
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"kind": "Content",
|
|
2384
|
+
"text": ";"
|
|
2385
|
+
}
|
|
2386
|
+
],
|
|
2387
|
+
"isReadonly": false,
|
|
2388
|
+
"isOptional": true,
|
|
2389
|
+
"releaseTag": "Public",
|
|
2390
|
+
"name": "doc",
|
|
2391
|
+
"propertyTypeTokenRange": {
|
|
2392
|
+
"startIndex": 1,
|
|
2393
|
+
"endIndex": 2
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2569
2396
|
{
|
|
2570
2397
|
"kind": "PropertySignature",
|
|
2571
2398
|
"canonicalReference": "@alloy-js/csharp!ConstructorProps#parameters:member",
|
|
@@ -2625,6 +2452,38 @@
|
|
|
2625
2452
|
"startIndex": 1,
|
|
2626
2453
|
"endIndex": 2
|
|
2627
2454
|
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"kind": "PropertySignature",
|
|
2458
|
+
"canonicalReference": "@alloy-js/csharp!ConstructorProps#thisConstructor:member",
|
|
2459
|
+
"docComment": "/**\n * Arguments to pass to another constructor in the same class.\n * Renders `: this(args)` between parameter list and body.\n *\n * @example\n * ```tsx\n * <Constructor public thisConstructor={[\"0\", \"0\"]}>\n * ```\n *\n * This will produce:\n * ```csharp\n * public MyClass() : this(0, 0)\n * {\n * }\n * ```\n *\n */\n",
|
|
2460
|
+
"excerptTokens": [
|
|
2461
|
+
{
|
|
2462
|
+
"kind": "Content",
|
|
2463
|
+
"text": "thisConstructor?: "
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "Reference",
|
|
2467
|
+
"text": "Children",
|
|
2468
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "Content",
|
|
2472
|
+
"text": "[]"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"kind": "Content",
|
|
2476
|
+
"text": ";"
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"isReadonly": false,
|
|
2480
|
+
"isOptional": true,
|
|
2481
|
+
"releaseTag": "Public",
|
|
2482
|
+
"name": "thisConstructor",
|
|
2483
|
+
"propertyTypeTokenRange": {
|
|
2484
|
+
"startIndex": 1,
|
|
2485
|
+
"endIndex": 3
|
|
2486
|
+
}
|
|
2628
2487
|
}
|
|
2629
2488
|
],
|
|
2630
2489
|
"extendsTokenRanges": [
|
|
@@ -2701,7 +2560,7 @@
|
|
|
2701
2560
|
{
|
|
2702
2561
|
"kind": "Function",
|
|
2703
2562
|
"canonicalReference": "@alloy-js/csharp!createCSharpNamePolicy:function(1)",
|
|
2704
|
-
"docComment": "",
|
|
2563
|
+
"docComment": "/**\n * Creates the C# naming policy with case conversion and keyword escaping.\n *\n * After applying the appropriate case conversion for each element kind,\n * the resulting name is checked against C# reserved and contextual keywords.\n * If it matches (case-sensitively), the name is prefixed with `@`.\n */\n",
|
|
2705
2564
|
"excerptTokens": [
|
|
2706
2565
|
{
|
|
2707
2566
|
"kind": "Content",
|
|
@@ -3765,6 +3624,34 @@
|
|
|
3765
3624
|
},
|
|
3766
3625
|
"implementsTokenRanges": []
|
|
3767
3626
|
},
|
|
3627
|
+
{
|
|
3628
|
+
"kind": "Variable",
|
|
3629
|
+
"canonicalReference": "@alloy-js/csharp!csharpContextualKeywords:var",
|
|
3630
|
+
"docComment": "/**\n * C# contextual keywords that are reserved in certain contexts.\n * While not always reserved, treating them as keywords in generated code\n * avoids subtle context-dependent issues.\n *\n * @see\n *\n * https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/#contextual-keywords\n */\n",
|
|
3631
|
+
"excerptTokens": [
|
|
3632
|
+
{
|
|
3633
|
+
"kind": "Content",
|
|
3634
|
+
"text": "csharpContextualKeywords: "
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "Reference",
|
|
3638
|
+
"text": "ReadonlySet",
|
|
3639
|
+
"canonicalReference": "!ReadonlySet:interface"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"kind": "Content",
|
|
3643
|
+
"text": "<string>"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"fileUrlPath": "src/keywords.ts",
|
|
3647
|
+
"isReadonly": true,
|
|
3648
|
+
"releaseTag": "Public",
|
|
3649
|
+
"name": "csharpContextualKeywords",
|
|
3650
|
+
"variableTypeTokenRange": {
|
|
3651
|
+
"startIndex": 1,
|
|
3652
|
+
"endIndex": 3
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3768
3655
|
{
|
|
3769
3656
|
"kind": "TypeAlias",
|
|
3770
3657
|
"canonicalReference": "@alloy-js/csharp!CSharpElements:type",
|
|
@@ -3872,6 +3759,34 @@
|
|
|
3872
3759
|
"endIndex": 8
|
|
3873
3760
|
}
|
|
3874
3761
|
},
|
|
3762
|
+
{
|
|
3763
|
+
"kind": "Variable",
|
|
3764
|
+
"canonicalReference": "@alloy-js/csharp!csharpKeywords:var",
|
|
3765
|
+
"docComment": "/**\n * C# reserved keywords that cannot be used as identifiers without `@` prefix.\n * These are case-sensitive in C#.\n *\n * @see\n *\n * https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/\n */\n",
|
|
3766
|
+
"excerptTokens": [
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "Content",
|
|
3769
|
+
"text": "csharpKeywords: "
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "Reference",
|
|
3773
|
+
"text": "ReadonlySet",
|
|
3774
|
+
"canonicalReference": "!ReadonlySet:interface"
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "Content",
|
|
3778
|
+
"text": "<string>"
|
|
3779
|
+
}
|
|
3780
|
+
],
|
|
3781
|
+
"fileUrlPath": "src/keywords.ts",
|
|
3782
|
+
"isReadonly": true,
|
|
3783
|
+
"releaseTag": "Public",
|
|
3784
|
+
"name": "csharpKeywords",
|
|
3785
|
+
"variableTypeTokenRange": {
|
|
3786
|
+
"startIndex": 1,
|
|
3787
|
+
"endIndex": 3
|
|
3788
|
+
}
|
|
3789
|
+
},
|
|
3875
3790
|
{
|
|
3876
3791
|
"kind": "Class",
|
|
3877
3792
|
"canonicalReference": "@alloy-js/csharp!CSharpLexicalScope:class",
|
|
@@ -4645,6 +4560,41 @@
|
|
|
4645
4560
|
}
|
|
4646
4561
|
]
|
|
4647
4562
|
},
|
|
4563
|
+
{
|
|
4564
|
+
"kind": "Property",
|
|
4565
|
+
"canonicalReference": "@alloy-js/csharp!CSharpScope#debugInfo:member",
|
|
4566
|
+
"docComment": "",
|
|
4567
|
+
"excerptTokens": [
|
|
4568
|
+
{
|
|
4569
|
+
"kind": "Content",
|
|
4570
|
+
"text": "get debugInfo(): "
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"kind": "Reference",
|
|
4574
|
+
"text": "Record",
|
|
4575
|
+
"canonicalReference": "!Record:type"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"kind": "Content",
|
|
4579
|
+
"text": "<string, unknown>"
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"kind": "Content",
|
|
4583
|
+
"text": ";"
|
|
4584
|
+
}
|
|
4585
|
+
],
|
|
4586
|
+
"isReadonly": true,
|
|
4587
|
+
"isOptional": false,
|
|
4588
|
+
"releaseTag": "Public",
|
|
4589
|
+
"name": "debugInfo",
|
|
4590
|
+
"propertyTypeTokenRange": {
|
|
4591
|
+
"startIndex": 1,
|
|
4592
|
+
"endIndex": 3
|
|
4593
|
+
},
|
|
4594
|
+
"isStatic": false,
|
|
4595
|
+
"isProtected": false,
|
|
4596
|
+
"isAbstract": false
|
|
4597
|
+
},
|
|
4648
4598
|
{
|
|
4649
4599
|
"kind": "Property",
|
|
4650
4600
|
"canonicalReference": "@alloy-js/csharp!CSharpScope#enclosingNamespace:member",
|
|
@@ -5172,6 +5122,41 @@
|
|
|
5172
5122
|
"isAbstract": false,
|
|
5173
5123
|
"name": "copy"
|
|
5174
5124
|
},
|
|
5125
|
+
{
|
|
5126
|
+
"kind": "Property",
|
|
5127
|
+
"canonicalReference": "@alloy-js/csharp!CSharpSymbol#debugInfo:member",
|
|
5128
|
+
"docComment": "",
|
|
5129
|
+
"excerptTokens": [
|
|
5130
|
+
{
|
|
5131
|
+
"kind": "Content",
|
|
5132
|
+
"text": "get debugInfo(): "
|
|
5133
|
+
},
|
|
5134
|
+
{
|
|
5135
|
+
"kind": "Reference",
|
|
5136
|
+
"text": "Record",
|
|
5137
|
+
"canonicalReference": "!Record:type"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"kind": "Content",
|
|
5141
|
+
"text": "<string, unknown>"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"kind": "Content",
|
|
5145
|
+
"text": ";"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5148
|
+
"isReadonly": true,
|
|
5149
|
+
"isOptional": false,
|
|
5150
|
+
"releaseTag": "Public",
|
|
5151
|
+
"name": "debugInfo",
|
|
5152
|
+
"propertyTypeTokenRange": {
|
|
5153
|
+
"startIndex": 1,
|
|
5154
|
+
"endIndex": 3
|
|
5155
|
+
},
|
|
5156
|
+
"isStatic": false,
|
|
5157
|
+
"isProtected": false,
|
|
5158
|
+
"isAbstract": false
|
|
5159
|
+
},
|
|
5175
5160
|
{
|
|
5176
5161
|
"kind": "Property",
|
|
5177
5162
|
"canonicalReference": "@alloy-js/csharp!CSharpSymbol#enclosingNamespace:member",
|
|
@@ -8347,6 +8332,34 @@
|
|
|
8347
8332
|
"endIndex": 2
|
|
8348
8333
|
}
|
|
8349
8334
|
},
|
|
8335
|
+
{
|
|
8336
|
+
"kind": "PropertySignature",
|
|
8337
|
+
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps#doc:member",
|
|
8338
|
+
"docComment": "/**\n * Doc comment\n */\n",
|
|
8339
|
+
"excerptTokens": [
|
|
8340
|
+
{
|
|
8341
|
+
"kind": "Content",
|
|
8342
|
+
"text": "doc?: "
|
|
8343
|
+
},
|
|
8344
|
+
{
|
|
8345
|
+
"kind": "Reference",
|
|
8346
|
+
"text": "Children",
|
|
8347
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8348
|
+
},
|
|
8349
|
+
{
|
|
8350
|
+
"kind": "Content",
|
|
8351
|
+
"text": ";"
|
|
8352
|
+
}
|
|
8353
|
+
],
|
|
8354
|
+
"isReadonly": false,
|
|
8355
|
+
"isOptional": true,
|
|
8356
|
+
"releaseTag": "Public",
|
|
8357
|
+
"name": "doc",
|
|
8358
|
+
"propertyTypeTokenRange": {
|
|
8359
|
+
"startIndex": 1,
|
|
8360
|
+
"endIndex": 2
|
|
8361
|
+
}
|
|
8362
|
+
},
|
|
8350
8363
|
{
|
|
8351
8364
|
"kind": "PropertySignature",
|
|
8352
8365
|
"canonicalReference": "@alloy-js/csharp!EnumDeclarationProps#name:member",
|
|
@@ -8522,10 +8535,6 @@
|
|
|
8522
8535
|
"kind": "Content",
|
|
8523
8536
|
"text": "): "
|
|
8524
8537
|
},
|
|
8525
|
-
{
|
|
8526
|
-
"kind": "Content",
|
|
8527
|
-
"text": "import(\"@alloy-js/core\")."
|
|
8528
|
-
},
|
|
8529
8538
|
{
|
|
8530
8539
|
"kind": "Reference",
|
|
8531
8540
|
"text": "Children",
|
|
@@ -8539,7 +8548,7 @@
|
|
|
8539
8548
|
"fileUrlPath": "src/components/enum/member.tsx",
|
|
8540
8549
|
"returnTypeTokenRange": {
|
|
8541
8550
|
"startIndex": 3,
|
|
8542
|
-
"endIndex":
|
|
8551
|
+
"endIndex": 4
|
|
8543
8552
|
},
|
|
8544
8553
|
"releaseTag": "Public",
|
|
8545
8554
|
"overloadIndex": 1,
|
|
@@ -8570,6 +8579,34 @@
|
|
|
8570
8579
|
"name": "EnumMemberProps",
|
|
8571
8580
|
"preserveMemberOrder": false,
|
|
8572
8581
|
"members": [
|
|
8582
|
+
{
|
|
8583
|
+
"kind": "PropertySignature",
|
|
8584
|
+
"canonicalReference": "@alloy-js/csharp!EnumMemberProps#doc:member",
|
|
8585
|
+
"docComment": "/**\n * Doc comment\n */\n",
|
|
8586
|
+
"excerptTokens": [
|
|
8587
|
+
{
|
|
8588
|
+
"kind": "Content",
|
|
8589
|
+
"text": "doc?: "
|
|
8590
|
+
},
|
|
8591
|
+
{
|
|
8592
|
+
"kind": "Reference",
|
|
8593
|
+
"text": "Children",
|
|
8594
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8595
|
+
},
|
|
8596
|
+
{
|
|
8597
|
+
"kind": "Content",
|
|
8598
|
+
"text": ";"
|
|
8599
|
+
}
|
|
8600
|
+
],
|
|
8601
|
+
"isReadonly": false,
|
|
8602
|
+
"isOptional": true,
|
|
8603
|
+
"releaseTag": "Public",
|
|
8604
|
+
"name": "doc",
|
|
8605
|
+
"propertyTypeTokenRange": {
|
|
8606
|
+
"startIndex": 1,
|
|
8607
|
+
"endIndex": 2
|
|
8608
|
+
}
|
|
8609
|
+
},
|
|
8573
8610
|
{
|
|
8574
8611
|
"kind": "PropertySignature",
|
|
8575
8612
|
"canonicalReference": "@alloy-js/csharp!EnumMemberProps#name:member",
|
|
@@ -10575,6 +10612,141 @@
|
|
|
10575
10612
|
],
|
|
10576
10613
|
"extendsTokenRanges": []
|
|
10577
10614
|
},
|
|
10615
|
+
{
|
|
10616
|
+
"kind": "Function",
|
|
10617
|
+
"canonicalReference": "@alloy-js/csharp!isCSharpContextualKeyword:function(1)",
|
|
10618
|
+
"docComment": "/**\n * Returns true if the given name is a C# contextual keyword.\n * Contextual keywords are only reserved in specific language contexts\n * and are generally valid as identifiers.\n */\n",
|
|
10619
|
+
"excerptTokens": [
|
|
10620
|
+
{
|
|
10621
|
+
"kind": "Content",
|
|
10622
|
+
"text": "export declare function isCSharpContextualKeyword(name: "
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"kind": "Content",
|
|
10626
|
+
"text": "string"
|
|
10627
|
+
},
|
|
10628
|
+
{
|
|
10629
|
+
"kind": "Content",
|
|
10630
|
+
"text": "): "
|
|
10631
|
+
},
|
|
10632
|
+
{
|
|
10633
|
+
"kind": "Content",
|
|
10634
|
+
"text": "boolean"
|
|
10635
|
+
},
|
|
10636
|
+
{
|
|
10637
|
+
"kind": "Content",
|
|
10638
|
+
"text": ";"
|
|
10639
|
+
}
|
|
10640
|
+
],
|
|
10641
|
+
"fileUrlPath": "src/keywords.ts",
|
|
10642
|
+
"returnTypeTokenRange": {
|
|
10643
|
+
"startIndex": 3,
|
|
10644
|
+
"endIndex": 4
|
|
10645
|
+
},
|
|
10646
|
+
"releaseTag": "Public",
|
|
10647
|
+
"overloadIndex": 1,
|
|
10648
|
+
"parameters": [
|
|
10649
|
+
{
|
|
10650
|
+
"parameterName": "name",
|
|
10651
|
+
"parameterTypeTokenRange": {
|
|
10652
|
+
"startIndex": 1,
|
|
10653
|
+
"endIndex": 2
|
|
10654
|
+
},
|
|
10655
|
+
"isOptional": false
|
|
10656
|
+
}
|
|
10657
|
+
],
|
|
10658
|
+
"name": "isCSharpContextualKeyword"
|
|
10659
|
+
},
|
|
10660
|
+
{
|
|
10661
|
+
"kind": "Function",
|
|
10662
|
+
"canonicalReference": "@alloy-js/csharp!isCSharpKeyword:function(1)",
|
|
10663
|
+
"docComment": "/**\n * Returns true if the given name is a C# reserved keyword.\n * The check is case-sensitive, matching C# language semantics.\n *\n * Note: this only checks reserved keywords, not contextual keywords.\n * Contextual keywords are only reserved in specific language contexts\n * and are valid identifiers elsewhere (e.g., `value` is valid as a parameter name).\n * Use {@link isCSharpContextualKeyword} to check contextual keywords separately.\n */\n",
|
|
10664
|
+
"excerptTokens": [
|
|
10665
|
+
{
|
|
10666
|
+
"kind": "Content",
|
|
10667
|
+
"text": "export declare function isCSharpKeyword(name: "
|
|
10668
|
+
},
|
|
10669
|
+
{
|
|
10670
|
+
"kind": "Content",
|
|
10671
|
+
"text": "string"
|
|
10672
|
+
},
|
|
10673
|
+
{
|
|
10674
|
+
"kind": "Content",
|
|
10675
|
+
"text": "): "
|
|
10676
|
+
},
|
|
10677
|
+
{
|
|
10678
|
+
"kind": "Content",
|
|
10679
|
+
"text": "boolean"
|
|
10680
|
+
},
|
|
10681
|
+
{
|
|
10682
|
+
"kind": "Content",
|
|
10683
|
+
"text": ";"
|
|
10684
|
+
}
|
|
10685
|
+
],
|
|
10686
|
+
"fileUrlPath": "src/keywords.ts",
|
|
10687
|
+
"returnTypeTokenRange": {
|
|
10688
|
+
"startIndex": 3,
|
|
10689
|
+
"endIndex": 4
|
|
10690
|
+
},
|
|
10691
|
+
"releaseTag": "Public",
|
|
10692
|
+
"overloadIndex": 1,
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"parameterName": "name",
|
|
10696
|
+
"parameterTypeTokenRange": {
|
|
10697
|
+
"startIndex": 1,
|
|
10698
|
+
"endIndex": 2
|
|
10699
|
+
},
|
|
10700
|
+
"isOptional": false
|
|
10701
|
+
}
|
|
10702
|
+
],
|
|
10703
|
+
"name": "isCSharpKeyword"
|
|
10704
|
+
},
|
|
10705
|
+
{
|
|
10706
|
+
"kind": "Function",
|
|
10707
|
+
"canonicalReference": "@alloy-js/csharp!isValidCSharpIdentifier:function(1)",
|
|
10708
|
+
"docComment": "/**\n * Checks whether the provided name is a valid C# identifier (without `@` prefix).\n * Does not account for keyword conflicts — use {@link isCSharpKeyword} for that.\n *\n * @param name - The name to validate.\n *\n * @returns true if the name matches C# identifier rules (letter or underscore start, word chars after).\n */\n",
|
|
10709
|
+
"excerptTokens": [
|
|
10710
|
+
{
|
|
10711
|
+
"kind": "Content",
|
|
10712
|
+
"text": "export declare function isValidCSharpIdentifier(name: "
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
"kind": "Content",
|
|
10716
|
+
"text": "string"
|
|
10717
|
+
},
|
|
10718
|
+
{
|
|
10719
|
+
"kind": "Content",
|
|
10720
|
+
"text": "): "
|
|
10721
|
+
},
|
|
10722
|
+
{
|
|
10723
|
+
"kind": "Content",
|
|
10724
|
+
"text": "boolean"
|
|
10725
|
+
},
|
|
10726
|
+
{
|
|
10727
|
+
"kind": "Content",
|
|
10728
|
+
"text": ";"
|
|
10729
|
+
}
|
|
10730
|
+
],
|
|
10731
|
+
"fileUrlPath": "src/identifier-utils.ts",
|
|
10732
|
+
"returnTypeTokenRange": {
|
|
10733
|
+
"startIndex": 3,
|
|
10734
|
+
"endIndex": 4
|
|
10735
|
+
},
|
|
10736
|
+
"releaseTag": "Public",
|
|
10737
|
+
"overloadIndex": 1,
|
|
10738
|
+
"parameters": [
|
|
10739
|
+
{
|
|
10740
|
+
"parameterName": "name",
|
|
10741
|
+
"parameterTypeTokenRange": {
|
|
10742
|
+
"startIndex": 1,
|
|
10743
|
+
"endIndex": 2
|
|
10744
|
+
},
|
|
10745
|
+
"isOptional": false
|
|
10746
|
+
}
|
|
10747
|
+
],
|
|
10748
|
+
"name": "isValidCSharpIdentifier"
|
|
10749
|
+
},
|
|
10578
10750
|
{
|
|
10579
10751
|
"kind": "Interface",
|
|
10580
10752
|
"canonicalReference": "@alloy-js/csharp!LeixcalScopePropsWithScopeInfo:interface",
|
|
@@ -12661,6 +12833,41 @@
|
|
|
12661
12833
|
"isAbstract": false,
|
|
12662
12834
|
"name": "copy"
|
|
12663
12835
|
},
|
|
12836
|
+
{
|
|
12837
|
+
"kind": "Property",
|
|
12838
|
+
"canonicalReference": "@alloy-js/csharp!NamedTypeSymbol#debugInfo:member",
|
|
12839
|
+
"docComment": "",
|
|
12840
|
+
"excerptTokens": [
|
|
12841
|
+
{
|
|
12842
|
+
"kind": "Content",
|
|
12843
|
+
"text": "get debugInfo(): "
|
|
12844
|
+
},
|
|
12845
|
+
{
|
|
12846
|
+
"kind": "Reference",
|
|
12847
|
+
"text": "Record",
|
|
12848
|
+
"canonicalReference": "!Record:type"
|
|
12849
|
+
},
|
|
12850
|
+
{
|
|
12851
|
+
"kind": "Content",
|
|
12852
|
+
"text": "<string, unknown>"
|
|
12853
|
+
},
|
|
12854
|
+
{
|
|
12855
|
+
"kind": "Content",
|
|
12856
|
+
"text": ";"
|
|
12857
|
+
}
|
|
12858
|
+
],
|
|
12859
|
+
"isReadonly": true,
|
|
12860
|
+
"isOptional": false,
|
|
12861
|
+
"releaseTag": "Public",
|
|
12862
|
+
"name": "debugInfo",
|
|
12863
|
+
"propertyTypeTokenRange": {
|
|
12864
|
+
"startIndex": 1,
|
|
12865
|
+
"endIndex": 3
|
|
12866
|
+
},
|
|
12867
|
+
"isStatic": false,
|
|
12868
|
+
"isProtected": false,
|
|
12869
|
+
"isAbstract": false
|
|
12870
|
+
},
|
|
12664
12871
|
{
|
|
12665
12872
|
"kind": "Property",
|
|
12666
12873
|
"canonicalReference": "@alloy-js/csharp!NamedTypeSymbol#members:member",
|
|
@@ -13239,6 +13446,41 @@
|
|
|
13239
13446
|
"isAbstract": false,
|
|
13240
13447
|
"name": "copy"
|
|
13241
13448
|
},
|
|
13449
|
+
{
|
|
13450
|
+
"kind": "Property",
|
|
13451
|
+
"canonicalReference": "@alloy-js/csharp!NamespaceSymbol#debugInfo:member",
|
|
13452
|
+
"docComment": "",
|
|
13453
|
+
"excerptTokens": [
|
|
13454
|
+
{
|
|
13455
|
+
"kind": "Content",
|
|
13456
|
+
"text": "get debugInfo(): "
|
|
13457
|
+
},
|
|
13458
|
+
{
|
|
13459
|
+
"kind": "Reference",
|
|
13460
|
+
"text": "Record",
|
|
13461
|
+
"canonicalReference": "!Record:type"
|
|
13462
|
+
},
|
|
13463
|
+
{
|
|
13464
|
+
"kind": "Content",
|
|
13465
|
+
"text": "<string, unknown>"
|
|
13466
|
+
},
|
|
13467
|
+
{
|
|
13468
|
+
"kind": "Content",
|
|
13469
|
+
"text": ";"
|
|
13470
|
+
}
|
|
13471
|
+
],
|
|
13472
|
+
"isReadonly": true,
|
|
13473
|
+
"isOptional": false,
|
|
13474
|
+
"releaseTag": "Public",
|
|
13475
|
+
"name": "debugInfo",
|
|
13476
|
+
"propertyTypeTokenRange": {
|
|
13477
|
+
"startIndex": 1,
|
|
13478
|
+
"endIndex": 3
|
|
13479
|
+
},
|
|
13480
|
+
"isStatic": false,
|
|
13481
|
+
"isProtected": false,
|
|
13482
|
+
"isAbstract": false
|
|
13483
|
+
},
|
|
13242
13484
|
{
|
|
13243
13485
|
"kind": "Method",
|
|
13244
13486
|
"canonicalReference": "@alloy-js/csharp!NamespaceSymbol#getFullyQualifiedName:member(1)",
|
|
@@ -14571,7 +14813,7 @@
|
|
|
14571
14813
|
{
|
|
14572
14814
|
"kind": "PropertySignature",
|
|
14573
14815
|
"canonicalReference": "@alloy-js/csharp!PropertyProps#get:member",
|
|
14574
|
-
"docComment": "/**\n * If property should have a getter\n */\n",
|
|
14816
|
+
"docComment": "/**\n * If property should have a getter. Pass `true` for an auto-property getter (`get;`),\n * or pass children for a getter with a body.\n *\n * @example\n *\n * auto-property\n * ```tsx\n * <Property name=\"Name\" type=\"string\" get set />\n * ```\n *\n * Produces: `string Name { get; set; }`\n *\n * @example\n *\n * with body\n * ```tsx\n * <Property name=\"Name\" type=\"string\" get={<>return _name;</>} set />\n * ```\n *\n * Produces:\n * ```csharp\n * string Name\n * {\n * get { return _name; }\n * set;\n * }\n * ```\n *\n */\n",
|
|
14575
14817
|
"excerptTokens": [
|
|
14576
14818
|
{
|
|
14577
14819
|
"kind": "Content",
|
|
@@ -14579,7 +14821,12 @@
|
|
|
14579
14821
|
},
|
|
14580
14822
|
{
|
|
14581
14823
|
"kind": "Content",
|
|
14582
|
-
"text": "boolean"
|
|
14824
|
+
"text": "boolean | "
|
|
14825
|
+
},
|
|
14826
|
+
{
|
|
14827
|
+
"kind": "Reference",
|
|
14828
|
+
"text": "Children",
|
|
14829
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
14583
14830
|
},
|
|
14584
14831
|
{
|
|
14585
14832
|
"kind": "Content",
|
|
@@ -14592,7 +14839,7 @@
|
|
|
14592
14839
|
"name": "get",
|
|
14593
14840
|
"propertyTypeTokenRange": {
|
|
14594
14841
|
"startIndex": 1,
|
|
14595
|
-
"endIndex":
|
|
14842
|
+
"endIndex": 3
|
|
14596
14843
|
}
|
|
14597
14844
|
},
|
|
14598
14845
|
{
|
|
@@ -14740,7 +14987,7 @@
|
|
|
14740
14987
|
{
|
|
14741
14988
|
"kind": "PropertySignature",
|
|
14742
14989
|
"canonicalReference": "@alloy-js/csharp!PropertyProps#set:member",
|
|
14743
|
-
"docComment": "/**\n * If property should have a setter\n */\n",
|
|
14990
|
+
"docComment": "/**\n * If property should have a setter. Pass `true` for an auto-property setter (`set;`),\n * or pass children for a setter with a body.\n *\n * @example\n *\n * with body\n * ```tsx\n * <Property name=\"Value\" type=\"int\" get set={<>_value = value;</>} />\n * ```\n *\n * Produces:\n * ```csharp\n * int Value\n * {\n * get;\n * set { _value = value; }\n * }\n * ```\n *\n */\n",
|
|
14744
14991
|
"excerptTokens": [
|
|
14745
14992
|
{
|
|
14746
14993
|
"kind": "Content",
|
|
@@ -14748,7 +14995,12 @@
|
|
|
14748
14995
|
},
|
|
14749
14996
|
{
|
|
14750
14997
|
"kind": "Content",
|
|
14751
|
-
"text": "boolean"
|
|
14998
|
+
"text": "boolean | "
|
|
14999
|
+
},
|
|
15000
|
+
{
|
|
15001
|
+
"kind": "Reference",
|
|
15002
|
+
"text": "Children",
|
|
15003
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
14752
15004
|
},
|
|
14753
15005
|
{
|
|
14754
15006
|
"kind": "Content",
|
|
@@ -14761,7 +15013,7 @@
|
|
|
14761
15013
|
"name": "set",
|
|
14762
15014
|
"propertyTypeTokenRange": {
|
|
14763
15015
|
"startIndex": 1,
|
|
14764
|
-
"endIndex":
|
|
15016
|
+
"endIndex": 3
|
|
14765
15017
|
}
|
|
14766
15018
|
},
|
|
14767
15019
|
{
|
|
@@ -15552,6 +15804,51 @@
|
|
|
15552
15804
|
"endIndex": 9
|
|
15553
15805
|
}
|
|
15554
15806
|
},
|
|
15807
|
+
{
|
|
15808
|
+
"kind": "Function",
|
|
15809
|
+
"canonicalReference": "@alloy-js/csharp!sanitizeCSharpIdentifier:function(1)",
|
|
15810
|
+
"docComment": "/**\n * Transforms an arbitrary string into a valid C# identifier by replacing\n * invalid characters. The result may still be a C# keyword — callers\n * should combine with keyword escaping if needed.\n *\n * - If the first character is not a letter or underscore, a `_` prefix is added.\n * - Subsequent non-word characters are replaced with `_`.\n * - Empty strings become `_`.\n *\n * @param name - The string to sanitize.\n *\n * @returns A string that satisfies C# identifier character rules.\n */\n",
|
|
15811
|
+
"excerptTokens": [
|
|
15812
|
+
{
|
|
15813
|
+
"kind": "Content",
|
|
15814
|
+
"text": "export declare function sanitizeCSharpIdentifier(name: "
|
|
15815
|
+
},
|
|
15816
|
+
{
|
|
15817
|
+
"kind": "Content",
|
|
15818
|
+
"text": "string"
|
|
15819
|
+
},
|
|
15820
|
+
{
|
|
15821
|
+
"kind": "Content",
|
|
15822
|
+
"text": "): "
|
|
15823
|
+
},
|
|
15824
|
+
{
|
|
15825
|
+
"kind": "Content",
|
|
15826
|
+
"text": "string"
|
|
15827
|
+
},
|
|
15828
|
+
{
|
|
15829
|
+
"kind": "Content",
|
|
15830
|
+
"text": ";"
|
|
15831
|
+
}
|
|
15832
|
+
],
|
|
15833
|
+
"fileUrlPath": "src/identifier-utils.ts",
|
|
15834
|
+
"returnTypeTokenRange": {
|
|
15835
|
+
"startIndex": 3,
|
|
15836
|
+
"endIndex": 4
|
|
15837
|
+
},
|
|
15838
|
+
"releaseTag": "Public",
|
|
15839
|
+
"overloadIndex": 1,
|
|
15840
|
+
"parameters": [
|
|
15841
|
+
{
|
|
15842
|
+
"parameterName": "name",
|
|
15843
|
+
"parameterTypeTokenRange": {
|
|
15844
|
+
"startIndex": 1,
|
|
15845
|
+
"endIndex": 2
|
|
15846
|
+
},
|
|
15847
|
+
"isOptional": false
|
|
15848
|
+
}
|
|
15849
|
+
],
|
|
15850
|
+
"name": "sanitizeCSharpIdentifier"
|
|
15851
|
+
},
|
|
15555
15852
|
{
|
|
15556
15853
|
"kind": "Function",
|
|
15557
15854
|
"canonicalReference": "@alloy-js/csharp!SourceFile:function(1)",
|