Releases: sveltejs/esrap
Releases · sveltejs/esrap
v2.1.0
Minor Changes
- 3c9abb3: feat: add
context.space()
method
Patch Changes
- 3c9abb3: fix: add newline after line comment following statement
v2.0.1
Patch Changes
- 922292a: fix: support
implements
with an empty array and with more than 1
v2.0.0
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
Patch Changes
- bd045a3: fix: support function return type
- bd045a3: fix: support decorator expression
v1.4.8
Patch Changes
- 61c9902: fix: only push
with
clause if attributes length is gt 0
v1.4.7
Patch Changes
- bab0228: fix: support import attributes
v1.4.6
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.4
Patch Changes
- b683171: fix: support
TSModuleDeclaration