Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
feat: 一大波更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Nov 13, 2020
1 parent db3f725 commit 49a8297
Show file tree
Hide file tree
Showing 1,356 changed files with 11,374 additions and 163,033 deletions.
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-host-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3 changes: 3 additions & 0 deletions packages/babel-plugin-remax-host-component/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `babel-plugin-remax-component`

收集项目中使用的基础组件和小程序自定义组件。
5 changes: 5 additions & 0 deletions packages/babel-plugin-remax-host-component/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
collectCoverageFrom: ['src/**/*.ts'],
};
44 changes: 44 additions & 0 deletions packages/babel-plugin-remax-host-component/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "babel-plugin-remax-host-component",
"version": "0.0.1",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <[email protected]>",
"homepage": "https://remaxjs.org",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "[email protected]:remaxjs/remax.git"
},
"scripts": {
"clean": "rimraf lib tsconfig.tsbuildinfo",
"prebuild": "npm run clean",
"build": "tsc",
"test": "jest",
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/macro": "2.8.6",
"@remax/shared": "2.8.6",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0"
},
"devDependencies": {
"@remax/build-store": "0.0.1",
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@types/jest": "^26.0.8",
"jest": "^26.2.2",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
}
Loading

0 comments on commit 49a8297

Please sign in to comment.