Michael Kim
Michael Kim
### Describe the feature ### Problem Currently if I want to emit an [AMD module](https://swc.rs/docs/configuration/modules#amd), the emitted AMD module will be anonymous unless I set the `"moduleId"` config option in...
If I use the following snippet from https://github.com/bazelbuild/rules_rust/releases/tag/0.8.1: ```txt load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", sha256 = "05e15e536cc1e5fd7b395d044fc2dabf73d2b27622fbc10504b7e48219bb09bc", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.8.1/rules_rust-v0.8.1.tar.gz", "https://github.com/bazelbuild/rules_rust/releases/download/0.8.1/rules_rust-v0.8.1.tar.gz", ], ) ``` I see the following...
### Describe the bug When running `swc` on a set of files that have subdirectories, `swc` always drops the first nested directory in its outputs. ### Input code ```typescript swc...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal. - [X]...