revisions

This commit is contained in:
jbhoosreddy 2018-09-12 23:35:25 -04:00
parent d65bee93c5
commit cfe7f35059
10 changed files with 32 additions and 32 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private async generator method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private async method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private generator method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . private method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class, class-fields-private, class-methods-private, class-fields-public]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on call expressions . privatename
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class, class-fields-private, class-fields-public]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . private async generator method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . private async method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . private generator method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . private method
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class-methods-private]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Syntax error if you call delete on member expressions . privatename
desc: It's a SyntaxError if delete operator is applied to MemberExpression.PrivateName
template: delete-error
features: [class-fields-private]
---*/