package
0.0.0-20231129065837-deba56b04b66
Repository: https://github.com/chipartem/k6.git
Documentation: pkg.go.dev

# Functions

New returns a new Compiler.
NewPool creates a Pool that will be using the provided logger and will preallocate (in parallel) the count of compilers each with their own babel.

# Variables

No description provided by the author

# Structs

A Compiler compiles JavaScript source code (ES5.1 or ES6) into a goja.Program.
Options are options to the compiler.
Pool is a pool of compilers so it can be used easier in parallel tests as they have their own babel.