microsoft / TypeScript

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

Design Meeting Notes, 10/1/2024 #60285

Open DanielRosenwasser opened 1 month ago

DanielRosenwasser commented 1 month ago

The internal Modifier

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

INeedJobToStartWork commented 1 month 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.