mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { keyMatchers, Command, createKeyMatchers } from './keyMatchers.js';
|
||||
import { KeyBindingConfig, defaultKeyBindings } from '../config/keyBindings.js';
|
||||
import type { KeyBindingConfig } from '../config/keyBindings.js';
|
||||
import { defaultKeyBindings } from '../config/keyBindings.js';
|
||||
import type { Key } from './hooks/useKeypress.js';
|
||||
|
||||
describe('keyMatchers', () => {
|
||||
|
||||
Reference in New Issue
Block a user