mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
chore: cleanup
This commit is contained in:
parent
a281e1ac60
commit
4e535832d8
2 changed files with 1 additions and 2 deletions
|
|
@ -84,7 +84,6 @@ export function testReaderCases(cases : CompilationCase[]) {
|
|||
it(testHeading, function () {
|
||||
callbacks.clear();
|
||||
|
||||
debugger;
|
||||
const data = loadFile(makePathToFixture(testcase.subpath));
|
||||
assert.ok(data, `reading ${testcase.subpath}`);
|
||||
const source = reader.load(data);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ const SECTION_COMPILERS = [
|
|||
|
||||
export class LdmlKeyboardCompiler {
|
||||
private readonly callbacks: CompilerCallbacks;
|
||||
private readonly options: CompilerOptions; // not currently used
|
||||
private readonly options: CompilerOptions;
|
||||
|
||||
constructor (callbacks: CompilerCallbacks, options: CompilerOptions) {
|
||||
this.options = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue