Structs§
- Build
Future - Build
Options - Build
Options Builder - Build
Result - Engine
- Entry
Point - Message
- Output
File - Slice
Container - StrContainer
- Transform
Future - Transform
Options - Transform
Options Builder - Transform
Result
Enums§
Functions§
- build
- Future wrapper for
build_direct
. - build_
direct - This function runs an end-to-end build operation. It takes an array of file paths as entry points, parses them and all of their dependencies, and returns the output files to write to the file system. The available options roughly correspond to esbuild’s command-line flags.
- transform
- Future wrapper for
transform_direct
. - transform_
direct - This function transforms a string of source code into JavaScript. It can be used to minify JavaScript, convert TypeScript/JSX to JavaScript, or convert newer JavaScript to older JavaScript. The available options roughly correspond to esbuild’s command-line flags.
- transform_
direct_ ⚠unmanaged