()
| 192 | * @returns {never} |
| 193 | */ |
| 194 | export function walk() { |
| 195 | throw new Error( |
| 196 | `'svelte/compiler' no longer exports a \`walk\` utility — please import it directly from 'estree-walker' instead` |
| 197 | ); |
| 198 | } |
| 199 | |
| 200 | export { VERSION } from '../version.js'; |
| 201 | export { migrate } from './migrate/index.js'; |
no outgoing calls
no test coverage detected