We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4013e commit 417abe9Copy full SHA for 417abe9
src/app/compiler/angular/deps/helpers/component-helper.ts
@@ -179,7 +179,7 @@ export class ComponentHelper {
179
180
// Matches a value for the input
181
const valuePattern = (capture = true) =>
182
- `(${capture ? '' : '?:'}[\\w._]+|${quotePattern}.+${quotePattern})`;
+ `(${capture ? '' : '?:'}[^()]*(?:\\([^()]*\\)[^()]*)*)`;
183
184
// Matches an optional space
185
const spacePattern = `(?: )*`;
0 commit comments