Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
New
Description
I would like to add the concept of namespaces to the expressions javascript compiler using '.' as the operator.
Example of namespace usage in functions:
AccurateMath.sqrt(field)
FastMath.sqrt(field)
Example of namespace usage in variables:
location.latitude
location.longitude