Home
last modified time | relevance | path

Searched defs:TransformOptions (Results 1 – 12 of 12) sorted by relevance

/dports/devel/esbuild/esbuild-0.12.23/pkg/api/
H A Dapi.go352 LogLimit int
353 LogLevel LogLevel
359 Target Target
360 Format Format
361 GlobalName string
372 JSXFactory string
373 JSXFragment string
375 TsconfigRaw string
381 KeepNames bool
383 Sourcefile string
[all …]
H A Dapi_impl.go1235 func transformImpl(input string, transformOpts TransformOptions) TransformResult {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/pkg/api/
H A Dapi.go353 type TransformOptions struct { struct
354 Color StderrColor // Documentation: https://esbuild.github.io/api/#color
362 Target Target // Documentation: https://esbuild.github.io/api/#target
363 Engines []Engine // Documentation: https://esbuild.github.io/api/#target
365 Format Format // Documentation: https://esbuild.github.io/api/#format
376 JSXMode JSXMode // Documentation: https://esbuild.github.io/api/#jsx
381 Banner string // Documentation: https://esbuild.github.io/api/#banner
382 Footer string // Documentation: https://esbuild.github.io/api/#footer
388 Sourcefile string // Documentation: https://esbuild.github.io/api/#sourcefile
389 Loader Loader // Documentation: https://esbuild.github.io/api/#loader
[all …]
H A Dapi_impl.go1269 func transformImpl(input string, transformOpts TransformOptions) TransformResult {
/dports/www/zola/zola-0.15.2/cargo-crates/minify-html-0.6.10/src/minify/
H A Dinstruction.rs8 out.extend_from_slice(b"?>");
/dports/misc/netron/node_modules/@types/node/
H A Dstream.d.ts268 interface TransformOptions extends DuplexOptions { interface
/dports/devel/esbuild/esbuild-0.12.23/pkg/cli/
H A Dcli_impl.go43 transformOpts *api.TransformOptions,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/pkg/cli/
H A Dcli_impl.go44 transformOpts *api.TransformOptions,
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/
H A Dtypes.ts129 export interface TransformOptions { interface
/dports/devel/esbuild/esbuild-0.12.23/lib/shared/
H A Dtypes.ts160 export interface TransformOptions extends CommonOptions { interface
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/lib/shared/
H A Dtypes.ts228 export interface TransformOptions extends CommonOptions { interface
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Ddk_simulator.py33 class TransformOptions(object): class