File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
typescript-res-bundler/src
typescript-res-node16/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ let outputFileSuffix ~(config : Config.t) =
24
24
let generatedModuleExtension ~(config : Config.t ) =
25
25
match config.moduleResolution with
26
26
| Node -> generatedFilesExtension ~config
27
- | Node16 -> inputFileSuffix ~config
28
- | Bundler -> outputFileSuffix ~config
27
+ | Node16 -> outputFileSuffix ~config
28
+ | Bundler -> inputFileSuffix ~config
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const BarBS: any = BarBS__Es6Import;
8
8
9
9
import type { Json_t as Js_Json_t } from '../src/shims/Js.shim.ts' ;
10
10
11
- import type { t as Foo_t } from './Foo.gen.js ' ;
11
+ import type { t as Foo_t } from './Foo.gen.tsx ' ;
12
12
13
13
export const makeFoo : ( _1 :{ readonly bar : number } ) => Foo_t = BarBS . makeFoo ;
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const BarBS: any = BarBS__Es6Import;
8
8
9
9
import type { Json_t as Js_Json_t } from '../src/shims/Js.shim.js' ;
10
10
11
- import type { t as Foo_t } from './Foo.gen.tsx ' ;
11
+ import type { t as Foo_t } from './Foo.gen.js ' ;
12
12
13
13
export const makeFoo : ( _1 :{ readonly bar : number } ) => Foo_t = BarBS . makeFoo ;
14
14
You can’t perform that action at this time.
0 commit comments