🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

glass-easel-miniprogram-adapter

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glass-easel-miniprogram-adapter

The MiniProgram interface adapter of the glass-easel project

0.12.1
latest
Source
npm
Version published
Weekly downloads
6
-83.33%
Maintainers
0
Weekly downloads
 
Created
Source

glass-easel-miniprogram-adapter

An MiniProgram interface adapter for glass-easel, which exports a mini-program-like API, such as Component and Behavior .

Refer to the glass-easel project for further details.

Build

nodejs toolchain should be globally installed.

Install dependencies:

npm install

Build:

npm run build

Build Doc:

npm run doc

Test:

npm test

Test coverage:

npm run coverage

Limitations

Supported component API is a subset of mini-program API. See docs and mini-program docs for details.

Style isolation support is also limited.

  • The component: true in JSON files should only be used in components, not pages (this influences the default style isolation settings).
  • The styleIsolation options should be specified in JSON files, not JS Component options.
  • Please work with glass-easel-miniprogram-webpack-plugin so that WXSS content can be correctly handled.

Keywords

glass-easel

FAQs

Package last updated on 19 Feb 2025

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