-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Design Meeting Notes, 9/13/2019 #33422
Labels
Design Notes
Notes from our design meetings
Comments
We implemented the proposed solution for private identifiers in |
|
That'll depend on your Babel settings as well. Babel (7) will use Define by default, but if you pass the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Private Fields in
.d.ts
Files#30829
.d.ts
files are sometimes lossy becauseprivate
fields omit their types.private
, why change for#
?#_
declaration in the output if we're just erasing all details.private
properties today.#_
?#privateProperty
just so people can search it online more easily.Collisions of Imported Types
#31231
firebase-firestore
,glimmer
,skype
,vscode
.isolatedModules
, but there's no reason to use the same name.@RyanCavanaugh has the other notes.
The text was updated successfully, but these errors were encountered: