Skip to content

Commit 7ce901d

Browse files
chore: convert navigation controller to typescript (#41)
* chore: convert navigation_controller to ts * chore: format * chore: more lint, format, and ts cleanup * chore: fix more warnings * feat: fix auto-created properties and methods * chore: clean up some imports * chore: respond to pr feedback
1 parent 1758cb8 commit 7ce901d

File tree

2 files changed

+136
-176
lines changed

2 files changed

+136
-176
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
import * as Blockly from 'blockly/core';
8-
// @ts-expect-error No types in js file
98
import {NavigationController} from './navigation_controller';
109
import {installCursor} from './line_cursor';
1110

0 commit comments

Comments
 (0)