Module deskulpt::bundler

source ยท
Expand description

The module implements the Deskulpt bundler based on SWC.

Note that this is not a general-purpose bundler; it is specifically designed for the use case of bundling Deskulpt widgets and their external dependencies.

Modulesยง

  • common ๐Ÿ”’
    This module contains common bundling routines and utilities.
  • transforms ๐Ÿ”’
    This module implements custom AST transforms.

Functionsยง

  • bundle ๐Ÿ”’
    Bundle a widget into a single ESM string given its entry point.