node-trucker
node-trucker copied to clipboard
import-aware file management and dependency analysis for javascript
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...
When there are gitignores in both `/project-root/.gitignore` and `/project-root/subfolder/.gitignore` only the first `.gitignore` found, walking the tree up from the base (pwd) is used to determine excluded files. This results...
I realise everyone is asking for their flavour of config to be recognised by trucker, so I am just wondering if `snowpack` aliases could also be supported.
In our project we use *resolve* feature of **webpack**: https://webpack.js.org/configuration/resolve/ The corresponding part of the webpack.config.js looks like: ``` resolve: { modules: [ 'node_modules', 'web_modules', path.join(__dirname, 'src'), path.join(__dirname, 'src/assets'), path.join(__dirname,...
It also does not support using a `jsconfig.json` with resolved paths, like ```json { "compilerOptions": { "baseUrl": "src", "paths": { "~/*": ["src/*"] }, "jsx": "react" }, "include": ["src"] } ```...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...