Functions§
- check_
and_ emit_ too_ many_ matches_ warning - request_
to_ string - throw_
module_ not_ found_ error_ expr - Creates a IIFE expression that throws a “Cannot find module” error for the given request string
- throw_
module_ not_ found_ expr - Creates a IIFE expression that throws a “Cannot find module” error for the given request string
- throw_
module_ not_ found_ expr_ async - Creates a Promise that rejects with a “Cannot find module” error for the given request string. Use this for async contexts (dynamic imports).