(key: string)
| 66 | bindingMetadata: BindingMetadata = {} |
| 67 | helperImports: Set<string> = new Set() |
| 68 | helper(key: string): string { |
| 69 | this.helperImports.add(key) |
| 70 | return `_${key}` |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * to be exposed on compiled script block for HMR cache busting |