Fix: some templates in Computed Property Names needed explicit paths.

This commit is contained in:
Rick Waldron 2020-09-25 12:49:41 -04:00
parent 5090f7adfe
commit 3213e789f4
10 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/cpn-accessors-
path: language/statements/class/cpn-class-decl-accessors-
name: ComputedPropertyName in ClassDeclaration
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/cpn-fields-methods-
path: language/statements/class/cpn-class-decl-fields-methods-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/cpn-fields-
path: language/statements/class/cpn-class-decl-fields-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/cpn-
path: language/statements/class/cpn-class-decl-
name: ComputedPropertyName in ClassDeclaration
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/cpn-accessors-
path: language/expressions/class/cpn-class-expr-accessors-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/cpn-fields-methods-
path: language/expressions/class/cpn-class-expr-fields-methods-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/cpn-fields-
path: language/expressions/class/cpn-class-expr-fields-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/cpn-
path: language/expressions/class/cpn-class-expr-
name: ComputedPropertyName in ClassExpression
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/cpn-
path: language/expressions/object/cpn-obj-lit-
name: ComputedPropertyName in ObjectLiteral
esid: prod-ComputedPropertyName
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/cpn-
path: language/expressions/object/cpn-yield-expr-
name: ComputedPropertyName in ObjectLiteral
esid: prod-ComputedPropertyName
info: |