mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
update codegen
This commit is contained in:
parent
5d1cb2044c
commit
0c72d74561
2 changed files with 22 additions and 8 deletions
|
|
@ -28,7 +28,7 @@ export class SendTable {
|
|||
|
||||
public getAllPropsIteratorProps(excludes: SendPropDefinition[], props: SendPropDefinition[], childProps: SendPropDefinition[]) {
|
||||
for (const prop of this.props) {
|
||||
if (prop.hasFlag(SendPropFlag.SPROP_EXCLUDE) || excludes.indexOf(prop) !== -1) {
|
||||
if (prop.hasFlag(SendPropFlag.SPROP_EXCLUDE)) {
|
||||
continue;
|
||||
}
|
||||
if (excludes.filter((exclude) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue