Skip to content

Commit

Permalink
refactor(transformer): isApp 不再是必填参数
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche authored and luckyadam committed Dec 16, 2019
1 parent 6de60e3 commit 34c95f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taro-transformer-wx/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { buildVistor } from './class-method-renamer'

export interface Options {
isRoot?: boolean,
isApp: boolean,
outputPath: string,
isApp?: boolean,
// outputPath: string,
sourcePath: string,
sourceDir?: string,
code: string,
Expand Down

0 comments on commit 34c95f5

Please sign in to comment.