atbuild icon indicating copy to clipboard operation
atbuild copied to clipboard

Use JavaScript to generate JavaScript

Results 2 atbuild issues
Sort by recently updated
recently updated
newest added

The `light.js` file uses `window` which is a Browser API so it is likely that the project uses a bundler or a dependency that polyfills `window` and makes it available...

`structurae` is used in `esbuild.js`, but isn't declared as a dependency in `package.json`. This will lead to runtime errors if a user doesn't have this library installed.