From ccbda73fd0540aeb42e744c6b5b957bd777fabfe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 7 Jan 2023 17:38:57 -0600 Subject: [PATCH] readme: add known issues --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d75f419..1d8a6c8 100644 --- a/readme.md +++ b/readme.md @@ -36,9 +36,13 @@ require('import-cost').setup(opts) 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