* add new custom eslint rule, replace remaining t.identifier("undefined") with buildUndefinedNode(), update tests
* change no-undefined-identifier reporting descriptor
4 lines
39 B
JavaScript
4 lines
39 B
JavaScript
"use strict";
|
|
|
|
var foo = () => void 0;
|