Skip to content

Releases: sveltejs/esrap

v2.2.3

08 Feb 02:37
02acfcb

Choose a tag to compare

Patch Changes

  • 4994752: fix: print function accessibility
  • f9137c4: fix: print superTypeParameters
  • 779b3f5: fix: print override keyword

v2.2.2

20 Jan 18:38
eca363b

Choose a tag to compare

Patch Changes

  • fc7edf6: fix: context.multiline now bubbles up through child-contexts
  • 8f2fc99: fix: remove extra margin between multiline object

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