[docs] add note about the AST not being public API (#7113)

pull/7114/head
Simon H 3 years ago committed by GitHub
parent 8a47b5ec9e
commit 26f767e873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ ast: object = svelte.parse(
--- ---
The `parse` function parses a component, returning only its abstract syntax tree. Unlike compiling with the `generate: false` option, this will not perform any validation or other analysis of the component beyond parsing it. The `parse` function parses a component, returning only its abstract syntax tree. Unlike compiling with the `generate: false` option, this will not perform any validation or other analysis of the component beyond parsing it. Note that the returned AST is not considered public API, so breaking changes could occur at any point in time.
```js ```js

Loading…
Cancel
Save