Previously:
import {of } from 'x'; of (null);
Now:
import {of} from 'x'; of(null);
Maybe:
// "of" is only a keyword if it appears after another identifier // (e.g. as "const x of y" in a for loop).