@mojir/lits 1.2.1-alpha.2 → 1.2.2-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2866,7 +2866,7 @@ var mathNormalExpression = {
2866
2866
  },
2867
2867
  };
2868
2868
 
2869
- var version = "1.2.1-alpha.2";
2869
+ var version = "1.2.2-alpha.0";
2870
2870
 
2871
2871
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
2872
2872
  var xyRegexp = /[xy]/g;
@@ -15574,6 +15574,7 @@ exports.assertLitsFunction = assertLitsFunction;
15574
15574
  exports.assertNativeJsFunction = assertNativeJsFunction;
15575
15575
  exports.assertUserDefinedFunction = assertUserDefinedFunction;
15576
15576
  exports.createNativeJsFunction = createNativeJsFunction;
15577
+ exports.findUnresolvedIdentifiers = findUnresolvedIdentifiers;
15577
15578
  exports.isApiName = isApiName;
15578
15579
  exports.isBuiltinFunction = isBuiltinFunction;
15579
15580
  exports.isDataType = isDataType;