Comments (2)
This should not be an error for normal codegen. There is no leakage of the knowledge that the class implements this interface outside of the module.
It should only be an error .d.ts (or we don't emit the private implements clause)
from typescript.
Updated spec text.
from typescript.
Related Issues (20)
- Unexpected circularity error when variable is initialized from a class member HOT 3
- Don't allow applying the ! operator to uncalled functions HOT 3
- Docs for `--rewriteRelativeImportExtensions` literally say "Does something" HOT 3
- TypeScript fails to find declaration file of a peer project after it rebuilds in a monorepo
- TypeScript fails to infer generic key `K` when constrained by `T[K]`'s type and `T` is inferred from `this` HOT 1
- JSDoc type parameter `{object|boolean}`: error in object properties HOT 5
- Allow .ts extension when importing from a private mapping? HOT 2
- Add option to always inline .json type import HOT 1
- `rewriteRelativeImportExtensions` errors on relative import HOT 1
- Inconsistent inferred type for extended unions. HOT 2
- Prefer local auto-imports over those from external modules HOT 1
- Proposal: Add Overloads to `Array.prototype.includes` and `ReadonlyArray.prototype.includes` for Improved Type Safety and Usability HOT 2
- Argument of type 'object & Record<"property", unknown>' is not assignable to parameter of type 'Interface'. HOT 1
- JSX.Element and function component return type assignability HOT 1
- The inference when using the new keyword doesn't work as expected. HOT 1
- [NewErrors] 5.9.0-dev.20250427 vs 5.8.3 HOT 44
- [ServerErrors][JavaScript] 5.9.0-dev.20250427 vs 5.8.3 HOT 3
- [ServerErrors][TypeScript] 5.9.0-dev.20250427 vs 5.8.3 HOT 8
- Inconsistency with default value export and default type export HOT 4
- incomplete between parameter type annotation and default value, but no error is reported.
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from typescript.