Skip to content

Commit

Permalink
Merge pull request #646 from derbyjs/convert-eventmodel
Browse files Browse the repository at this point in the history
Eventmodel conversion to typescript
  • Loading branch information
craigbeck authored Jul 3, 2024
2 parents dff7070 + 51753c7 commit 59db1ad
Show file tree
Hide file tree
Showing 5 changed files with 590 additions and 570 deletions.
6 changes: 3 additions & 3 deletions src/Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import {
} from 'racer';

import { type App } from './App';
import components = require('./components');
import * as components from './components';
import { Controller } from './Controller';
import documentListeners = require('./documentListeners');
import EventModel = require('./eventmodel');
import { EventModel } from './eventmodel';
import { type PageParams } from './routes';
import * as derbyTemplates from './templates';
import { Context } from './templates/contexts';
import { Expression } from './templates/expressions';
import documentListeners = require('./documentListeners');
import textDiff = require('./textDiff');

const {
Expand Down
Loading

0 comments on commit 59db1ad

Please sign in to comment.