@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.
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.js +2 -3
- package/package.json +3 -4
- package/dist/chunk-Bp6m_JJh.js +0 -13
- package/dist/datafile-CWbGVIAa.js +0 -877
- package/dist/datafile-UqVC4xXw.d.ts +0 -495
- package/dist/datafile.d.ts +0 -3
- package/dist/datafile.js +0 -4
- package/dist/line-helpers-CYDQ0FnQ.js +0 -373
- package/dist/line-helpers-DGsVuiW2.d.ts +0 -305
- package/dist/line-helpers.d.ts +0 -2
- package/dist/line-helpers.js +0 -3
- /package/dist/{constants-DygWVxzp.js → constants-DevNz53x.js} +0 -0
- /package/dist/{constants-BclbCHPC.d.ts → constants-LyA_Qqju.d.ts} +0 -0
package/dist/constants.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
2
|
-
import {
|
|
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 {
|
|
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-
|
|
2
|
-
import {
|
|
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.
|
|
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.
|
|
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",
|
package/dist/chunk-Bp6m_JJh.js
DELETED
|
@@ -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 };
|