language · inferred from evidence
TypeScript
A programming language used in the migration context, with type-checking issues in v5.
- plivo TS2416: Property 'update' in type 'Subaccount' is not assignable to base type 'PlivoResource'
Upgrading the `plivo` npm package from 4.12.0 to 4.14.2 breaks TypeScript compilation: the bundled declaration files produce `error TS2416: Property 'update' in type 'Subaccount' is not assignable to the same property in base type 'PlivoRes
- mastra dev does not resolve tsconfig paths in TypeScript monorepos
In a TypeScript monorepo using nx, running `mastra dev` failed to resolve imports that used custom `paths` aliases from the root tsconfig.json (for example `@my-project/constants` pointing at `libs/constants/src/index.ts`), even though the
- Importing @vonage/server-sdk causes error TS2694: ConversationAction / StreamAction has no exported member
With `@vonage/server-sdk` installed, importing `Vonage` from `@vonage/server-sdk` in a TypeScript project produces errors inside the SDK's own type files: `error TS2694: Namespace .../@vonage/voice/dist/types has no exported member 'Convers
- Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'
After updating `@vonage/server-sdk` to around 3.24.1 (with `@vonage/auth` 1.12.1), any import of the SDK fails with `Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'` (later reports show `Cannot find module
- How to migrate initIndex / getObjects from algoliasearch v4 to v5
Migrating TypeScript code from algoliasearch v4 to v5: `algoliasearch(appId, apiKey).initIndex(indexName).getObjects[Record](ids)` no longer typechecks because `initIndex` is gone, and the v5 docs do not explain the new signatures. The gen
- apigateway: Unable to serialize value as aws-cdk-lib.aws_apigateway.IModel with Model.EMPTY_MODEL
Using the CDK in Python with aws_apigateway, referencing agw.Model.EMPTY_MODEL in method responses started failing with jsii.errors.JavaScriptError: Unable to serialize value as aws-cdk-lib.aws_apigateway.IModel. It affected CDK users in ev
- Encore clientgen: Internal compiler error [E0001] nil pointer dereference on api definition
Generating a TypeScript client for my Encore API crashed the compiler with Internal compiler error [E0001]: An unhandled panic occurred in the Encore compiler: runtime error: invalid memory address or nil pointer dereference. A minimal repr
- Could not find a declaration file for module '@algolia/client-search' in algoliasearch v5.2.2
After upgrading to `algoliasearch` 5.2.2, TypeScript reports `Could not find a declaration file for module '@algolia/client-search'`. Downgrading to 5.1.1 makes the error go away. The type declarations that shipped with 5.1.1 are missing fr
- TSError: Unable to compile TypeScript, TS2307 Cannot find module 'path' deploying the bedrock-agent-cdk sample
A user following the bedrock-agent-cdk example in amazon-bedrock-samples hit a wall running cdk bootstrap. TypeScript refused to compile: error TS2307 Cannot find module 'path' (plus 'glob' and 'aws-cdk-lib'). They had already run npm insta