quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

8$: Error on invalid 'export import'

Open strager opened this issue 3 years ago • 0 comments

export import A = B;         // legal TypeScript; illegal JavaScript
export import fs from "fs";  // illegal

strager avatar Jul 23 '22 01:07 strager