Skip to content

Commit 15982f9

Browse files
Version Packages
1 parent 7911bcb commit 15982f9

File tree

4 files changed

+10
-22
lines changed

4 files changed

+10
-22
lines changed

.changeset/wild-deers-end.md

-5
This file was deleted.
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# svelte-ast-print
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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

packages/svelte-ast-print/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "svelte-ast-print",
4-
"version": "0.6.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"description": "Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.",
77
"keywords": [

typedoc.base.json

+2-16
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@
22
"$schema": "https://typedoc.org/schema.json",
33
"includeVersion": true,
44
"excludeInternal": false,
5-
"highlightLanguages": [
6-
"bash",
7-
"console",
8-
"css",
9-
"html",
10-
"javascript",
11-
"json",
12-
"jsonc",
13-
"svelte",
14-
"typescript"
15-
],
5+
"highlightLanguages": ["bash", "console", "css", "html", "javascript", "json", "jsonc", "svelte", "typescript"],
166
"logLevel": "Verbose",
17-
"plugin": [
18-
"typedoc-plugin-dt-links",
19-
"typedoc-plugin-mdn-links",
20-
"typedoc-plugin-missing-exports"
21-
]
7+
"plugin": ["typedoc-plugin-dt-links", "typedoc-plugin-mdn-links", "typedoc-plugin-missing-exports"]
228
}

0 commit comments

Comments
 (0)