swc/crates
Donny/강동윤 e71b6d31b1
feat(cli): Support generating .d.ts files (#9097)
**Description:**

I verified that `swc_cli` (Rust) works with 

```json
{
    "jsc": {
        "parser": {
            "syntax": "typescript"
        },
        "experimental": {
            "emitIsolatedDts": true
        }
    }
}
```
2024-06-22 09:35:15 +09:00
..
ast_node chore: Bump crates 2024-04-29 09:56:27 +09:00
better_scoped_tls chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
binding_macros chore: Bump crates 2024-06-14 14:47:30 +00:00
dbg-swc chore: Bump crates 2024-06-14 14:47:30 +00:00
from_variant chore: Bump crates 2024-04-29 09:56:27 +09:00
jsdoc refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
preset_env_base chore: Workaround the bug of cargo-mono 2024-06-05 15:46:04 +09:00
string_enum chore: Bump crates 2024-04-29 09:56:27 +09:00
swc feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
swc_atoms chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_bundler refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_cached chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_cli_impl feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
swc_common chore: Bump crates 2024-06-21 08:51:36 +00:00
swc_compiler_base chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_config chore: Bump crates 2024-06-07 07:18:53 +00:00
swc_config_macro chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_core chore: Bump crates 2024-06-21 13:26:59 +00:00
swc_css chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_ast chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_codegen chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_codegen_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_css_compat chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_lints chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_minifier chore: Bump crates 2024-06-18 03:21:43 +00:00
swc_css_modules chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_parser chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_prefixer chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_utils chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_css_visit chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_ast feat(typescript): Implement Isolated Declaration (#9086) 2024-06-21 09:54:59 +00:00
swc_ecma_codegen refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_codegen_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_ecma_compat_bugfixes chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_common chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es3 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2015 refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_compat_es2016 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2017 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2018 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2019 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2020 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2021 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_compat_es2022 chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_ext_transforms chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_lints refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_loader chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_minifier refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_parser perf(es/lexer): Apply various optimizations (#9095) 2024-06-21 17:23:57 +00:00
swc_ecma_preset_env chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_quote chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_quote_macros chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_testing chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_transforms refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_base refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_classes chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_transforms_compat chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_transforms_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_ecma_transforms_module refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_optimization refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_proposal refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_react refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_testing refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_transforms_typescript refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_ecma_usage_analyzer chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_utils chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecma_visit chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_ecmascript chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_eq_ignore_macros chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_error_reporters chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_estree_ast chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_estree_compat refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_fast_graph chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_graph_analyzer chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_ast chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_codegen chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_codegen_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_html_minifier chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_parser chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_utils chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_html_visit chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_macros_common chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_malloc chore: Publish crates 2023-11-11 19:12:50 +00:00
swc_node_bundler chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_node_comments chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_nodejs_common chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_plugin chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_plugin_macro chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_plugin_proxy chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_plugin_runner refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
swc_plugin_testing
swc_timer chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_trace_macro chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00
swc_transform_common feat(es): Integrate experimental data API (#9027) 2024-06-07 21:00:26 +09:00
swc_typescript chore: Bump crates 2024-06-21 23:48:17 +00:00
swc_visit chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_visit_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_x_optimizer feat(x): Initialize project (#8999) 2024-05-31 00:56:21 +00:00
swc_xml chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_xml_ast chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_xml_codegen chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_xml_codegen_macros chore: Bump crates 2024-04-29 09:56:27 +09:00
swc_xml_parser chore: Bump crates 2024-06-14 14:47:30 +00:00
swc_xml_visit chore: Bump crates 2024-06-14 14:47:30 +00:00
testing chore: Bump crates 2024-06-14 14:47:30 +00:00
testing_macros chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +00:00