mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
Users must now call `setParseImpl` to provide custom parsing logic before invoking `this.parse`. Acorn has been removed as a dependency. closes #480
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export * from './define'
|
|
export * from './types'
|
|
export { setParseImpl } from './utils/parse'
|