Lines Matching refs:specifiers
115 There are three types of specifiers:
139 For details on these package resolution rules that apply to bare specifiers in
145 relative or absolute specifiers. Directory indexes (e.g. `'./startup/index.js'`)
472 `NODE_PATH` is not part of resolving `import` specifiers. Please use symlinks
654 // For some or all specifiers, do some custom logic for resolving.
670 // Defer to Node.js for all other specifiers.
851 In current Node.js, specifiers starting with `https://` are unsupported. The
852 loader below registers hooks to enable rudimentary support for such specifiers.
865 // Normally Node.js would error on specifiers starting with 'https://', so
878 // Let Node.js handle all other specifiers.
949 // specifiers ending in the CoffeeScript file extensions.
956 // Let Node.js handle all other specifiers.