🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@if-lowo/runtime

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@if-lowo/runtime

`@if-lowo/runtime` 负责消费 `LowoDocument`,并将协议解析成可被具体框架渲染器使用的运行时树。

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
302
Maintainers
1
Weekly downloads
 
Created
Source

@if-lowo/runtime

@if-lowo/runtime 负责消费 LowoDocument,并将协议解析成可被具体框架渲染器使用的运行时树。

当前职责

  • 文档解析
  • binding 求值
  • visible / loop 处理
  • action 执行委托
  • 标准 action executor

主要导出

  • renderDocument()
  • resolveBinding()
  • resolveValueOrBinding()
  • executeActions()
  • createStandardActionExecutor()

适用场景

  • 需要在业务运行时渲染低代码文档
  • 需要自行实现 Vue / React / Web Components 适配层

依赖

  • @if-lowo/schema

当前状态

  • 阶段:runtime alpha 准备中
  • 说明:当前已完成基本渲染闭环,后续还会继续完善默认适配器与测试

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts