Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new option "resolveSideEffectImports" #58941

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jakebailey
Copy link
Member

@jakebailey jakebailey commented Jun 20, 2024

When resolveSideEffectImports (name open for bikeshedding) is enabled, imports like:

import "something":

Are now resolved and can produce resolution errors.

First push will enable this by default to gauge how breaky this turns out to be.

Closes #50394
See also #58725 (comment)

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jun 20, 2024
@jakebailey
Copy link
Member Author

@typescript-bot test it

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 20, 2024

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
test top400 ✅ Started 👀 Results
user test this ✅ Started 👀 Results
run dt ✅ Started 👀 Results
perf test this faster ✅ Started 👀 Results

@typescript-bot
Copy link
Collaborator

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.

@typescript-bot
Copy link
Collaborator

Hey @jakebailey, the results of running the DT tests are ready.

There were interesting changes:

Branch only errors:

Package: array.prototype.find
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.find/array.prototype.find-tests.ts
  3:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.find/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: howler
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/howler/howler-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/howler/test/globals.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: page-flip
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/page-flip/dist/PageFlip.d.ts
  9:8  error  TypeScript@local compile error: 
Cannot find module './Style/stPageFlip.css' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: redux-shortcuts
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/redux-shortcuts/index.d.ts
  3:8  error  TypeScript@local compile error: 
Cannot find module 'mousetrap/extensions/global' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: array.prototype.every
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.every/array.prototype.every-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.every/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: behavior3
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/behavior3/behavior3-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/behavior3/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: string.prototype.trim
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/string.prototype.trim/string.prototype.trim-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/string.prototype.trim/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: strophe
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/strophe/strophe-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/strophe/muc.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: bootstrap-toggle
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/bootstrap-toggle/bootstrap-toggle-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/bootstrap-toggle/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: mapbox__aws-sdk-jest
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/mapbox__aws-sdk-jest/mapbox__aws-sdk-jest-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/mapbox__aws-sdk-jest/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: siren-parser
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/siren-parser/siren-parser-tests.ts
  5:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/siren-parser/chai.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: utif
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/utif/index.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: wonder.js
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/wonder.js/index.d.ts
  556:12  error  TypeScript@local compile error: 
Cannot find module 'wonder-frp/dist/es2015/extend/root' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: hapi/v17
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/hapi/v17/test/server/server-events.ts
  4:8  error  TypeScript@local compile error: 
Cannot find module 'hapi/definitions/server/server' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: baidumap-web-sdk
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/baidumap-web-sdk/baidumap-web-sdk-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/baidumap-web-sdk/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: object.groupby
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/object.groupby/object.groupby-tests.ts
  12:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/object.groupby/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: source-map-support
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/source-map-support/source-map-support-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/source-map-support/register.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: hapi
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/hapi/test/server/server-events.ts
  4:8  error  TypeScript@local compile error: 
Cannot find module 'hapi/definitions/server/server' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: aws-synthetics-puppeteer
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/index.d.ts
   1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/BrokenLinkCheckerReport.d.ts' is not a module   @definitelytyped/expect
   2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/Constants.d.ts' is not a module                 @definitelytyped/expect
   3:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/HttpRequestCapturer.d.ts' is not a module       @definitelytyped/expect
   4:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/HttpRequestsReport.d.ts' is not a module        @definitelytyped/expect
   5:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/RequestResponseLogHelper.d.ts' is not a module  @definitelytyped/expect
   6:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/Synthetics.d.ts' is not a module                @definitelytyped/expect
   7:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsConfiguration.d.ts' is not a module   @definitelytyped/expect
   8:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsHarFileHelper.d.ts' is not a module   @definitelytyped/expect
   9:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsLink.d.ts' is not a module            @definitelytyped/expect
  10:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsLogger.d.ts' is not a module          @definitelytyped/expect
  11:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsMetricEmitter.d.ts' is not a module   @definitelytyped/expect
  12:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsReport.d.ts' is not a module          @definitelytyped/expect
  13:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsScreenshot.d.ts' is not a module      @definitelytyped/expect
  14:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsTracing.d.ts' is not a module         @definitelytyped/expect
  15:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/aws-synthetics-puppeteer/src/SyntheticsUploader.d.ts' is not a module        @definitelytyped/expect

✖ 15 problems (15 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: terminal-kit
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/terminal-kit/terminal-kit-tests.ts
  10:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: babel-types
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/babel-types/babel-types-tests.ts
  1:8  error  TypeScript@local compile error: 
Cannot find module './ts3.6/babel-types-tests' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: iitc
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/iitc/core/dialog.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/iitc/index.d.ts
  6:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/spectrum/index.d.ts' is not a module  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: ember-feature-flags/v3
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/ember-feature-flags/v3/ember-feature-flags-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/ember-feature-flags/v3/tests/helpers/with-feature.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: npm-which
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/npm-which/index.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: react-smartbanner
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/react-smartbanner/react-smartbanner-tests.tsx
  3:8  error  TypeScript@local compile error: 
Cannot find module 'react-smartbanner/dist/main.css' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: ember-feature-flags
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/ember-feature-flags/ember-feature-flags-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/ember-feature-flags/tests/helpers/with-feature.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: smartwizard/v4
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/smartwizard/v4/smartwizard-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/smartwizard/v4/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: browser-report
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/browser-report/browser-report-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/browser-report/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: object.assign
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/object.assign/object.assign-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/object.assign/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: vue-moment
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/vue-moment/vue-moment-tests.ts
  2:8  error  TypeScript@local compile error: 
Cannot find module 'moment/locale/de' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: openfin/v50
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/openfin/v50/_v2/api/platform/layout.d.ts
  3:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/openfin/v50/_v2/api/platform/golden-layout.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: smartwizard
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/smartwizard/smartwizard-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/smartwizard/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: bcswipe
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/bcswipe/bcswipe-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/bcswipe/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: pannellum
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/pannellum/pannellum-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/pannellum/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: function.prototype.name
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/function.prototype.name/function.prototype.name-tests.ts
  18:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/function.prototype.name/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: setimmediate
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/setimmediate/setimmediate-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/setimmediate/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: splitting
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/splitting/splitting-tests.ts
  2:8  error  TypeScript@local compile error: 
Cannot find module 'splitting/dist/splitting.css' or its corresponding type declarations        @definitelytyped/expect
  3:8  error  TypeScript@local compile error: 
Cannot find module 'splitting/dist/splitting-cells.css' or its corresponding type declarations  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: tablesorter
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/Filtering/Formatter/Options/UIDateCompareOptions.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/Filtering/Formatter/Options/UIDateRangeOptions.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/Filtering/Formatter/Options/UISliderOptions.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/Filtering/Formatter/Options/UISpinnerOptions.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/index.d.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jqueryui/index.d.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/tablesorter/test/Methods.ts
  1:8  error  TypeScript@local compile error: 
Cannot find module './Tests' or its corresponding type declarations  @definitelytyped/expect

✖ 6 problems (6 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: bootstrap4-toggle
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/bootstrap4-toggle/bootstrap4-toggle-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/bootstrap4-toggle/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: format-unicorn
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/format-unicorn/test/index.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/format-unicorn/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: jquery-deserialize
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/jquery-deserialize/jquery-deserialize-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/jquery-deserialize/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: vue3-carousel-3d
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/vue3-carousel-3d/vue3-carousel-3d-tests.ts
  3:8  error  TypeScript@local compile error: 
Cannot find module 'vue3-carousel-3d/dist/index.css' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: ecma-proposal-math-extensions
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/ecma-proposal-math-extensions/ecma-proposal-math-extensions-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/ecma-proposal-math-extensions/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: gun
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/gun/gun-tests.ts
   3:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/path.js' or its corresponding type declarations   @definitelytyped/expect
   4:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/not.js' or its corresponding type declarations    @definitelytyped/expect
   5:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/open.js' or its corresponding type declarations   @definitelytyped/expect
   6:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/load.js' or its corresponding type declarations   @definitelytyped/expect
   7:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/then.js' or its corresponding type declarations   @definitelytyped/expect
   8:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/bye.js' or its corresponding type declarations    @definitelytyped/expect
   9:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/later.js' or its corresponding type declarations  @definitelytyped/expect
  10:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/unset.js' or its corresponding type declarations  @definitelytyped/expect
  11:8  error  TypeScript@local compile error: 
Cannot find module 'gun/lib/time.js' or its corresponding type declarations   @definitelytyped/expect

✖ 9 problems (9 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: reflect.ownkeys
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/reflect.ownkeys/reflect.ownkeys-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/reflect.ownkeys/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: error-cause
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/error-cause/test/auto.test.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/error-cause/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: array.prototype.flatmap
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.flatmap/array.prototype.flatmap-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.flatmap/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: bmapgl-browser
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/bmapgl-browser/bmapgl-browser-tests.ts
  1:8  error  TypeScript@local compile error: 
Cannot find module 'bmapgl' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: react-katex
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/react-katex/react-katex-tests.tsx
  1:8  error  TypeScript@local compile error: 
Cannot find module 'katex/dist/katex.min.css' or its corresponding type declarations  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: array.prototype.flat
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.flat/array.prototype.flat-tests.ts
  2:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/array.prototype.flat/auto.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: cloudinary-uploadwidget-browser
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/cloudinary-uploadwidget-browser/cloudinary-uploadwidget-browser-tests.ts
  1:8  error  TypeScript@local compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/cloudinary-uploadwidget-browser/index.d.ts' is not a module  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)
Errors that changed between main and the branch:

Package: node/v16
Main error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/test/stream.ts
  558:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Branch error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/node-tests.ts
  15:8  error  TypeScript@local tsconfig.dom.json, local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/test/globals.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/test/stream.ts
  558:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v16/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 3 problems (3 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: node/v18
Main error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/stream.ts
  617:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Branch error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/node-tests-dom.ts
  1:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/events-dom.ts' is not a module      @definitelytyped/expect
  2:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/globals-dom.ts' is not a module     @definitelytyped/expect
  3:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/perf_hooks-dom.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/node-tests-non-dom.ts
  1:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/events-non-dom.ts' is not a module      @definitelytyped/expect
  2:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/globals-non-dom.ts' is not a module     @definitelytyped/expect
  3:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/perf_hooks-non-dom.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/node-tests.ts
  12:8  error  TypeScript@local tsconfig.dom.json, local tsconfig.non-dom.json compile error: 
Cannot find module './test/dom-events' or its corresponding type declarations           @definitelytyped/expect
  16:8  error  TypeScript@local tsconfig.dom.json, local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/globals.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/stream.ts
  617:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v18/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 10 problems (10 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Package: node
Main error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/test/stream.ts
  696:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

Branch error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/node-tests-dom.ts
  1:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/events-dom.ts' is not a module      @definitelytyped/expect
  2:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/globals-dom.ts' is not a module     @definitelytyped/expect
  3:8  error  TypeScript@local tsconfig.dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/perf_hooks-dom.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/node-tests-non-dom.ts
  1:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/events-non-dom.ts' is not a module      @definitelytyped/expect
  2:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/globals-non-dom.ts' is not a module     @definitelytyped/expect
  3:8  error  TypeScript@local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/perf_hooks-non-dom.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/node-tests.ts
  15:8  error  TypeScript@local tsconfig.dom.json, local tsconfig.non-dom.json compile error: 
File '/mnt/vss/_work/1/DefinitelyTyped/types/node/test/globals.ts' is not a module  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/test/stream.ts
  696:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/test/util_types.ts
  29:1  error  Cannot match a node to this assertion. If this is a multiline function call, ensure the assertion is on the line above  @definitelytyped/expect

✖ 9 problems (9 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:194:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@[email protected][email protected]/node_modules/@definitelytyped/dtslint/dist/index.js:186:20)

You can check the log here.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the user tests with tsc comparing main and refs/pull/58941/merge:

Something interesting changed - please have a look.

Details

azure-sdk

/mnt/ts_downloads/_/m/azure-sdk/build.sh

  • [NEW] error TS2306: File '/mnt/ts_downloads/_/m/azure-sdk/azure-sdk/common/tools/dev-tool/test/samples/files/inputs/cjs-forms/hasSideEffects.ts' is not a module.
    • /mnt/ts_downloads/_/m/azure-sdk/test/samples/files/inputs/cjs-forms/index.ts(20,8)
  • [MISSING] error TS2322: Type 'string' is not assignable to type 'never'.
    • /mnt/ts_downloads/_/m/azure-sdk/test/narrowedTypes.ts(59,9)
    • /mnt/ts_downloads/_/m/azure-sdk/test/narrowedTypes.ts(213,9)
    • /mnt/ts_downloads/_/m/azure-sdk/test/narrowedTypes.ts(254,11)

effect

tsconfig.json

tsconfig.base.json

puppeteer

tools/doctest/tsconfig.json

pyright

/mnt/ts_downloads/_/m/pyright/build.sh

  • [NEW] error TS2306: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/extensions.ts' is not a module.
    • /mnt/ts_downloads/_/m/pyright/pyright: ../pyright-internal/src/languageServerBase.ts(12,8)
    • /mnt/ts_downloads/_/m/pyright/pyright-internal: src/languageServerBase.ts(12,8)
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(12,8)

@typescript-bot
Copy link
Collaborator

@jakebailey
The results of the perf run you requested are in!

Here they are:

tsc

Comparison Report - baseline..pr
Metric baseline pr Delta Best Worst p-value
Compiler-Unions - node (v18.15.0, x64)
Errors 30 30 ~ ~ ~ p=1.000 n=6
Symbols 62,153 62,153 ~ ~ ~ p=1.000 n=6
Types 50,242 50,242 ~ ~ ~ p=1.000 n=6
Memory used 192,803k (± 0.75%) 194,441k (± 0.92%) ~ 192,123k 195,943k p=0.173 n=6
Parse Time 1.30s (± 0.64%) 1.31s (± 1.53%) ~ 1.27s 1.32s p=0.108 n=6
Bind Time 0.71s 0.71s (± 0.57%) ~ 0.71s 0.72s p=0.405 n=6
Check Time 9.46s (± 0.45%) 9.45s (± 0.24%) ~ 9.43s 9.49s p=0.871 n=6
Emit Time 2.76s (± 0.59%) 2.75s (± 0.37%) ~ 2.74s 2.77s p=0.869 n=6
Total Time 14.23s (± 0.33%) 14.22s (± 0.28%) ~ 14.18s 14.29s p=1.000 n=6
angular-1 - node (v18.15.0, x64)
Errors 5 77 🔻+72 (+1,440.00%) ~ ~ p=0.001 n=6
Symbols 944,114 944,114 ~ ~ ~ p=1.000 n=6
Types 407,051 407,051 ~ ~ ~ p=1.000 n=6
Memory used 1,218,377k (± 0.00%) 1,218,430k (± 0.00%) ~ 1,218,330k 1,218,507k p=0.066 n=6
Parse Time 6.67s (± 1.03%) 6.65s (± 0.28%) ~ 6.63s 6.68s p=0.872 n=6
Bind Time 1.86s (± 0.53%) 1.86s (± 0.44%) ~ 1.85s 1.87s p=0.394 n=6
Check Time 30.64s (± 0.48%) 30.59s (± 0.26%) ~ 30.50s 30.71s p=0.873 n=6
Emit Time 13.58s (± 0.46%) 13.54s (± 0.41%) ~ 13.44s 13.60s p=0.295 n=6
Total Time 52.74s (± 0.41%) 52.64s (± 0.15%) ~ 52.54s 52.74s p=0.471 n=6
mui-docs - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 2,133,420 2,133,420 ~ ~ ~ p=1.000 n=6
Types 926,456 926,456 ~ ~ ~ p=1.000 n=6
Memory used 2,115,516k (± 0.01%) 2,115,487k (± 0.00%) ~ 2,115,447k 2,115,513k p=0.810 n=6
Parse Time 6.59s (± 0.23%) 6.59s (± 0.19%) ~ 6.58s 6.61s p=0.566 n=6
Bind Time 2.33s (± 0.50%) 2.33s (± 0.38%) ~ 2.32s 2.34s p=0.672 n=6
Check Time 70.73s (± 0.23%) 70.69s (± 0.26%) ~ 70.49s 70.99s p=0.688 n=6
Emit Time 0.14s (± 3.77%) 0.14s (± 3.77%) ~ 0.13s 0.14s p=1.000 n=6
Total Time 79.79s (± 0.22%) 79.75s (± 0.23%) ~ 79.56s 80.05s p=0.810 n=6
self-build-src - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,230,692 1,230,753 +61 (+ 0.00%) ~ ~ p=0.001 n=6
Types 261,165 261,187 +22 (+ 0.01%) ~ ~ p=0.001 n=6
Memory used 2,345,944k (± 0.03%) 2,345,678k (± 0.05%) ~ 2,344,257k 2,347,231k p=0.689 n=6
Parse Time 5.02s (± 0.76%) 4.98s (± 1.19%) ~ 4.91s 5.04s p=0.170 n=6
Bind Time 1.91s (± 1.08%) 1.90s (± 1.14%) ~ 1.87s 1.93s p=0.465 n=6
Check Time 33.78s (± 0.30%) 33.68s (± 0.44%) ~ 33.50s 33.94s p=0.173 n=6
Emit Time 2.66s (± 1.13%) 2.74s (± 3.24%) ~ 2.62s 2.84s p=0.127 n=6
Total Time 43.36s (± 0.23%) 43.32s (± 0.34%) ~ 43.18s 43.58s p=0.261 n=6
self-build-src-public-api - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,230,692 1,230,753 +61 (+ 0.00%) ~ ~ p=0.001 n=6
Types 261,165 261,187 +22 (+ 0.01%) ~ ~ p=0.001 n=6
Memory used 2,422,240k (± 0.05%) 2,422,710k (± 0.02%) ~ 2,422,121k 2,423,129k p=0.575 n=6
Parse Time 6.14s (± 1.11%) 6.16s (± 0.79%) ~ 6.11s 6.23s p=0.471 n=6
Bind Time 2.01s (± 0.83%) 2.02s (± 1.62%) ~ 1.97s 2.05s p=0.518 n=6
Check Time 40.02s (± 0.20%) 40.00s (± 0.18%) ~ 39.91s 40.13s p=0.748 n=6
Emit Time 3.16s (± 3.73%) 3.12s (± 1.78%) ~ 3.04s 3.21s p=0.936 n=6
Total Time 51.36s (± 0.31%) 51.33s (± 0.32%) ~ 51.05s 51.51s p=0.936 n=6
self-compiler - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 258,573 258,592 +19 (+ 0.01%) ~ ~ p=0.001 n=6
Types 104,819 104,835 +16 (+ 0.02%) ~ ~ p=0.001 n=6
Memory used 428,177k (± 0.01%) 428,174k (± 0.01%) ~ 428,092k 428,218k p=1.000 n=6
Parse Time 4.09s (± 0.46%) 4.09s (± 0.75%) ~ 4.06s 4.14s p=0.809 n=6
Bind Time 1.63s (± 1.00%) 1.62s (± 1.44%) ~ 1.59s 1.65s p=1.000 n=6
Check Time 21.92s (± 0.32%) 21.89s (± 0.39%) ~ 21.78s 22.03s p=0.568 n=6
Emit Time 1.71s (± 1.51%) 1.73s (± 2.51%) ~ 1.68s 1.78s p=0.560 n=6
Total Time 29.35s (± 0.35%) 29.34s (± 0.45%) ~ 29.22s 29.56s p=0.689 n=6
ts-pre-modules - node (v18.15.0, x64)
Errors 35 35 ~ ~ ~ p=1.000 n=6
Symbols 224,565 224,565 ~ ~ ~ p=1.000 n=6
Types 93,734 93,734 ~ ~ ~ p=1.000 n=6
Memory used 369,391k (± 0.01%) 369,532k (± 0.05%) +142k (+ 0.04%) 369,408k 369,770k p=0.031 n=6
Parse Time 2.77s (± 1.10%) 2.77s (± 1.01%) ~ 2.73s 2.80s p=0.808 n=6
Bind Time 1.58s (± 1.24%) 1.59s (± 0.97%) ~ 1.58s 1.62s p=0.323 n=6
Check Time 15.42s (± 0.23%) 15.46s (± 0.32%) ~ 15.39s 15.54s p=0.197 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 19.77s (± 0.36%) 19.81s (± 0.36%) ~ 19.69s 19.90s p=0.296 n=6
vscode - node (v18.15.0, x64)
Errors 139 407 🔻+268 (+192.81%) ~ ~ p=0.001 n=6
Symbols 2,846,197 2,846,197 ~ ~ ~ p=1.000 n=6
Types 973,795 973,795 ~ ~ ~ p=1.000 n=6
Memory used 3,039,087k (± 0.00%) 3,039,217k (± 0.00%) +130k (+ 0.00%) 3,039,150k 3,039,333k p=0.031 n=6
Parse Time 13.59s (± 0.40%) 13.54s (± 0.21%) ~ 13.51s 13.58s p=0.170 n=6
Bind Time 4.20s (± 0.29%) 4.19s (± 0.38%) ~ 4.16s 4.20s p=0.458 n=6
Check Time 74.51s (± 2.23%) 74.02s (± 0.39%) ~ 73.59s 74.32s p=0.936 n=6
Emit Time 23.35s (± 6.99%) 24.04s (± 0.36%) ~ 23.94s 24.16s p=0.470 n=6
Total Time 115.65s (± 0.20%) 115.78s (± 0.26%) ~ 115.35s 116.18s p=0.378 n=6
webpack - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 267,116 267,116 ~ ~ ~ p=1.000 n=6
Types 108,756 108,756 ~ ~ ~ p=1.000 n=6
Memory used 411,597k (± 0.01%) 411,614k (± 0.02%) ~ 411,505k 411,756k p=0.810 n=6
Parse Time 4.70s (± 0.26%) 4.69s (± 0.53%) ~ 4.66s 4.73s p=0.290 n=6
Bind Time 2.08s (± 0.83%) 2.10s (± 0.25%) ~ 2.09s 2.10s p=0.051 n=6
Check Time 20.72s (± 0.25%) 20.77s (± 0.51%) ~ 20.64s 20.96s p=0.377 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 27.50s (± 0.18%) 27.56s (± 0.42%) ~ 27.42s 27.77s p=0.297 n=6
xstate-main - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 523,765 523,765 ~ ~ ~ p=1.000 n=6
Types 178,055 178,055 ~ ~ ~ p=1.000 n=6
Memory used 461,699k (± 0.07%) 461,623k (± 0.07%) ~ 461,331k 461,985k p=0.378 n=6
Parse Time 3.17s (± 0.97%) 3.17s (± 0.79%) ~ 3.13s 3.19s p=0.570 n=6
Bind Time 1.18s (± 0.54%) 1.18s (± 0.46%) ~ 1.18s 1.19s p=0.201 n=6
Check Time 17.96s (± 0.69%) 17.93s (± 0.43%) ~ 17.83s 18.03s p=0.630 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 22.32s (± 0.61%) 22.27s (± 0.37%) ~ 22.17s 22.38s p=0.689 n=6
System info unknown
Hosts
  • node (v18.15.0, x64)
Scenarios
  • Compiler-Unions - node (v18.15.0, x64)
  • angular-1 - node (v18.15.0, x64)
  • mui-docs - node (v18.15.0, x64)
  • self-build-src - node (v18.15.0, x64)
  • self-build-src-public-api - node (v18.15.0, x64)
  • self-compiler - node (v18.15.0, x64)
  • ts-pre-modules - node (v18.15.0, x64)
  • vscode - node (v18.15.0, x64)
  • webpack - node (v18.15.0, x64)
  • xstate-main - node (v18.15.0, x64)
Benchmark Name Iterations
Current pr 6
Baseline baseline 6

Developer Information:

Download Benchmarks

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the top 400 repos with tsc comparing main and refs/pull/58941/merge:

Something interesting changed - please have a look.

Details

akveo/ngx-admin

tsconfig.json

src/tsconfig.spec.json

  • error TS2306: File '/mnt/ts_downloads/_/m/ngx-admin/node_modules/zone.js/zone.d.ts' is not a module.

src/tsconfig.app.json

alan2207/bulletproof-react

tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/bulletproof-react/node_modules/@testing-library/jest-dom/vitest.d.ts' is not a module.

angular/angular-cli

4 of 21 projects failed to build with the old tsc and were ignored

tests/legacy-cli/e2e/assets/18-ssr-project-webpack/tsconfig.server.json

tests/legacy-cli/e2e/assets/18-ssr-project-webpack/tsconfig.json

apollographql/apollo-client

1 of 12 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/apollo-client/src/cache/inmemory/fixPolyfills.ts' is not a module.
  • error TS2306: File '/mnt/ts_downloads/_/m/apollo-client/node_modules/@testing-library/jest-dom/types/index.d.ts' is not a module.
  • error TS7016: Could not find a declaration file for module 'whatwg-fetch'. '/mnt/ts_downloads/_/m/apollo-client/node_modules/whatwg-fetch/dist/fetch.umd.js' implicitly has an 'any' type.

src/tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/apollo-client/src/cache/inmemory/fixPolyfills.ts' is not a module.
  • error TS2306: File '/mnt/ts_downloads/_/m/apollo-client/node_modules/@testing-library/jest-dom/types/index.d.ts' is not a module.
  • error TS7016: Could not find a declaration file for module 'whatwg-fetch'. '/mnt/ts_downloads/_/m/apollo-client/node_modules/whatwg-fetch/dist/fetch.umd.js' implicitly has an 'any' type.

AykutSarac/jsoncrack.com

tsconfig.json

  • error TS2307: Cannot find module 'allotment/dist/style.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@mantine/core/styles.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@mantine/code-highlight/styles.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@mantine/carousel/styles.css' or its corresponding type declarations.

backstage/backstage

8 of 13 projects failed to build with the old tsc and were ignored

packages/cli/templates/web-library-package/tsconfig.json

barbajs/barba

tsconfig.json

ChatGPTNextWeb/ChatGPT-Next-Web

tsconfig.json

chimurai/http-proxy-middleware

examples/next-app/tsconfig.json

Chocobozzz/PeerTube

6 of 11 projects failed to build with the old tsc and were ignored

packages/tests/tsconfig.json

compiler-explorer/compiler-explorer

2 of 6 projects failed to build with the old tsc and were ignored

static/tsconfig.json

  • error TS2307: Cannot find module './styles/noscript.scss' or its corresponding type declarations.

conwnet/github1s

tsconfig.json

  • error TS2307: Cannot find module './notification.css' or its corresponding type declarations.

vscode-web/tsconfig.json

  • error TS2307: Cannot find module './notification.css' or its corresponding type declarations.

tests/tsconfig.json

  • error TS2307: Cannot find module './notification.css' or its corresponding type declarations.

cvat-ai/cvat

3 of 5 projects failed to build with the old tsc and were ignored

cvat-canvas/tsconfig.json

darkreader/darkreader

1 of 5 projects failed to build with the old tsc and were ignored

tests/inject/tsconfig.json

desktop/desktop

1 of 4 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS7016: Could not find a declaration file for module 'codemirror/mode/javascript/javascript'. '/mnt/ts_downloads/_/m/desktop/app/node_modules/codemirror/mode/javascript/javascript.js' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module 'airbnb-browser-shims/browser-only'. '/mnt/ts_downloads/_/m/desktop/node_modules/airbnb-browser-shims/browser-only.js' implicitly has an 'any' type.
  • error TS2306: File '/mnt/ts_downloads/_/m/desktop/node_modules/@types/setimmediate/index.d.ts' is not a module.
  • error TS2306: File '/mnt/ts_downloads/_/m/desktop/node_modules/jest-extended/types/index.d.ts' is not a module.

discordjs/discord.js

39 of 62 projects failed to build with the old tsc and were ignored

apps/website/tsconfig.json

apps/website/tsconfig.eslint.json

dotansimha/graphql-code-generator

8 of 23 projects failed to build with the old tsc and were ignored

examples/react/tanstack-react-query/tsconfig.json

examples/react/http-executor/tsconfig.json

examples/react/apollo-client-swc-plugin/tsconfig.json

examples/react/apollo-client/tsconfig.json

electron-react-boilerplate/electron-react-boilerplate

tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/electron-react-boilerplate/node_modules/@testing-library/jest-dom/types/index.d.ts' is not a module.

Eugeny/tabby

11 of 29 projects failed to build with the old tsc and were ignored

web/tsconfig.json

  • error TS2307: Cannot find module 'source-sans-pro/source-sans-pro.css' or its corresponding type declarations.
  • error TS2307: Cannot find module 'source-code-pro/source-code-pro.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/solid.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/brands.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/regular.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/fontawesome.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '../app/src/preload.scss' or its corresponding type declarations.
  • error TS2306: File '/mnt/ts_downloads/_/m/tabby/node_modules/zone.js/zone.d.ts' is not a module.
  • error TS2307: Cannot find module '../app/src/global.scss' or its corresponding type declarations.
  • error TS2307: Cannot find module '../app/src/toastr.scss' or its corresponding type declarations.

tabby-web-demo/tsconfig.json

tabby-web/tsconfig.json

tabby-terminal/tsconfig.json

tabby-telnet/tsconfig.json

tabby-ssh/tsconfig.json

tabby-settings/tsconfig.json

tabby-serial/tsconfig.json

tabby-plugin-manager/tsconfig.json

tabby-local/tsconfig.json

tabby-linkifier/tsconfig.json

tabby-electron/tsconfig.json

tabby-core/tsconfig.typings.json

tabby-core/tsconfig.json

tabby-community-color-schemes/tsconfig.json

app/tsconfig.main.json

  • error TS2306: File '/mnt/ts_downloads/_/m/tabby/app/lib/sentry.ts' is not a module.

app/tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/tabby/app/lib/sentry.ts' is not a module.
  • error TS2307: Cannot find module 'source-sans-pro/source-sans-pro.css' or its corresponding type declarations.
  • error TS2307: Cannot find module 'source-code-pro/source-code-pro.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/solid.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/brands.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/regular.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@fortawesome/fontawesome-free/css/fontawesome.css' or its corresponding type declarations.
  • error TS2307: Cannot find module './preload.scss' or its corresponding type declarations.
  • error TS2306: File '/mnt/ts_downloads/_/m/tabby/node_modules/zone.js/zone.d.ts' is not a module.
  • error TS2307: Cannot find module './global.scss' or its corresponding type declarations.
  • error TS2307: Cannot find module './toastr.scss' or its corresponding type declarations.

facebook/flipper

5 of 8 projects failed to build with the old tsc and were ignored

js/react-flipper-example/tsconfig.json

facebook/lexical

5 of 12 projects failed to build with the old tsc and were ignored

examples/react-plain-text/tsconfig.json

freeCodeCamp/freeCodeCamp

5 of 8 projects failed to build with the old tsc and were ignored

tools/challenge-editor/client/tsconfig.json

FuelLabs/fuels-ts

30 of 50 projects failed to build with the old tsc and were ignored

apps/demo-wallet-sdk-react/tsconfig.json

apps/demo-react-cra/tsconfig.json

getumbrel/llama-gpt

ui/tsconfig.json

  • error TS2307: Cannot find module '@/styles/globals.css' or its corresponding type declarations.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

gitpod-io/gitpod

9 of 20 projects failed to build with the old tsc and were ignored

components/dashboard/tsconfig.test.json

components/dashboard/tsconfig.lib.json

components/dashboard/tsconfig.json

gothinkster/realworld

1 of 8 projects failed to build with the old tsc and were ignored

apps/e2e-testing-cypress/tsconfig.json

graphql/graphiql

9 of 16 projects failed to build with the old tsc and were ignored

examples/graphiql-create-react-app/tsconfig.json

packages/graphiql-plugin-explorer/tsconfig.json

packages/graphiql-plugin-code-exporter/tsconfig.json

gvergnaud/ts-pattern

1 of 4 projects failed to build with the old tsc and were ignored

examples/gif-fetcher/tsconfig.json

heyxyz/hey

1 of 14 projects failed to build with the old tsc and were ignored

apps/web/tsconfig.json

apps/invoice/tsconfig.json

homebridge/homebridge

tsconfig.json

immutable-js/immutable-js

1 of 4 projects failed to build with the old tsc and were ignored

website/tsconfig.json

Infisical/infisical

1 of 2 projects failed to build with the old tsc and were ignored

backend/tsconfig.json

invoke-ai/InvokeAI

invokeai/frontend/web/tsconfig.json

jupyterlab/jupyterlab

46 of 59 projects failed to build with the old tsc and were ignored

packages/ui-components/examples/simple-windowed-list/tsconfig.json

packages/services/examples/typescript-browser-with-output/tsconfig.json

examples/filebrowser/src/tsconfig.json

examples/console/src/tsconfig.json

kubeflow/kubeflow

14 of 18 projects failed to build with the old tsc and were ignored

components/crud-web-apps/common/frontend/kubeflow-common-lib/projects/kubeflow/tsconfig.spec.json

labring/FastGPT

1 of 8 projects failed to build with the old tsc and were ignored

projects/app/tsconfig.json

Lissy93/web-check

tsconfig.json

  • error TS2307: Cannot find module 'react-toastify/dist/ReactToastify.css' or its corresponding type declarations.
  • error TS2307: Cannot find module './index.css' or its corresponding type declarations.

lyswhut/lx-music-desktop

1 of 6 projects failed to build with the old tsc and were ignored

src/renderer/tsconfig.json

mattermost/focalboard

5 of 11 projects failed to build with the old tsc and were ignored

import/trello/tsconfig.json

import/todoist/tsconfig.json

import/notion/tsconfig.json

import/nextcloud-deck/tsconfig.json

import/jira/tsconfig.json

import/asana/tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

mattermost/mattermost

1 of 4 projects failed to build with the old tsc and were ignored

e2e-tests/cypress/tsconfig.json

webapp/channels/tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

mayooear/gpt4-pdf-chatbot-langchain

tsconfig.json

  • error TS2307: Cannot find module '@/styles/base.css' or its corresponding type declarations.

microsoft/playwright

4 of 15 projects failed to build with the old tsc and were ignored

tests/components/ct-svelte/tsconfig.json

tests/components/ct-react17/tsconfig.json

packages/recorder/tsconfig.json

  • error TS7016: Could not find a declaration file for module 'codemirror-shadow-1/mode/css/css'. '/mnt/ts_downloads/_/m/playwright/node_modules/codemirror-shadow-1/mode/css/css.js' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module 'codemirror-shadow-1/mode/htmlmixed/htmlmixed'. '/mnt/ts_downloads/_/m/playwright/node_modules/codemirror-shadow-1/mode/htmlmixed/htmlmixed.js' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module 'codemirror-shadow-1/mode/javascript/javascript'. '/mnt/ts_downloads/_/m/playwright/node_modules/codemirror-shadow-1/mode/javascript/javascript.js' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module 'codemirror-shadow-1/mode/python/python'. '/mnt/ts_downloads/_/m/playwright/node_modules/codemirror-shadow-1/mode/python/python.js' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module 'codemirror-shadow-1/mode/clike/clike'. '/mnt/ts_downloads/_/m/playwright/node_modules/codemirror-shadow-1/mode/clike/clike.js' implicitly has an 'any' type.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

microsoft/vscode

5 of 54 projects failed to build with the old tsc and were ignored

src/tsconfig.tsec.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

mlc-ai/web-llm

1 of 2 projects failed to build with the old tsc and were ignored

examples/next-simple-chat/tsconfig.json

Molunerfinn/PicGo

tsconfig.json

  • error TS2307: Cannot find module './renderer/assets/css/tailwind.css' or its corresponding type declarations.
  • error TS2307: Cannot find module 'element-plus/dist/index.css' or its corresponding type declarations.
  • error TS2307: Cannot find module 'vue3-photo-preview/dist/index.css' or its corresponding type declarations.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

nhn/tui.editor

4 of 9 projects failed to build with the old tsc and were ignored

plugins/table-merged-cell/tsconfig.json

plugins/color-syntax/tsconfig.json

plugins/code-syntax-highlight/tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

noodle-run/noodle

tsconfig.json

  • error TS2307: Cannot find module './globals.css' or its corresponding type declarations.
  • error TS7016: Could not find a declaration file for module 'server-only'. '/mnt/ts_downloads/_/m/noodle/node_modules/server-only/index.js' implicitly has an 'any' type.

openai-translator/openai-translator

tsconfig.json

piotrwitek/react-redux-typescript-guide

playground/tsconfig.test.json

playground/tsconfig.json

pubkey/rxdb

8 of 11 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS7016: Could not find a declaration file for module '@babel/polyfill'. '/mnt/ts_downloads/_/m/rxdb/node_modules/@babel/polyfill/lib/index.js' implicitly has an 'any' type.

puppeteer/puppeteer

7 of 14 projects failed to build with the old tsc and were ignored

tools/doctest/tsconfig.json

reactjs/react.dev

tsconfig.json

  • error TS2307: Cannot find module '@docsearch/css' or its corresponding type declarations.
  • error TS2307: Cannot find module '../styles/algolia.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '../styles/index.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '../styles/sandpack.css' or its corresponding type declarations.

recharts/recharts

1 of 4 projects failed to build with the old tsc and were ignored

storybook/tsconfig.json

reduxjs/react-redux

1 of 3 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/react-redux/node_modules/@testing-library/jest-dom/vitest.d.ts' is not a module.

reduxjs/redux-devtools

25 of 58 projects failed to build with the old tsc and were ignored

packages/redux-devtools/examples/todomvc/tsconfig.json

extension/tsconfig.json

reduxjs/redux-toolkit

12 of 32 projects failed to build with the old tsc and were ignored

examples/query/react/polling/tsconfig.json

examples/query/react/kitchen-sink/tsconfig.json

examples/query/react/conditional-fetching/tsconfig.json

examples/query/react/basic/tsconfig.json

examples/query/react/advanced/tsconfig.json

reduxjs/redux

3 of 5 projects failed to build with the old tsc and were ignored

test/typescript/tsconfig.json

resend/react-email

30 of 35 projects failed to build with the old tsc and were ignored

packages/react-email/tsconfig.json

apps/web/tsconfig.json

SawyerHood/draw-a-ui

tsconfig.json

  • error TS2307: Cannot find module './globals.css' or its corresponding type declarations.
  • error TS2307: Cannot find module '@tldraw/tldraw/tldraw.css' or its corresponding type declarations.
  • error TS7016: Could not find a declaration file for module 'prismjs/components/prism-cshtml'. '/mnt/ts_downloads/_/m/draw-a-ui/node_modules/prismjs/components/prism-cshtml.js' implicitly has an 'any' type.
  • error TS2307: Cannot find module 'prismjs/themes/prism-tomorrow.css' or its corresponding type declarations.

shadcn-ui/ui

7 of 9 projects failed to build with the old tsc and were ignored

templates/next-template/tsconfig.json

socketio/socket.io

8 of 17 projects failed to build with the old tsc and were ignored

examples/angular-todomvc/tsconfig.app.json

  • error TS7016: Could not find a declaration file for module 'zone.js/dist/zone'. '/mnt/ts_downloads/_/m/socket.io/examples/angular-todomvc/node_modules/zone.js/dist/zone.js' implicitly has an 'any' type.

statelyai/xstate

9 of 52 projects failed to build with the old tsc and were ignored

examples/todomvc-react/tsconfig.json

strapi/strapi

79 of 121 projects failed to build with the old tsc and were ignored

packages/admin-test-utils/tsconfig.json

  • error TS7016: Could not find a declaration file for module 'whatwg-fetch'. '/mnt/ts_downloads/_/m/strapi/node_modules/whatwg-fetch/dist/fetch.umd.js' implicitly has an 'any' type.

packages/admin-test-utils/tsconfig.build.json

  • error TS7016: Could not find a declaration file for module 'whatwg-fetch'. '/mnt/ts_downloads/_/m/strapi/node_modules/whatwg-fetch/dist/fetch.umd.js' implicitly has an 'any' type.

subquery/subql

2 of 6 projects failed to build with the old tsc and were ignored

tsconfig.test.json

tsconfig.json

supabase/supabase

31 of 37 projects failed to build with the old tsc and were ignored

examples/user-management/nextjs-user-management/tsconfig.json

examples/realtime/nextjs-authorization-demo/tsconfig.json

apps/studio/tsconfig.json

apps/docs/tsconfig.json

szimek/signature\_pad

tsconfig.json

t3-oss/create-t3-app

1 of 6 projects failed to build with the old tsc and were ignored

upgrade/tsconfig.json

tailwindlabs/tailwindcss

5 of 6 projects failed to build with the old tsc and were ignored

playgrounds/nextjs/tsconfig.json

tamagui/tamagui

10 of 121 projects failed to build with the old tsc and were ignored

starters/simple-web/tsconfig.json

starters/expo-router/tsconfig.json

apps/integration/tsconfig.json

packages/vite-plugin/tsconfig.json

packages/site-config/tsconfig.json

packages/metro-plugin/tsconfig.json

packages/cli-color/tsconfig.json

packages/cli/tsconfig.json

packages/animations-react-native/tsconfig.json

Tencent/omi

5 of 19 projects failed to build with the old tsc and were ignored

packages/omi/tsconfig.json

  • error TS2306: File '/mnt/ts_downloads/_/m/omi/packages/omi/src/construct-style-sheets-polyfill.ts' is not a module.

packages/omi-templates/tsconfig.json

packages/omi-starter-spa/tsconfig.json

  • error TS7016: Could not find a declaration file for module 'omi-suspense'. '/mnt/ts_downloads/_/m/omi/packages/omi-starter-spa/node_modules/omi-suspense/dist/omi-suspense.es.js' implicitly has an 'any' type.

packages/omi-elements/tsconfig.json

twentyhq/twenty

2 of 9 projects failed to build with the old tsc and were ignored

packages/twenty-website/tsconfig.json

ueberdosis/tiptap

3 of 8 projects failed to build with the old tsc and were ignored

tests/cypress/tsconfig.json

unocss/unocss

26 of 31 projects failed to build with the old tsc and were ignored

examples/next/tsconfig.json

upscayl/upscayl

renderer/tsconfig.json

  • error TS2307: Cannot find module '../styles/globals.css' or its corresponding type declarations.
  • error TS2307: Cannot find module 'react-tooltip/dist/react-tooltip.css' or its corresponding type declarations.

usablica/intro.js

1 of 3 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS7016: Could not find a declaration file for module 'regenerator-runtime/runtime'. '/mnt/ts_downloads/_/m/intro.js/node_modules/regenerator-runtime/runtime.js' implicitly has an 'any' type.

vercel/commerce

tsconfig.json

  • error TS2307: Cannot find module './globals.css' or its corresponding type declarations.

vercel/hyper

2 of 3 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

vuetifyjs/vuetify

2 of 7 projects failed to build with the old tsc and were ignored

packages/vuetify/tsconfig.json

packages/vuetify/tsconfig.dist.json

@jakebailey
Copy link
Member Author

The user/top tests are pretty much as expected; css/sass etc. But what's more interesting are the DT results. There's a load of stuff there that is probably just plain broken on DT.

@jakebailey
Copy link
Member Author

100% this should not be called "bare", as I believe that actually means imports like "foo" versus "./blah" or something. Oops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node16 module resolution doesn't check side effect imports
2 participants