wip: remove unnecessary inlinePropsIdentifier option
This commit is contained in:
@@ -66,10 +66,7 @@ export interface CodegenResult {
|
||||
}
|
||||
|
||||
export interface CodegenContext
|
||||
extends Omit<
|
||||
Required<CodegenOptions>,
|
||||
'bindingMetadata' | 'inline' | 'inlinePropsIdentifier'
|
||||
> {
|
||||
extends Omit<Required<CodegenOptions>, 'bindingMetadata' | 'inline'> {
|
||||
source: string
|
||||
code: string
|
||||
line: number
|
||||
|
||||
Reference in New Issue
Block a user