Skip to content

Commit

Permalink
[REF] runtime: rename handler.ts -> event_handling.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ged-odoo authored and sdegueldre committed May 31, 2022
1 parent 22a79cd commit a7daef3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
toggler,
comment,
} from "./blockdom";
import { mainEventHandler } from "./handler";
import { mainEventHandler } from "./event_handling";
export type { Reactive } from "./reactivity";

config.shouldNormalizeDom = false;
Expand Down
2 changes: 1 addition & 1 deletion tests/blockdom/event_catcher.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { config, createBlock, createCatcher, mount } from "../../src/runtime/blockdom";
import { makeTestFixture } from "./helpers";
import { mainEventHandler } from "../../src/runtime/handler";
import { mainEventHandler } from "../../src/runtime/event_handling";

//------------------------------------------------------------------------------
// Setup and helpers
Expand Down

0 comments on commit a7daef3

Please sign in to comment.