Socket
Socket
Sign inDemoInstall

@ray-js/builder-component

Package Overview
Dependencies
12
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ray-js/builder-component

Ray builder for component


Version published
Weekly downloads
121
decreased by-49.79%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@ray-js/builder-component

组件构建器,将文件按运行时拆分为多文件。

Examples

全平台转换

input:

src/index.ts

output:

index.web.js
index.wechat.js
index.native.js
index.js

按需平台

input:

src/index.ts
src/index.wechat.ts

output:

index.web.js
index.wechat.js  # 原文件转换
index.native.js
index.js

Keywords

FAQs

Last updated on 29 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc