Crate deno_emit

Source

Structs§

BundleEmit
BundleOptions
EmitOptions
ImportMapInput
LoadOptions
LoaderChecksum
A SHA-256 checksum to verify the contents of a module with while loading.
TranspileOptions
Options which can be adjusted when transpiling a module.

Enums§

BundleType
CacheSetting
ImportsNotUsedAsValues
SourceMapOption

Traits§

Loader
A trait which allows asynchronous loading of source files into a module graph in a thread safe way as well as a way to provide additional meta data about any cached resources.

Functions§

bundle
bundle_graph
Given a module graph, generate and return a bundle of the graph and optionally its source map in memory.
transpile

Type Aliases§

LoadFuture
ModuleSpecifier