Socket
Socket
Sign inDemoInstall

@tarojs/helper

Package Overview
Dependencies
Maintainers
10
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/helper

Taro Helper


Version published
Weekly downloads
5.6K
decreased by-1.02%
Maintainers
10
Weekly downloads
 
Created
Source

Taro Helper

Taro 编译时工具库,主要供 CLI、编译器插件使用

tips:

执行 build 命令时,会把 swc-backup 文件夹里的 .wasm 文件移动到 swc 文件夹中,目的是为了不关注 SWC 插件的开发者无需配置 Rust 环境。但如何开发者需要修改 SWC 插件,请参考 CONTRIBUTING.md 文档中的 Rust 部分进行开发调试。

项目结构

.
├── __tests__           # 单测
├── babelRegister.ts    # babel register,已过时
├── constants.ts        # 编译时常量
├── esbuild             # esbuild 相关工具
│   ├── index.ts
│   ├── swc-plugin.ts
│   └── utils.ts
├── index.ts
├── npm.ts              # 依赖项管理工具
├── swcRegister.ts      # swc register,通常用于加载项目的配置文件,如 app.config.js
├── terminal.ts         # 终端 Terminal 工具集
└── utils.ts            # 工具集

Keywords

FAQs

Package last updated on 18 Jul 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc