* First implementation sketch and testcase * Use helper instead of inline IIFE's * minNodeVersion 6.0.0 * Hoisted visitor for subtraversal and fixed edgest case * Resolve merge conflicts in helpers * Remove duplicated helper from messing up Git
4 lines
34 B
JavaScript
4 lines
34 B
JavaScript
class C {
|
|
static [C + 3] = 3;
|
|
}
|