The regular expression in extensionXllCustomFunctions uses \a which is not supported in JavaScript's Regex engine. So, it could cause the schema validation failure when reading the schema file using ajv library.
It would be nice to replace it with a valid one.
The regular expression in
extensionXllCustomFunctionsuses\awhich is not supported in JavaScript's Regex engine. So, it could cause the schema validation failure when reading the schema file usingajvlibrary.It would be nice to replace it with a valid one.