-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
refact(es/minifier): Inline into shorthand prop early #11766
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -826,7 +826,7 @@ pub fn get_ids_of_pat(pat: &Pat) -> Vec<Id> { | |||||
| /// Creates a PropName for a shorthand property, handling the special case of | ||||||
| /// `__proto__`. When the property name is `__proto__`, it must be converted to | ||||||
| /// a computed property to preserve JavaScript semantics. | ||||||
| fn prop_name_from_ident(ident: Ident) -> PropName { | ||||||
| pub(crate) fn prop_name_from_ident(ident: Ident) -> PropName { | ||||||
|
||||||
| pub(crate) fn prop_name_from_ident(ident: Ident) -> PropName { | |
| pub(super) fn prop_name_from_ident(ident: Ident) -> PropName { |
Uh oh!
There was an error while loading. Please reload this page.