trxcllnt commented on PR #149:
URL: https://github.com/apache/arrow-js/pull/149#issuecomment-2960782141

   The 
[example](https://github.com/google/closure-compiler-npm/blob/c76d427faad322881d97b047ec1039621fc13924/packages/google-closure-compiler/docs/gulp.md#basic-configuration-example)
 in their docs shows `gulp` is now a named export, so we might just need to 
change these [two 
lines](https://github.com/apache/arrow-js/blob/c559c25aad9eb6d67197495b454a90b4f1240b5d/gulp/closure-task.js#L30-L31)
 to:
   ```
   import { gulp as closureCompilerGulp } from 'google-closure-compiler';
   const compiler = closureCompilerGulp();
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to