Skip to content

Commit 22abcf3

Browse files
committed
fix(plugin-terminals): add missing declarations and update snapshot
1 parent 2c6e7ad commit 22abcf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/terminals/src/env.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ declare module '*.svelte' {
33
const component: Component<any>
44
export default component
55
}
6+
7+
declare module 'virtual:uno.css' {}

tests/__snapshots__/tsnapi/@devframes/plugin-terminals/client.snapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export async function mountTerminals(_, _) {}
66
// #endregion
77

88
// #region Variables
9-
export var TERMINAL_STREAM_CHANNEL /* const */
9+
export var TERMINAL_STREAM_CHANNEL
1010
// #endregion

0 commit comments

Comments
 (0)