mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
9eafd0c6c4
swc_ecma_loader: - `TsConfigResolver`: Use `baseUrl`. (#2050) swc: - Change type of `JscConfig.base_url` to `PathBuf`. testing: - Improve `NormalizedOutput::compare_to_file`.
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
import A from './subfolder/A'
|
|
|
|
|
|
console.log(A); |