ups=date'

Signed-off-by: laibo102 <laibo2@huawei.com>
Change-Id: I8fe709059131b3b86916c2a2522ac1cf019522fd
(cherry picked from commit 3023e1fb33)
This commit is contained in:
laibo102
2022-03-13 20:13:20 +08:00
parent 28a1275708
commit bfae5b2ed9
-8
View File
@@ -879,11 +879,3 @@ function validateWatchParam(type: LogType, pos: number, log: LogInfo[]): void {
});
}
// function validateCustomDialogControllerBuilderInit(node: ts.ObjectLiteralElementLike,
// log: LogInfo[]): void {
// log.push({
// type: LogType.ERROR,
// message: 'The builder should be initialized with a @CustomDialog Component.',
// pos: node.getStart()
// });
// }