Skip to content
Snippets Groups Projects
Commit b8d43a39 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

More reorganization for the class folder

parent d73548b0
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-inst-
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-static-
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-inst-
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-static-
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-inst-
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-static-
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-inst-
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-static-
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
......
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/private-accessor-name/inst-
path: language/statements/class/elements/private-accessor-name/inst-
name: Class declaration, private instance method
esid: #prod-MethodDefinition
info: |
......
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/private-accessor-name/static-
path: language/statements/class/elements/private-accessor-name/static-
name: Class declaration, static method
esid: #prod-MethodDefinition
info: |
......
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/private-accessor-name/inst-
path: language/expressions/class/elements/private-accessor-name/inst-
name: Class expression, instance private method
esid: #prod-MethodDefinition
info: |
......
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/private-accessor-name/static-
path: language/expressions/class/elements/private-accessor-name/static-
name: Class expression, static private method
esid: #prod-MethodDefinition
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-method-
path: language/statements/class/async-method/
name: Async method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-private-method-
path: language/statements/class/async-private-method/
name: Async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-method-static-
path: language/statements/class/async-method-static/
name: Static async method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-private-method-static-
path: language/statements/class/async-private-method-static/
name: Static async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-method-
path: language/expressions/class/async-method/
name: Async method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-private-method-
path: language/expressions/class/async-private-method/
name: Async private method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-method-static-
path: language/expressions/class/async-method-static/
name: Static async method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-private-method-static-
path: language/expressions/class/async-private-method-static/
name: Static private async method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment