I’ve looked through the docs and can’t find any information about it:
https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions#javascript-udf-structure
Can someone from Google confirm which flavour (is it node?) / version of JavaScript is used by Google for UDFs?
Reason: I want to create & test functions locally (can be done in a continuous way more easily than via BigQuery) and once I’m happy with their result, create UDFs in BigQuery, thus if I could use the same flavour/version as BigQuery it would help ensure consistency results when I transition from local environment to BigQuery