You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
When I try to use this method I get Unknown function UNIQUE error.
Here is an example:
constcontext={names: ['Mike','John','Max','Mike','Max']}expect(axel.compile('UNIQUE(names)')(context)).toEqual(['Mike','John','Max'])// Unknown function UNIQUE here
The problem is the
UNIQUEmethod is not working as described in wiki here - https://github.com/xapix-io/axel-f/wiki/UNIQUEWhen I try to use this method I get
Unknown function UNIQUEerror.Here is an example: