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 6579f38 commit e433c0cCopy full SHA for e433c0c
working/augmentation-libraries/feature-specification.md
@@ -873,6 +873,14 @@ declaration ::= 'external' factoryConstructorSignature
873
| 'augment'? redirectingFactoryConstructorSignature
874
| 'augment'? constantConstructorSignature (redirection | initializers)?
875
| 'augment'? constructorSignature (redirection | initializers)?
876
+
877
+methodSignature ::= constructorSignature initializers?
878
+ | factoryConstructorSignature
879
+ | 'augment'? 'static'? functionSignature
880
+ | 'augment'? 'static'? getterSignature
881
+ | 'augment'? 'static'? setterSignature
882
+ | 'augment'? operatorSignature
883
884
```
885
886
**TODO: Define the grammar for the various `augmented` expressions.**
0 commit comments