File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: GPL-3.0-or-later
4
4
*/
5
5
6
- export type { ModuleInstance } from "./module.ts" ;
7
- export type { Transformer } from "./transform.ts" ;
8
-
9
6
// @deno -types="./mixins.ts"
10
7
import mixin , { applyTransforms } from "./mixins.js" ;
11
8
// @deno -types="./module.ts"
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: GPL-3.0-or-later
4
4
*/
5
5
6
- import type { Transformer } from "./transform.ts" ;
7
-
8
6
// @deno -types="./protocol.ts"
9
7
import { handleProtocol } from "./protocol.js" ;
10
8
// @deno -types="./transform.ts"
11
- import { SourceFile } from "./transform.js" ;
9
+ import { SourceFile , type Transformer } from "./transform.js" ;
12
10
// @deno -types="./util.ts"
13
11
import { matchLast } from "./util.js" ;
14
12
// @deno -types="./module.ts"
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import { deepMerge } from "./std/collections.js";
15
15
import { Transition } from "./util/transition.js" ;
16
16
// @deno -types="./util/fetch.ts"
17
17
import { fetchJson } from "./util/fetch.js" ;
18
-
19
18
// @deno -types="./util/proxy.ts"
20
19
import { proxy } from "./util/proxy.js" ;
20
+
21
21
// @deno -types="./protocol.ts"
22
22
import { ModuleManager } from "./protocol.js" ;
23
23
// @deno -types="./static.ts"
You can’t perform that action at this time.
0 commit comments