change(web): cleans up web UI module dependencies

This commit is contained in:
jahorton 2020-05-15 13:52:23 +07:00
parent d2b6a1bec8
commit b448dbf32e
3 changed files with 1 additions and 10 deletions

View file

@ -3,8 +3,7 @@
// Defines the KeyEvent type.
///<reference path="keyEvent.ts" />
// Also relies on string-extensions provided by the web-utils package
// TODO: Consider making this either its own package or part of web-utils.
// Also relies on string-extensions provided by the web-utils package.
namespace com.keyman.text {
export class TextTransform implements Transform {

View file

@ -1,8 +1,4 @@
/// <reference path="../node_modules/@keymanapp/lexical-model-types/index.d.ts" />
/// <reference path="../node_modules/@keymanapp/web-utils/src/kmwstring.ts" />
/// <reference path="../node_modules/@keymanapp/keyboard-processor/src/text/outputTarget.ts" />
// Includes KMW-added property declaration extensions for HTML elements.
/// <reference path="kmwexthtml.ts" />
/***
KeymanWeb 11.0

View file

@ -1,8 +1,4 @@
/// <reference path="../node_modules/@keymanapp/lexical-model-types/index.d.ts" />
/// <reference path="../node_modules/@keymanapp/web-utils/src/kmwstring.ts" />
/// <reference path="../node_modules/@keymanapp/keyboard-processor/src/text/outputTarget.ts" />
// Includes KMW-added property declaration extensions for HTML elements.
/// <reference path="kmwexthtml.ts" />
/***
KeymanWeb 11.0