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 31, 2019
1 parent 5f78126 commit d4b38be
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 d4b38be

Please sign in to comment.