@mojir/lits 1.2.2-alpha.6 → 1.2.2-alpha.7

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.
@@ -1,8 +1,2 @@
1
- export type Identifier = string & {
2
- __brand: 'Identifier';
3
- };
4
1
  export declare const identifierCharacterClass = "[\\w@%^?=!$<>+*/:-]";
5
2
  export declare const identifierFirstCharacterClass = "[a-zA-Z_@%^?=!$<>+*/-]";
6
- export declare const identifierRegExp: RegExp;
7
- export declare function isIdentifier(value: string): value is Identifier;
8
- export declare function assertIdentifier(value: string): asserts value is Identifier;
@@ -14,4 +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 { type Identifier, assertIdentifier, isIdentifier } from './identifier';
17
+ export { identifierCharacterClass, identifierFirstCharacterClass } from './identifier';
@@ -2827,7 +2827,7 @@ var mathNormalExpression = {
2827
2827
  },
2828
2828
  };
2829
2829
 
2830
- var version = "1.2.2-alpha.6";
2830
+ var version = "1.2.2-alpha.7";
2831
2831
 
2832
2832
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
2833
2833
  var xyRegexp = /[xy]/g;