Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/seven-boxes-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-deers-end.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/svelte-ast-print/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# svelte-ast-print

## 1.0.0

### Major Changes

- [#122](https://github.com/xeho91/js-ast/pull/122) [`21d815e`](https://github.com/xeho91/js-ast/commit/21d815e36a13e60b9f4fc30a4a27ed8a639d72ba) Thanks [@xeho91](https://github.com/xeho91)! - Set minimum supported Node.js version to `v20` (LTS)

- [#114](https://github.com/xeho91/js-ast/pull/114) [`06c1f0d`](https://github.com/xeho91/js-ast/commit/06c1f0ded0fdd173bbd12dd90dcb1ddc40cb2a6a) Thanks [@xeho91](https://github.com/xeho91)! - feat!: Modularize `print` into smaller `print*` functions
2 changes: 1 addition & 1 deletion packages/svelte-ast-print/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "svelte-ast-print",
"version": "0.6.0",
"version": "1.0.0",
"type": "module",
"description": "Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.",
"keywords": [
Expand Down