UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

56 lines 2.75 kB
export const ATLAS_AI_RESOLVE_STOP_WORDS = new Set(['a', 'an', 'and', 'are', 'across', 'atlas', 'at', 'be', 'by', 'can', 'could', 'dat', 'de', 'did', 'do', 'does', 'een', 'en', 'for', 'from', 'gebruiken', 'gebruik', 'het', 'hier', 'hoe', 'how', 'i', 'ik', 'in', 'into', 'is', 'it', 'je', 'jij', 'kan', 'kunnen', 'met', 'moet', 'my', 'naar', 'need', 'nodig', 'of', 'on', 'ons', 'or', 'our', 'package', 'packages', 'should', 'that', 'the', 'there', 'these', 'this', 'those', 'to', 'use', 'used', 'using', 'van', 'voor', 'want', 'waar', 'waarom', 'wat', 'we', 'welke', 'when', 'where', 'which', 'who', 'workflow', 'workflows', 'why', 'wil', 'with', 'without', 'would', 'you', 'wij', 'your', 'zonder']); export const ATLAS_AI_RESOLVE_TOKEN_ALIASES = Object.freeze({ api: ['http', 'request', 'requests'], aware: ['datetime', 'timezone'], code: ['codemirror', 'editor'], codemirror: ['code', 'editor'], component: ['components'], componenten: ['component', 'components'], date: ['dates', 'datetime'], dates: ['date', 'datetime'], diagnostics: ['logging', 'logger'], diagnostiek: ['logging', 'diagnostics'], editor: ['editing', 'rich', 'text'], event: ['events', 'telemetry'], events: ['event', 'telemetry'], formatting: ['format', 'datetime'], form: ['forms', 'schema', 'validation'], formulieren: ['form', 'forms', 'validation'], formulier: ['form', 'forms', 'validation'], forms: ['form', 'schema', 'validation'], helper: ['helpers', 'utility', 'utils'], helpers: ['helper', 'utility', 'utils'], hooks: ['hook'], hook: ['hooks'], hulpfuncties: ['helpers', 'utility', 'utils'], localization: ['i18n', 'locale'], localisatie: ['i18n', 'locale', 'localization'], log: ['diagnostics', 'logger', 'logging'], logger: ['diagnostics', 'logging'], logging: ['diagnostics', 'logger', 'telemetry'], lokalisatie: ['i18n', 'locale', 'localization'], navigatie: ['navigation', 'routing'], navigation: ['navigate', 'route', 'routing'], lazy: ['visibility'], opslag: ['cache', 'persist', 'storage'], request: ['api', 'http', 'requests'], requests: ['api', 'http', 'request'], rich: ['editor', 'text'], route: ['navigation', 'routing'], router: ['navigation', 'routing'], routes: ['navigation', 'route', 'routing'], routing: ['navigation', 'route'], scroll: ['visibility'], storage: ['cache', 'persist'], telemetry: ['events', 'logging'], thema: ['theme', 'theming'], theme: ['theming'], theming: ['theme'], timezone: ['date', 'datetime'], utility: ['helper', 'helpers', 'utils'], utils: ['helper', 'helpers', 'utility'], visible: ['visibility'], visibility: ['visible'], interval: ['intervals', 'datetime', 'date'], intervals: ['interval', 'datetime', 'date'] });