There was an error while loading. Please reload this page.
📝 docs(compiler): add supported C# features matrix
📝 docs(architecture): introduce self-contained package architecture and update build flow
📝 docs(runtime): add comprehensive debugging and development guide
📝 docs(wiki): add External Type Resolution documentation Add comprehensive guide for resolving external types in component compilation. Features documented: - SemanticModelProvider with project compilation support - ProjectCompilationHelper for loading full project context - ComponentCompiler.SetProjectCompilation() API - Before/after examples with User model - Architecture diagrams and usage examples - 5 new tests validating external type resolution
📝 docs(compiler): update supported features and add modern operator examples
📝 docs(compiler): add documentation for Array static methods and LINQ set/type filtering with examples
📝 docs: add Enum and Dictionary operations to compiler documentation - Add Enum.Parse, TryParse, GetValues, GetNames, IsDefined operations - Add Dictionary.Add, Remove, Clear, Keys, Values, ContainsKey, TryGetValue operations - Include practical examples for both Enum and Dictionary usage - Show C# to TypeScript conversion for advanced features
📝 docs(compiler): update documentation for expanded C# construct support
📝 docs(build): update documentation for build flow, styling, and diffing strategy
📝 docs(project): expand architecture and compiler evolution with detailed implementation plans
📝 docs(styling): add UI styling architecture guide
📝 docs(compiler, seo, styling): update wiki with source maps, modern C# support, SEO, and static CSS extraction
📝 docs(documentation): translate documentation to English, update roadmap, and add theme & styling system details
📝 docs: expand and refine project documentation This commit significantly updates the project's documentation: - **Architecture**: Restructures and expands details on architectural pillars, hybrid compilation, SSR, and security.
📝 docs(wiki): remove .md extension from internal links
📝 docs(wiki): create comprehensive documentation wiki with core articles
Initial Home page