Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Expression with adding type checking functions #3581

Merged
merged 5 commits into from
Mar 17, 2020

Conversation

cosmicshuai
Copy link
Contributor

@cosmicshuai cosmicshuai commented Mar 17, 2020

fixes: #3466

  1. Remove Array prebuilt-function. You can use createArray funtions.
  2. Type Checking prebuilt functions:
    isString, isInteger (*), isFloat, isArray, isObject, isDateTime (**), isBoolean
    Notes:
  • In JavaScript, when you call isInteger(1.0), it will true, so isFloat(1.0) will be false.
    ** isDateTime can will only return true when a ISO TimeStamp string is parsed

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.

Expression - improvements
2 participants