Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
485 B
Plaintext
1 line
485 B
Plaintext
{"version":3,"file":"is-system-collection.js","names":[],"sources":["../../../src/rest/utils/is-system-collection.ts"],"sourcesContent":["export function isSystemCollection(collection: string): boolean {\n\t// @ts-expect-error actual values are injected at build time from the @directus/system-data package\n\tconst collections: string[] = __SYSTEM_COLLECTION_NAMES__;\n\treturn collections.includes(collection);\n}\n"],"mappings":"AAAA,SAAgB,EAAmB,EAA6B,CAG/D,MAAA,+iBAAmB,SAAS,EAAW"} |