chore: cleanup

This commit is contained in:
Marc Durdin 2023-06-02 11:45:59 +07:00
parent a281e1ac60
commit 4e535832d8
2 changed files with 1 additions and 2 deletions

View file

@ -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);

View file

@ -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 = {