eslint-plugin-tree-shaking

Marks side-effects in module initialization that would interfere with tree-shaking

MIT License

Downloads
127K
Stars
203
Committers
8
eslint-plugin-tree-shaking - v1.2.0

Published by lukastaegert about 7 years ago

<a name"1.2.0">

1.2.0 (2017-08-08)

Bug Fixes

  • setup: Remove package-lock.json as it doesn't like my artifactory (730028d0)

Features

  • nodes: Support ClassProperty nodes from babel-eslint (b3f71cde)
eslint-plugin-tree-shaking - v1.1.1

Published by lukastaegert over 7 years ago

<a name"1.1.1">

1.1.1 (2017-07-19)

Bug Fixes

  • messages: Align and rework error messages (3659098d)
eslint-plugin-tree-shaking - v1.1.0

Published by lukastaegert over 7 years ago

<a name"1.1.0">

1.1.0 (2017-07-18)

Features

  • comments: Allow specifying imports and exports as pure (49656a2f)
eslint-plugin-tree-shaking - v1.0.0

Published by lukastaegert over 7 years ago

<a name"1.0.0">

1.0.0 (2017-07-17)

Features

  • errors: Handle expected errors gracefully (e0b2def1)
  • messages: Use more descriptive error messages (ae62fe7c)
  • rollup: Add rollup compatibility mode (f3daf380)
  • rule: Properly handle call expressions (8b378183)
  • rules: