Skip to content

Commit

Permalink
chore: update minimum deno_media_type
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 18, 2024
1 parent 8d59194 commit a232b45
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 37 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,49 @@ description = "Source text parsing, lexing, and AST related functionality for De
all-features = true

[features]
bundler = ["swc_bundler", "swc_ecma_transforms_optimization", "swc_graph_analyzer"]
bundler = [
"swc_bundler",
"swc_ecma_transforms_optimization",
"swc_graph_analyzer",
]
cjs = ["utils", "visit"]
codegen = ["swc_ecma_codegen", "swc_ecma_codegen_macros", "swc_macros_common"]
compat = ["transforms", "swc_ecma_transforms_compat", "swc_trace_macro", "swc_config", "swc_config_macro"]
compat = [
"transforms",
"swc_ecma_transforms_compat",
"swc_trace_macro",
"swc_config",
"swc_config_macro",
]
dep_analysis = ["visit"]
proposal = ["transforms", "swc_ecma_transforms_proposal", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros", "swc_macros_common"]
react = ["transforms", "swc_ecma_transforms_react", "swc_ecma_transforms_macros", "swc_config", "swc_config_macro", "swc_macros_common"]
proposal = [
"transforms",
"swc_ecma_transforms_proposal",
"swc_ecma_transforms_classes",
"swc_ecma_transforms_macros",
"swc_macros_common",
]
react = [
"transforms",
"swc_ecma_transforms_react",
"swc_ecma_transforms_macros",
"swc_config",
"swc_config_macro",
"swc_macros_common",
]
scopes = ["view", "utils", "visit"]
sourcemap = ["dprint-swc-ext/sourcemap"]
transforms = ["swc_ecma_loader", "swc_ecma_transforms_base"]
emit = ["anyhow", "base64", "codegen", "sourcemap"]
transpiling = ["emit", "proposal", "react", "transforms", "typescript", "utils", "visit"]
transpiling = [
"emit",
"proposal",
"react",
"transforms",
"typescript",
"utils",
"visit",
]
typescript = ["transforms", "swc_ecma_transforms_typescript"]
utils = ["swc_ecma_utils"]
view = ["dprint-swc-ext/view"]
Expand All @@ -33,7 +64,7 @@ visit = ["swc_ecma_visit", "swc_visit", "swc_visit_macros", "swc_macros_common"]
[dependencies]
anyhow = { version = "1.0.64", optional = true }
base64 = { version = "0.21.6", optional = true }
deno_media_type = "0.1.2"
deno_media_type = "0.1.4"
deno_terminal = "0.1.1"

dprint-swc-ext = "0.15.1"
Expand Down

0 comments on commit a232b45

Please sign in to comment.