On Tue, 8 Mar 2022 at 14:47, Johannes Sixt <j6t@xxxxxxxx> wrote: > I meant a multi-line function call like so, where the first argument is > on the same line with the function name: > > RIGHT(aaaaaaaaaa, > bbbbbbbbbb, > cccccccccc, > dddddddddd > ) { > ... OK, I got it. I thought it is not a difficult case, but I add a new test case for this. > <No, I refer to the whitespace around "=>" that is not required here, but > was required in the previous expression. I think the space is required, ex: https://github.com/webpack/webpack/blob/c181294865dca01b28e6e316636fef5f2aad4eb6/lib/dependencies/DynamicExports.js#L17 . The link above it has space before 「=>」. Best regards.