prettier/tests/flow/require/not_builtin_require.js

5 lines
71 B
JavaScript

// @flow
function require(x: string) {}
require("not a module name");