We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7305f8c commit 3611400Copy full SHA for 3611400
packages/wrangler/src/type-generation/index.ts
@@ -182,10 +182,7 @@ export const typesCommand = createCommand({
182
const tsconfigTypes = readTsconfigTypes(tsconfigPath);
183
const { mode } = getNodeCompat(
184
config.compatibility_date,
185
- config.compatibility_flags,
186
- {
187
- nodeCompat: config.node_compat,
188
- }
+ config.compatibility_flags
189
);
190
if (args.includeRuntime) {
191
logRuntimeTypesMessage(outputPath, tsconfigTypes, mode !== null);
0 commit comments