Skip to content

Releases: sveltejs/esrap

v2.2.1

01 Dec 20:27
7a37005

Choose a tag to compare

Patch Changes

  • 4b2b920: fix: loosen types for getLeadingComments and getTrailingComments

v2.2.0

25 Nov 19:15
00dea24

Choose a tag to compare

Minor Changes

  • da2f84d: feat: add getLeadingComments & getTrailingComments option for programmatic comment insertion

v2.1.3

16 Nov 07:24
6ca1bd0

Choose a tag to compare

Patch Changes

  • 9bf2740: fix: support export class with decorators

v2.1.2

30 Oct 16:14
c542897

Choose a tag to compare

Patch Changes

  • 53b485d: fix: support typescript class decorator

v2.1.1

26 Oct 12:03
127fab3

Choose a tag to compare

Patch Changes

  • 9a7693e: fix: support more typescript nodes

v2.1.0

03 Jul 15:36
11d6b94

Choose a tag to compare

Minor Changes

  • 3c9abb3: feat: add context.space() method

Patch Changes

  • 3c9abb3: fix: add newline after line comment following statement

v2.0.1

26 Jun 22:19
9204915

Choose a tag to compare

Patch Changes

  • 922292a: fix: support implements with an empty array and with more than 1

v2.0.0

25 Jun 17:44
0636a77

Choose a tag to compare

Major Changes

  • a5f91d5: breaking: add support for custom printers
  • 029962b: breaking: print(...) only accepts a node, not an array of nodes

Minor Changes

  • 6483d71: feat: experimental JSX support

v1.4.9

08 Jun 11:41
4c30501

Choose a tag to compare

Patch Changes

  • bd045a3: fix: support function return type
  • bd045a3: fix: support decorator expression

v1.4.8

08 Jun 11:02
17130e4

Choose a tag to compare

Patch Changes

  • 61c9902: fix: only push with clause if attributes length is gt 0