import-cost
import-cost copied to clipboard
displays the import size of the package you are importing inside the code editor
Is this tool able to calculate size of packages which use native code too? Like https://github.com/react-native-image-picker/react-native-image-picker
I have release a package, but I can't see the import cost when I import it
Hello, author, at some point, I started to try this plug-in, and it didn't seem to be able to handle complex import environments, like JavaScript and TS files, referencing each...
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
- Issue Type: `Bug` - Extension Name: `vscode-import-cost` - Extension Version: `3.3.0` - OS Version: `Linux x64 5.15.0-41-generic` - VS Code version: `1.69.1` ```json { "messages": [], "activationTimes": { "codeLoadingTime":...
Hi there! I'm reaching out to you because we currently have your extension manually added to our extension gallery at Coder for [code-server](https://github.com/cdr/code-server/), and we're currently working on a migration...
- Issue Type: `Bug` - Extension Name: `vscode-import-cost` - Extension Version: `3.3.0` - OS Version: `Darwin x64 20.6.0` - VS Code version: `1.67.1` :warning: We have written the needed data...
I realised that it was tried several times to add the `vsce package` step to the `pretest` script. Like in the commits: 2117d6a4cd3fc0f8ef5cff41811f9aba61d825e4, 328a68fadfb1cdaece0cacd9e164cbd9f45a10e8 and 328a68fadfb1cdaece0cacd9e164cbd9f45a10e8 Referring to https://stackoverflow.com/questions/70526178/error-package-vscode-extension-with-vsce-invalid-relative-path It...
- Using the old "decorators" plugin config was preventing import-cost to parse decorators in class constructors parameters. - Followed babel guidelines to replace the old plugin by the latest `decorators-legacy`...
Is there a way to run this on the command-line with some input files and just get a list of all the imports from biggest to smallest and which files...