@ot-builder/trace
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import * as Ot from "@ot-builder/ot"; | ||
| import type * as Ot from "@ot-builder/ot"; | ||
| export interface GlyphTracer { | ||
@@ -3,0 +3,0 @@ readonly size: number; |
| import * as Ot from "@ot-builder/ot"; | ||
| import { GlyphTraceProc } from "../interface"; | ||
| import type { GlyphTraceProc } from "../interface"; | ||
| export declare function traceGlyphDependents(g: Ot.Glyph): GlyphTraceProc; | ||
| //# sourceMappingURL=glyphs.d.ts.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.traceGlyphDependents = traceGlyphDependents; | ||
| const Ot = require("@ot-builder/ot"); | ||
| const TraceImpl_Glyph = require("./trace-impl/glyph"); | ||
| const tslib_1 = require("tslib"); | ||
| const Ot = tslib_1.__importStar(require("@ot-builder/ot")); | ||
| const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph")); | ||
| function traceGlyphDependents(g) { | ||
@@ -7,0 +8,0 @@ return tracer => { |
| import * as Ot from "@ot-builder/ot"; | ||
| import { GlyphTraceProc } from "../interface"; | ||
| import type { GlyphTraceProc } from "../interface"; | ||
| export declare function traceGsub(table: Ot.Gsub.Table): GlyphTraceProc; | ||
| export declare function traceGpos(table: Ot.Gpos.Table): GlyphTraceProc; | ||
| //# sourceMappingURL=gsub-gpos.d.ts.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
| exports.traceGpos = traceGpos; | ||
| const Ot = require("@ot-builder/ot"); | ||
| const TraceImpl_Glyph = require("./trace-impl/glyph"); | ||
| const tslib_1 = require("tslib"); | ||
| const Ot = tslib_1.__importStar(require("@ot-builder/ot")); | ||
| const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph")); | ||
| function traceGsub(table) { | ||
@@ -9,0 +10,0 @@ const alg = new ItTraceGlyph(); |
@@ -1,3 +0,3 @@ | ||
| import * as Ot from "@ot-builder/ot"; | ||
| import { GlyphTracer } from "../interface"; | ||
| import type * as Ot from "@ot-builder/ot"; | ||
| import type { GlyphTracer } from "../interface"; | ||
| export declare function traceGlyphs<GS extends Ot.GlyphStore>(tracer: GlyphTracer, font: Ot.Font<GS>): GlyphTracer; | ||
@@ -4,0 +4,0 @@ export declare function visibleGlyphsFromUnicodeSet<GS extends Ot.GlyphStore>(font: Ot.Font<GS>, unicodeSet: { |
@@ -1,4 +0,4 @@ | ||
| import * as Ot from "@ot-builder/ot"; | ||
| import { GlyphTraceProc } from "../interface"; | ||
| import type * as Ot from "@ot-builder/ot"; | ||
| import type { GlyphTraceProc } from "../interface"; | ||
| export declare function traceMath(table: Ot.Math.Table): GlyphTraceProc; | ||
| //# sourceMappingURL=math.d.ts.map |
+2
-1
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.traceMath = traceMath; | ||
| const TraceImpl_Glyph = require("./trace-impl/glyph"); | ||
| const tslib_1 = require("tslib"); | ||
| const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph")); | ||
| function traceMath(table) { | ||
@@ -6,0 +7,0 @@ if (!table.variants) |
@@ -1,4 +0,4 @@ | ||
| import { GlyphTraceProc } from "../../interface"; | ||
| import type { GlyphTraceProc } from "../../interface"; | ||
| export declare function Nop(): GlyphTraceProc; | ||
| export declare function Seq(from: Iterable<GlyphTraceProc>): GlyphTraceProc; | ||
| //# sourceMappingURL=glyph.d.ts.map |
+7
-7
| { | ||
| "name": "@ot-builder/trace", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -26,8 +26,8 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/ot": "1.7.8", | ||
| "@ot-builder/common-impl": "1.7.7", | ||
| "@ot-builder/ot-glyphs": "1.7.8", | ||
| "@ot-builder/ot-metadata": "1.7.8", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/variance": "1.7.8", | ||
| "@ot-builder/ot": "1.8.0", | ||
| "@ot-builder/common-impl": "1.8.0", | ||
| "@ot-builder/ot-glyphs": "1.8.0", | ||
| "@ot-builder/ot-metadata": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "@ot-builder/variance": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -34,0 +34,0 @@ }, |
10036
2.58%243
1.25%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated