feat(compiler-core): whitespace handling strategy
This commit is contained in:
@@ -52,6 +52,10 @@ export interface ParserOptions
|
||||
* @default ['{{', '}}']
|
||||
*/
|
||||
delimiters?: [string, string]
|
||||
/**
|
||||
* Whitespace handling strategy
|
||||
*/
|
||||
whitespace?: 'preserve' | 'condense'
|
||||
/**
|
||||
* Only needed for DOM compilers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user