OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
8 stars 12 forks source link

Compiler: bump js version #641

Closed josephjclark closed 3 months ago

josephjclark commented 3 months ago

Bump the supported js version by the compiler.

Enables support for nullish coalescence, optional chaning, and more

closes #640