chore: TODO
This commit is contained in:
parent
899a31139b
commit
4133c55dbc
|
@ -67,6 +67,7 @@ export default (
|
|||
.sort(([lname], [rname]) => (lname < rname ? -1 : 1))
|
||||
.map(([type, Class]) => {
|
||||
const thisUid = uid++;
|
||||
// TODO: I think we can do computed class members now.
|
||||
const source = `
|
||||
(${type}) => class Gathered${type} extends ${type} {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user