Track extension version with rush change (#322)
This commit is contained in:
Родитель
b5ae16c98c
Коммит
346670ab43
|
@ -229,7 +229,7 @@ const modelStatement: BeginEndRule = {
|
|||
end: `(?<=\\})|${universalEnd}`,
|
||||
patterns: [
|
||||
token,
|
||||
modelHeritage, // before expression or`extends` will looki like type name
|
||||
modelHeritage, // before expression or `extends` will look like type name
|
||||
expression, // enough to match name, type parameters, and body and assignment.
|
||||
],
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче