Skip to content

fix: calculated elements in drafts#1635

Open
johannes-vogel wants to merge 1 commit into
mainfrom
fix-calc-elements-in-drafts
Open

fix: calculated elements in drafts#1635
johannes-vogel wants to merge 1 commit into
mainfrom
fix-calc-elements-in-drafts

Conversation

@johannes-vogel
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread db-service/lib/cqn4sql.js

let result = is_regexp(token?.val) ? token : copy(token) // REVISIT: too expensive! //
let result = is_regexp(token?.val) ? token : copy(token) // REVISIT: too expensive!
// REVISIT: required because we copy the token above and lose the not enumerable "param: false"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should avoid copying the token at all, imho. → see my old, ignored REVISIT comment above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants