@unicode-utils/core 0.12.0-beta.16 → 0.12.0-beta.18

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,2 +1,2 @@
1
- import { i as UnicodeVersionMetadata, n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-BclbCHPC.js";
1
+ import { i as UnicodeVersionMetadata, n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-LyA_Qqju.js";
2
2
  export { UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_VERSION_METADATA, UnicodeVersionMetadata };
package/dist/constants.js CHANGED
@@ -1,3 +1,3 @@
1
- import { n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-DygWVxzp.js";
1
+ import { n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-DevNz53x.js";
2
2
 
3
3
  export { UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_VERSION_METADATA };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
- import { i as UnicodeVersionMetadata, n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-BclbCHPC.js";
2
- import { _ as isMissingAnnotation, a as getBoundaryLineStyle, b as parseMissingAnnotation, c as inferVersion, d as isDashBoundary, f as isEOFMarker, g as isLineWithData, h as isHashBoundary, i as SpecialTag, l as isBoundaryLine, m as isEqualsBoundary, n as MissingAnnotation, o as getPropertyValue, p as isEmptyLine, r as ParsedFileName, s as inferFileName, t as BoundaryStyle, u as isCommentLine, v as isPropertyLine, x as trimCommentLine, y as parseFileNameLine } from "./line-helpers-DGsVuiW2.js";
3
- import { d as RawDataFile } from "./datafile-UqVC4xXw.js";
1
+ import { i as UnicodeVersionMetadata, n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-LyA_Qqju.js";
2
+ import { RawDataFile, getBoundaryLineStyle, getPropertyValue, inferFileName, inferVersion, isBoundaryLine, isCommentLine, isDashBoundary, isEOFMarker, isEmptyLine, isEqualsBoundary, isHashBoundary, isLineWithData, isMissingAnnotation, isPropertyLine, parseFileNameLine, parseMissingAnnotation, trimCommentLine } from "@unicode-utils/parser";
4
3
 
5
4
  //#region src/draft.d.ts
6
5
  interface GetCurrentDraftVersionOptions {
@@ -150,4 +149,4 @@ declare function buildUCDPath(version: string, path: string): string;
150
149
  */
151
150
  declare function hasUCDFolderPath(version: string): boolean;
152
151
  //#endregion
153
- export { BoundaryStyle, type GetCurrentDraftVersionOptions, MissingAnnotation, ParsedFileName, RawDataFile, SpecialTag, UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_TO_UCD_VERSION_MAPPINGS, UNICODE_VERSION_METADATA, type UnicodeVersionMetadata, buildUCDPath, expandHexRange, fromHexToCodepoint, getBoundaryLineStyle, getCurrentDraftVersion, getPropertyValue, hasUCDFolderPath, inferFileName, inferVersion, isBoundaryLine, isCommentLine, isDashBoundary, isEOFMarker, isEmptyLine, isEqualsBoundary, isHashBoundary, isLineWithData, isMissingAnnotation, isPropertyLine, parseFileNameLine, parseMissingAnnotation, resolveUCDVersion, stripHex, trimCommentLine };
152
+ export { type GetCurrentDraftVersionOptions, RawDataFile, UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_TO_UCD_VERSION_MAPPINGS, UNICODE_VERSION_METADATA, type UnicodeVersionMetadata, buildUCDPath, expandHexRange, fromHexToCodepoint, getBoundaryLineStyle, getCurrentDraftVersion, getPropertyValue, hasUCDFolderPath, inferFileName, inferVersion, isBoundaryLine, isCommentLine, isDashBoundary, isEOFMarker, isEmptyLine, isEqualsBoundary, isHashBoundary, isLineWithData, isMissingAnnotation, isPropertyLine, parseFileNameLine, parseMissingAnnotation, resolveUCDVersion, stripHex, trimCommentLine };
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
- import { n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-DygWVxzp.js";
2
- import { t as RawDataFile } from "./datafile-CWbGVIAa.js";
3
- import { _ as trimCommentLine, a as isBoundaryLine, c as isEOFMarker, d as isHashBoundary, f as isLineWithData, g as parseMissingAnnotation, h as parseFileNameLine, i as inferVersion, l as isEmptyLine, m as isPropertyLine, n as getPropertyValue, o as isCommentLine, p as isMissingAnnotation, r as inferFileName, s as isDashBoundary, t as getBoundaryLineStyle, u as isEqualsBoundary } from "./line-helpers-CYDQ0FnQ.js";
1
+ import { n as UNICODE_STABLE_VERSION, r as UNICODE_VERSION_METADATA, t as UNICODE_DRAFT_VERSION } from "./constants-DevNz53x.js";
2
+ import { RawDataFile, getBoundaryLineStyle, getPropertyValue, inferFileName, inferVersion, isBoundaryLine, isCommentLine, isDashBoundary, isEOFMarker, isEmptyLine, isEqualsBoundary, isHashBoundary, isLineWithData, isMissingAnnotation, isPropertyLine, parseFileNameLine, parseMissingAnnotation, trimCommentLine } from "@unicode-utils/parser";
4
3
 
5
4
  //#region src/draft.ts
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unicode-utils/core",
3
- "version": "0.12.0-beta.16",
3
+ "version": "0.12.0-beta.18",
4
4
  "description": "Utilities for working with Unicode",
5
5
  "type": "module",
6
6
  "author": {
@@ -23,8 +23,6 @@
23
23
  "exports": {
24
24
  ".": "./dist/index.js",
25
25
  "./constants": "./dist/constants.js",
26
- "./datafile": "./dist/datafile.js",
27
- "./line-helpers": "./dist/line-helpers.js",
28
26
  "./package.json": "./package.json"
29
27
  },
30
28
  "main": "./dist/index.js",
@@ -39,7 +37,8 @@
39
37
  "dependencies": {
40
38
  "@luxass/utils": "2.7.2",
41
39
  "defu": "6.1.4",
42
- "@unicode-utils/metadata": "0.12.0-beta.16"
40
+ "@unicode-utils/metadata": "0.12.0-beta.18",
41
+ "@unicode-utils/parser": "0.12.0-beta.18"
43
42
  },
44
43
  "devDependencies": {
45
44
  "@luxass/eslint-config": "6.0.1",
@@ -1,13 +0,0 @@
1
- //#region rolldown:runtime
2
- var __defProp = Object.defineProperty;
3
- var __export = (all) => {
4
- let target = {};
5
- for (var name in all) __defProp(target, name, {
6
- get: all[name],
7
- enumerable: true
8
- });
9
- return target;
10
- };
11
-
12
- //#endregion
13
- export { __export as t };