REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.91 KB
Close
/home/byroehnu/.trash/node_modules11/babel-plugin-styled-components/lib/utils/options.js
Text
Base64
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useTranspileTemplateLiterals = exports.useTopLevelImportPathMatchers = exports.useSSR = exports.usePureAnnotation = exports.useNamespace = exports.useMinify = exports.useMeaninglessFileNames = exports.useFileName = exports.useDisplayName = exports.useCssProp = void 0; var _picomatch = _interopRequireDefault(require("picomatch")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function getOption({ opts }, name, defaultValue = true) { return opts[name] === undefined || opts[name] === null ? defaultValue : opts[name]; } const useDisplayName = state => getOption(state, 'displayName'); exports.useDisplayName = useDisplayName; const useTopLevelImportPathMatchers = state => getOption(state, 'topLevelImportPaths', []).map(pattern => (0, _picomatch.default)(pattern)); exports.useTopLevelImportPathMatchers = useTopLevelImportPathMatchers; const useSSR = state => getOption(state, 'ssr', true); exports.useSSR = useSSR; const useFileName = state => getOption(state, 'fileName'); exports.useFileName = useFileName; const useMeaninglessFileNames = state => getOption(state, 'meaninglessFileNames', ['index']); exports.useMeaninglessFileNames = useMeaninglessFileNames; const useMinify = state => getOption(state, 'minify'); exports.useMinify = useMinify; const useTranspileTemplateLiterals = state => getOption(state, 'transpileTemplateLiterals'); exports.useTranspileTemplateLiterals = useTranspileTemplateLiterals; const useNamespace = state => { const namespace = getOption(state, 'namespace', ''); if (namespace) { return `${namespace}__`; } return ''; }; exports.useNamespace = useNamespace; const usePureAnnotation = state => getOption(state, 'pure', false); exports.usePureAnnotation = usePureAnnotation; const useCssProp = state => getOption(state, 'cssProp', true); exports.useCssProp = useCssProp;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
detectors.js
6.61 KB
lrw-r--r--
2026-02-28 00:26:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
getName.js
1.57 KB
lrw-r--r--
2026-02-28 00:27:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
getSequenceExpressionValue.js
261 B
lrw-r--r--
2026-02-28 00:27:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hash.js
1.55 KB
lrw-r--r--
2026-02-28 00:27:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
options.js
1.91 KB
lrw-r--r--
2026-02-28 00:28:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
prefixDigit.js
194 B
lrw-r--r--
2026-02-28 00:28:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).