webpack.js.org
                                
                                 webpack.js.org copied to clipboard
                                
                                    webpack.js.org copied to clipboard
                            
                            
                            
                        Document webpack change: Move Module.used and Module.usedExports into ModuleGraph
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: https://github.com/webpack/webpack/pull/7852
What kind of change does this PR introduce? refactor
Did you add tests for your changes? existing tests
Does this PR introduce a breaking change? yes
What needs to be documented once your changes are merged? Module.used and Module.usedExports no longer exist and Module.getUsedExports should be used instead.
Couldn't find this in the docs