mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 10:27:22 +00:00
Merge branch feat/function-util into release/1.0.28
Title: feat: 🎸 utils 的定义中增加对于 function 类型的支持 详见提案: <https://yuque.antfin-inc.com/ali-lowcode/hbd2px/piuzn1> Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/4455443
This commit is contained in:
commit
c3bbb7354d
@ -14,14 +14,4 @@ export type ExternalUtils = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type UtilItem = InternalUtils | ExternalUtils;
|
export type UtilItem = InternalUtils | ExternalUtils;
|
||||||
export type UtilsMap = Array<
|
export type UtilsMap = UtilItem[];
|
||||||
| {
|
|
||||||
name: string;
|
|
||||||
type: 'npm';
|
|
||||||
content: NpmInfo;
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
name: string;
|
|
||||||
type: '';
|
|
||||||
}
|
|
||||||
>;
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user