@mojir/lits 1.2.1 → 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.
@@ -14,3 +14,4 @@ export { apiReference, isDatatypeReference, isFunctionReference, isNormalExpress
14
14
  export type { Argument, CommonReference, DatatypeReference, FunctionReference, Reference, ShorthandReference } from '../reference';
15
15
  export type { ApiName, FunctionName, ShorthandName, DatatypeName } from '../reference/api';
16
16
  export { isApiName, isDataType } from '../reference/api';
17
+ export { findUnresolvedIdentifiers } from './analyze/findUnresolvedIdentifiers';
@@ -2827,7 +2827,7 @@ var mathNormalExpression = {
2827
2827
  },
2828
2828
  };
2829
2829
 
2830
- var version = "1.2.1";
2830
+ var version = "1.2.2-alpha.0";
2831
2831
 
2832
2832
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
2833
2833
  var xyRegexp = /[xy]/g;
@@ -2829,7 +2829,7 @@ var mathNormalExpression = {
2829
2829
  },
2830
2830
  };
2831
2831
 
2832
- var version = "1.2.1";
2832
+ var version = "1.2.2-alpha.0";
2833
2833
 
2834
2834
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
2835
2835
  var xyRegexp = /[xy]/g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojir/lits",
3
- "version": "1.2.1",
3
+ "version": "1.2.2-alpha.0",
4
4
  "description": "Lits is a Lisp dialect implemented in TypeScript",
5
5
  "author": "Albert Mojir",
6
6
  "license": "MIT",