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.12.2 Latest Release

Published by lukastaegert 3 months ago

1.12.2 (2024-07-19)

Bug Fixes

  • exclude the test file from bundle (85d8d36)
  • fix tsconfig include pattern error (9496340)

Reverts

eslint-plugin-tree-shaking - v1.12.1

Published by lukastaegert 9 months ago

1.12.1 (2024-01-19)

Bug Fixes

  • pure notation with spaces (96f0d1c)
eslint-plugin-tree-shaking - v1.12.0

Published by lukastaegert 11 months ago

1.12.0 (2023-11-23)

Features

  • support pure annotation (e749f8d)
eslint-plugin-tree-shaking - v1.11.0

Published by lukastaegert 11 months ago

1.11.0 (2023-11-20)

Features

  • support pure annotation (f13c3f5)
eslint-plugin-tree-shaking - v1.10.0

Published by lukastaegert almost 3 years ago

1.10.0 (2022-01-07)

Bug Fixes

  • dependencies: update dependencies (4515ad2)

Features

  • property-definition-node: support new PropertyDefinition node (441ad0f)
  • whitelist-config: add rule config to whitelist certain functions (4ef39f0)
eslint-plugin-tree-shaking - v1.9.2

Published by lukastaegert over 3 years ago

1.9.2 (2021-06-08)

Bug Fixes

  • dependencies: update dependencies (90287ad)
eslint-plugin-tree-shaking - v1.9.1

Published by lukastaegert over 3 years ago

1.9.1 (2021-05-11)

Bug Fixes

  • dependencies: update dependencies (e21c7d3)
eslint-plugin-tree-shaking - v1.9.0

Published by lukastaegert over 3 years ago

1.9.0 (2021-05-07)

Bug Fixes

  • dependencies: update dependencies (f6fe5fc)

Features

  • operator: add support for ?? nullish coalescing operator (acc03f9)
eslint-plugin-tree-shaking - v1.8.0

Published by lukastaegert almost 5 years ago

1.8.0 (2020-01-10)

Features

  • rollup: update to latest Rollup (6ad3a66)
  • typescript: add TypeScript support (c5e7d37)
eslint-plugin-tree-shaking - v1.7.4

Published by lukastaegert over 5 years ago

1.7.4 (2019-04-04)

Bug Fixes

  • crash: handle class properties without initializer (a2e4ed4)
eslint-plugin-tree-shaking - v1.7.3

Published by lukastaegert over 6 years ago

1.7.3 (2018-06-06)

Bug Fixes

  • build: update dependencies (216e14c)
eslint-plugin-tree-shaking - v1.7.2

Published by lukastaegert over 6 years ago

1.7.2 (2018-02-01)

Bug Fixes

  • release: update travis script (23ea28d)
eslint-plugin-tree-shaking - v1.7.1

Published by lukastaegert over 6 years ago

1.7.1 (2018-01-31)

Bug Fixes

  • parsing: do not fail for object rest spread properties (b74be4f)
  • release: update travis script (0a3570a)
eslint-plugin-tree-shaking - v1.7.0

Published by lukastaegert about 7 years ago

1.7.0 (2017-09-18)

Bug Fixes

  • update: Downgrade semantic-release again (0b962f5)
  • update: Rebuild package-lock to fix semantic-release problem (d3f8072)

Features

  • update: Update to match rollup v0.50.0 (205d565)
eslint-plugin-tree-shaking - v1.6.1

Published by lukastaegert about 7 years ago

1.6.1 (2017-09-13)

Bug Fixes

  • update: Handle rollup specific side-effects in conditional expressions (5b68890)
eslint-plugin-tree-shaking - v1.6.0

Published by lukastaegert about 7 years ago

1.6.0 (2017-09-11)

Features

  • update: Update to latest rollup version (604a3e7)
eslint-plugin-tree-shaking - v1.5.0

Published by lukastaegert about 7 years ago

1.5.0 (2017-08-30)

Features

  • update: Remove unnecessary special handling for rollup (03e00ea)
  • update: Update to flag all issues in rollup 0.49.2 (60781e1)
eslint-plugin-tree-shaking - v1.4.1

Published by lukastaegert about 7 years ago

1.4.1 (2017-08-20)

Bug Fixes

  • package: update rollup to version 0.48.2 (c257e57), closes #7
eslint-plugin-tree-shaking - v1.4.0

Published by lukastaegert about 7 years ago

<a name"1.4.0">

1.4.0 (2017-08-12)

Features

  • rollup: Update rollup exceptions to reflect latest improvements; (0ba08206, closes #4)
eslint-plugin-tree-shaking - v1.3.0

Published by lukastaegert about 7 years ago

<a name"1.3.0">

1.3.0 (2017-08-10)

Features

  • nodes: Support JSX Syntax; (1d9e1d15, closes #3)