webpack.js.org icon indicating copy to clipboard operation
webpack.js.org copied to clipboard

Document webpack change: Move Module.used and Module.usedExports into ModuleGraph

Open webpack-bot opened this issue 7 years ago • 1 comments

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.

webpack-bot avatar Aug 06 '18 19:08 webpack-bot

Couldn't find this in the docs

Lalitha-Iyer avatar Oct 08 '20 23:10 Lalitha-Iyer