- Use Sonda to analyze bundle size
- Update
publint
to0.3.0
(Bundle size minified (GZIP):25.53 KiB
=>13.89 KiB
or Uncompressed79.48 KiB
=>39.42 KiB
) - Other dev bumps
- fixed the display of settings (#3)
- use jsonpos instead of jsonc-parser which is much smaller (reduce bundle size from
90kb
=>80kb
)
- add
ignore-private-packages
option - add
ignored-rules
option - improve bundle size (remove picocolors and fs.realpath, thanks to https://github.com/danielroe/unplugin-purge-polyfills) (
99kb
=>90kb
) - some optimization (prevent useless actions and etc)
Fixes:
- ignore private packages (in #2)
- downgrade required version
- add simple test
- use
node:path
to handle basename/dirname
Fixes:
- ignore non-json files and handle visibleTextEditors (in #1)
- initial release