microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.89k stars 12.47k forks source link

Design Meeting Notes, 10/1/2024 #60285

Open DanielRosenwasser opened 1 week ago

DanielRosenwasser commented 1 week ago

The internal Modifier

https://github.com/microsoft/TypeScript/issues/5228

INeedJobToStartWork commented 2 days ago

Not allowed to import an export internal.

We are talking here about whole codebase or just entry file?

I think good idea would be have option or just apply this to entry file.

Or is it mentioned at

At the tsconfig.json level, internal access might be granted and asserted in a few ways:

I am not sure i full understand this.