node-precinct icon indicating copy to clipboard operation
node-precinct copied to clipboard

Unleash the detectives

Results 16 node-precinct issues
Sort by recently updated
recently updated
newest added

Supports https://github.com/dependents/node-dependency-tree/issues/147. `filename` is existing, but `treePath` will only come with https://github.com/dependents/node-dependency-tree/pull/149. See example use case in https://github.com/dependents/detective-typescript/pull/48.

Precss syntax for `@import` simmilar to sass

enhancement

Hey, I'm trying to extract dependencies from a svelte-style .html file. It seems like precinct is trying to parse it like JSX: ``` ❯ env DEBUG=precinct npx precinct svelte/HelloWorld.html precinct...

enhancement

https://github.com/dependents/node-precinct/blob/860d577c2f444de6f6f731d879907c41958eea8a/index.js#L45 In my case, I would like to use a walker with custom options ```js var walker = new Walker( { plugins: [ 'flow', 'classPrivateProperties', 'nullishCoalescingOperator', ] } ) ```...

enhancement
help wanted

background url address can not be parse,eg: background: url(../../../../img/dataManagement/labelDataSet/add_table_icon_disabled.svg)

I'm trying to use this module in order to create a list of all the dependencies in use into my application. However the `require.resolve` is not being listed as a...

enhancement
help wanted

Related/original report: https://github.com/pahen/madge/issues/117 It appears Precinct does not work with webpack's dynamic loading with [require.context](https://webpack.github.io/docs/context.html) (basically glob) so e.g. ```javascript var context = require.context(".", true, /\.js$/) context.keys().forEach(context) ``` This ought...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.5 Bundles CodeQL CLI v2.15.5 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.5: codeql/cpp-queries...

dependencies
github_actions

I realized vue sfc compiler v3 can also parse vue2 files which is enough to pull out dependencies from them, so I pinned the vue3 compiler as a dependency and...