Skip to content

Releases: sveltejs/esrap

v1.4.6

01 Apr 09:54
5191ed7
Compare
Choose a tag to compare

Patch Changes

  • 1caf836: fix: add missing spaces in interfaces
  • 49d433b: fix: correctly handle parenthesised FunctionExpressions
  • 76eabe8: fix: consistently escape escape characters
  • 9daf5dd: fix: correct indentation of TSModuleBlock

v1.4.5

16 Feb 11:09
d2cf14a
Compare
Choose a tag to compare

Patch Changes

  • 6a6eed9: fix: support TSImportType

v1.4.4

11 Feb 08:44
af10b08
Compare
Choose a tag to compare

Patch Changes

  • b683171: fix: support TSModuleDeclaration

v1.4.3

14 Jan 14:50
2ab03fc
Compare
Choose a tag to compare

Patch Changes

  • 030c3ec: fix: correctly escape \r

v1.4.2

10 Jan 00:21
de464e6
Compare
Choose a tag to compare

Patch Changes

  • faa865e: fix: including sourcemap mappings for block statement brackets

v1.4.1

09 Jan 22:43
e1caca6
Compare
Choose a tag to compare

Patch Changes

  • 10c6156: fix: escape newlines when quoting strings

v1.4.0

09 Jan 20:26
aada856
Compare
Choose a tag to compare

Minor Changes

  • d97e56f: feat: add option for quote and indentation styles

v1.3.7

09 Jan 18:14
5471cb4
Compare
Choose a tag to compare

Patch Changes

  • 4c784f6: fix: move @changesets/cli to dev dependencies

v1.3.6

09 Jan 17:19
7fb5f2b
Compare
Choose a tag to compare

Patch Changes

  • 333b32c: chore: verify changesets setup, again