aecf9de738
Previously, `isRelativePath()` assumed paths are *nix-style. This caused Windows-style paths (such as `C:\foo\some-package\some-file.js`) to not be recognized as "relative" imports. This commit fixes this by using the OS-agnostic `isRooted()` helper and also accounting for both styles of path delimiters: `/` and `\` PR Close #36372 |
||
---|---|---|
.. | ||
commonjs_dependency_host_spec.ts | ||
dependency_resolver_spec.ts | ||
dts_dependency_host_spec.ts | ||
esm_dependency_host_spec.ts | ||
module_resolver_spec.ts | ||
umd_dependency_host_spec.ts |