This plugin enabled Parcel to automatically use module aliases defined in tsconfig.json's compilerOptions.paths without any additional configuration.
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
Parcel namer that preserves directory structures to stabilize output and keep the hierarchy.
Supports tsconfig paths in Parcelv2.
UnRS Resolver Node API
Vite resolver for TypeScript compilerOptions.paths
Load modules according to tsconfig paths in webpack.
Enforces module path case sensitivity in Webpack
Load node modules according to tsconfig paths, in run-time or via API.
Typescript tools that help with migration to the strict mode
Webpack plugin that AoT compiles your Angular components and modules.
A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Ts transform plugins helpers
Import with sanity.
Resolving tsconfig paths in runtime
Rollup plugin to automatically resolve TypeScript path aliases.
TypeScript plugin for ESLint
Universal filesystem path utils
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Moving a file to different folder, could result in changing all imports statement in that file. This will not happen is the import paths are absolute. The eslint rule helps enforcing having absolute import paths. Support eslint --fix to automatically chan