grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Replace `import/export` statements with `export` statements #38

Closed oleiade closed 1 year ago

oleiade commented 1 year ago

As we expose our internal symbols publicly, we do so by first importing the internal, and then exporting it. It's been brought to our attention that these statements could be replaced with just export instead, as it has a dedicated syntax for it.