mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
change(web): cleans up web UI module dependencies
This commit is contained in:
parent
d2b6a1bec8
commit
b448dbf32e
3 changed files with 1 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue