deno/cli/tools/vendor
David Sherret f343391a9f
fix(unstable): disable importing from the vendor directory (#20067)
Some people might get think they need to import from this directory,
which could cause confusion and duplicate dependencies. Additionally,
the `vendor` directory has special behaviour in the language server, so
importing from the folder will definitely cause confusion and issues
there.
2023-08-17 16:14:22 +00:00
..
analyze.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
build.rs fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#19837) 2023-07-14 18:10:42 -04:00
import_map.rs fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#19837) 2023-07-14 18:10:42 -04:00
mappings.rs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
mod.rs fix: error on invalid & unsupported jsx compiler options (#19954) 2023-07-27 12:15:39 -04:00
specifiers.rs feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
test.rs fix(unstable): disable importing from the vendor directory (#20067) 2023-08-17 16:14:22 +00:00