Skip to content

Commit

Permalink
wip(uts): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Jan 31, 2023
1 parent 82d4038 commit f042fea
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 421 deletions.
8 changes: 0 additions & 8 deletions packages/uni-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ import { createLifeCycle as createLifeCycleBase, ComponentInternalInstance } fro
import * as app from './app'
import * as mp from './mp'

export {
initUtsProxyClass,
initUtsProxyFunction,
initUtsIndexClassName,
initUtsClassName,
initUtsPackageName,
} from './uts'

const lifecycles: string[] = []

const createLifeCycle = <T extends Function>(lifecycle: string) => {
Expand Down
26 changes: 0 additions & 26 deletions packages/uni-app/src/utils.ts

This file was deleted.

Loading

0 comments on commit f042fea

Please sign in to comment.