readme: add known issues

This commit is contained in:
Barrett Ruth 2023-01-07 17:38:57 -06:00
parent 1785447788
commit ccbda73fd0

View file

@ -36,9 +36,13 @@ require('import-cost').setup(opts)
See `:h import-cost` for more information See `:h import-cost` for more information
## TODO ## Known Issues
1. CommonJS support 1. CommonJS support is particularly flaky - some packages work, some dont (this
is by virtue of the [npm module](https://github.com/wix/import-cost/), and,
thus, unavoidable)
2. Long wait times - once again, the npm module may take quite a while before
fully parsing packages
## Acknowledgements ## Acknowledgements