wechat-miniprogram
wechat-miniprogram
Scope
Covers WeChat Mini Program applications: the two-thread runtime and the two swappable
layers inside it (component framework — exparser or glass-easel; renderer — WebView or
Skyline), data updates and their cost model, page and component lifecycles, routing and
the page stack, WXML/WXSS/WXS, custom components, native components and same-layer
rendering, subpackages and startup performance, storage quotas, login, authorization
scopes and the privacy-agreement flow, the uni-app and Taro cross-platform
toolchains as they compile to mp-weixin, miniprogram-ci uploads in CI,
miniprogram-simulate unit tests, and the version/review/release flow.
Base library 3.x is the default baseline; every version-sensitive rule names the
base library or tool version it holds from. Mini games (wx.createCanvas, the
minigame-* packages) are a different runtime and are not covered.