Skip to content

Commit

Permalink
[package] allow extra args to be passed to wakaru:unminify-chunk / we…
Browse files Browse the repository at this point in the history
…bcrack:unminify-chunk
  • Loading branch information
0xdevalias committed Jan 8, 2024
1 parent de3c091 commit 9c1001d
Show file tree
Hide file tree
Showing 4 changed files with 1,889 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
stage2-unpacked/
stage3-unminified/
stage3-unminified-webcrack/
graphs/

#IDEs
.idea/
Expand Down
30 changes: 30 additions & 0 deletions .madgerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// See: https://github.com/pahen/madge#configuration
{
"fileExtensions": ["js"],
// See:
// https://github.com/dependents/node-dependency-tree#usage
// requireConfig: 'path/to/requirejs/config', // optional
// webpackConfig: 'path/to/webpack/config', // optional
// https://github.com/dependents/node-filing-cabinet#usage
// webpackConfig: (optional) Webpack config for resolving aliased JavaScript modules. If exporting multiple configurations, the first configuration is used.
//requireConfig String null RequireJS config for resolving aliased modules
//webpackConfig String null Webpack config for resolving aliased modules
// See:
// https://github.com/dependents/node-dependency-tree#options
// https://github.com/dependents/node-precinct#usage
"detectiveOptions": {
"es6": {
"mixedImports": true,
"skipTypeImports": true
},
"ts": {
"mixedImports": true,
"skipTypeImports": true
}
}
// layout String dot Layout to use in the graph
// nodeColor String #c6c5fe Default node color to use in the graph
// noDependencyColor String #cfffac Color to use for nodes with no dependencies
// cyclicNodeColor String #ff6c60 Color to use for circular dependencies
// edgeColor String #757575 Edge color to use in the graph
}
Loading

0 comments on commit 9c1001d

Please sign in to comment.