Skip to content

Commit

Permalink
fix: 删除extend-h5-apis.ts文件的版本控制
Browse files Browse the repository at this point in the history
  • Loading branch information
StarJacky committed Feb 7, 2024
1 parent a007514 commit 4cc3348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ artifacts

# Node Addons
*.node

# harmony-hybrid extend-h5-apis file
packages/taro-platform-harmony-hybrid/src/api/apis/extend-h5-apis.ts
2 changes: 1 addition & 1 deletion packages/taro-platform-harmony-hybrid/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { parseComponents } from './definition-json/parseCommponents'
import { getAnnotatedApis } from './utils/getAnnotatedApis'
import { getDeclaredApis } from './utils/getDeclaredApis'
import { getH5ExportApis } from './utils/getH5ExportApis'
import { removeFalseProperties, setPropertiesValue,sortKeys } from './utils/helper'
import { removeFalseProperties, setPropertiesValue, sortKeys } from './utils/helper'

function exportAbsentTaroApi (declaredApiList: string[], existApiList: string[]) {
const taroH5Path = '@tarojs/taro-h5'
Expand Down

0 comments on commit 4cc3348

Please sign in to comment.