Skip to content

Commit 3611400

Browse files
committed
fixup after rebase on /vnext
1 parent 7305f8c commit 3611400

File tree

1 file changed

+1
-4
lines changed
  • packages/wrangler/src/type-generation

1 file changed

+1
-4
lines changed

packages/wrangler/src/type-generation/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ export const typesCommand = createCommand({
182182
const tsconfigTypes = readTsconfigTypes(tsconfigPath);
183183
const { mode } = getNodeCompat(
184184
config.compatibility_date,
185-
config.compatibility_flags,
186-
{
187-
nodeCompat: config.node_compat,
188-
}
185+
config.compatibility_flags
189186
);
190187
if (args.includeRuntime) {
191188
logRuntimeTypesMessage(outputPath, tsconfigTypes, mode !== null);

0 commit comments

Comments
 (0)