Replies: 2 comments
-
I just looked in Parcel's source code and we never use that argument. Sounds good to me! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was curious where / when to use it too. +1 for public surface doesn't expose it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
&dyn Node
of the methods ofVisit
is useless and annoying. It's actually misdesigned, mainly becauseswc
internally used a different visitor system when I madeswc_ecma_visit
.I want to remove it but I'm not sure if it's used.
I'm going to create an alternative
Visit
if someone needs the&dyn Node
argument.Beta Was this translation helpful? Give feedback.
All reactions