eslint-plugin-use-agnostic 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1666,7 +1666,7 @@
1666
1666
  "key": "DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_CONTEXTS"
1667
1667
  },
1668
1668
  "use agnostic conditions": {
1669
- "value": "(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.",
1669
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.",
1670
1670
  "key": "DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS"
1671
1671
  },
1672
1672
  "use agnostic strategies": {
@@ -1756,7 +1756,7 @@
1756
1756
  "key": "DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_CONTEXTS"
1757
1757
  },
1758
1758
  "use agnostic conditions": {
1759
- "value": "(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.",
1759
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
1760
1760
  "key": "DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS"
1761
1761
  },
1762
1762
  "use agnostic strategies": {
@@ -1936,7 +1936,7 @@
1936
1936
  "key": "DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_CONTEXTS"
1937
1937
  },
1938
1938
  "use agnostic conditions": {
1939
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the server just like they can on the client.",
1939
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.",
1940
1940
  "key": "DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_CONDITIONS"
1941
1941
  },
1942
1942
  "use agnostic strategies": {
@@ -2026,7 +2026,7 @@
2026
2026
  "key": "DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_CONTEXTS"
2027
2027
  },
2028
2028
  "use agnostic conditions": {
2029
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.",
2029
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
2030
2030
  "key": "DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_CONDITIONS"
2031
2031
  },
2032
2032
  "use agnostic strategies": {
@@ -2210,7 +2210,7 @@
2210
2210
  "key": "DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_CONTEXTS"
2211
2211
  },
2212
2212
  "use agnostic conditions": {
2213
- "value": "(Special) Agnostic Conditions Components aren't allowed because (Special) Server Functions have no business working with React Components.",
2213
+ "value": "(Special) Agnostic Conditions Components and/or Logics aren't allowed because (Special) Server Functions have no business working with React Components.",
2214
2214
  "key": "DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_CONDITIONS"
2215
2215
  },
2216
2216
  "use agnostic strategies": {
@@ -2312,7 +2312,7 @@
2312
2312
  "key": "DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_CONTEXTS"
2313
2313
  },
2314
2314
  "use agnostic conditions": {
2315
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.",
2315
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
2316
2316
  "key": "DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_CONDITIONS"
2317
2317
  },
2318
2318
  "use agnostic strategies": {
@@ -2382,31 +2382,31 @@
2382
2382
  },
2383
2383
  "use agnostic conditions": {
2384
2384
  "use server logics": {
2385
- "value": "Prime Server Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2385
+ "value": "Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2386
2386
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS"
2387
2387
  },
2388
2388
  "use client logics": {
2389
- "value": "Prime Client Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2389
+ "value": "Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2390
2390
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS"
2391
2391
  },
2392
2392
  "use agnostic logics": {
2393
- "value": "Prime Agnostic Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2393
+ "value": "Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2394
2394
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS"
2395
2395
  },
2396
2396
  "use server components": {
2397
- "value": "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned.",
2397
+ "value": "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned. The exported variable should be in PascalCase, like `ReactComponent`.",
2398
2398
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS"
2399
2399
  },
2400
2400
  "use client components": {
2401
- "value": "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned.",
2401
+ "value": "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned. The exported variable should be in PascalCase, like `ReactComponent`.",
2402
2402
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS"
2403
2403
  },
2404
2404
  "use agnostic components": {
2405
- "value": "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components.",
2405
+ "value": "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components. The exported variable should be in PascalCase, like `ReactComponent`.",
2406
2406
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS"
2407
2407
  },
2408
2408
  "use server functions": {
2409
- "value": "(Special) Server Functions aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2409
+ "value": "(Special) Server Functions aren't allowed because they do not have 1-to-1 behavioral equivalents for the client that would satisfy (Special) Agnostic Conditions Modules.",
2410
2410
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS"
2411
2411
  },
2412
2412
  "use client contexts": {
@@ -2458,15 +2458,15 @@
2458
2458
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULESIMPLE"
2459
2459
  },
2460
2460
  "specials": {
2461
- "value": "(Special) Agnostic Conditions Components",
2461
+ "value": "(Special) Agnostic Conditions Components and/or Logics",
2462
2462
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS"
2463
2463
  },
2464
2464
  "specialsComma": {
2465
- "value": "(Special) Agnostic Conditions Components,",
2465
+ "value": "(Special) Agnostic Conditions Components and/or Logics,",
2466
2466
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA"
2467
2467
  },
2468
2468
  "specialsPeriod": {
2469
- "value": "(Special) Agnostic Conditions Components.",
2469
+ "value": "(Special) Agnostic Conditions Components and/or Logics.",
2470
2470
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD"
2471
2471
  },
2472
2472
  "importingAModule": {
@@ -2478,11 +2478,11 @@
2478
2478
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGBYAFOLDER"
2479
2479
  },
2480
2480
  "importingViaStrategy": {
2481
- "value": "...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy.",
2481
+ "value": "...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy.",
2482
2482
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGY"
2483
2483
  },
2484
2484
  "importingViaStrategyByAFolder": {
2485
- "value": "...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy by a folder.",
2485
+ "value": "...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy by a folder.",
2486
2486
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGYBYAFOLDER"
2487
2487
  },
2488
2488
  "directive": {
@@ -2684,7 +2684,7 @@
2684
2684
  "key": "DIRECTIVE21#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANANY"
2685
2685
  },
2686
2686
  "asIfLinealAgnostic": {
2687
- "value": "as if they were Lineal Agnostic Components themselves,",
2687
+ "value": "as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves,",
2688
2688
  "key": "DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC"
2689
2689
  },
2690
2690
  "canAnyPrimeLogics": {
@@ -1,4 +1,4 @@
1
- /** @typedef {{"jsDoc":{"definitions":{"makeTestFiles":{"value":"Makes the paths of the files to be linted for agnostic20 and directive21.","key":"JSDOC#DEFINITIONS#MAKETESTFILES"},"highlightFirstLineOfCode":{"value":"Gets the coordinates for the first line of code of a file.","key":"JSDOC#DEFINITIONS#HIGHLIGHTFIRSTLINEOFCODE"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's \"resolved\" directive is incompatible with the current file's \"resolved\" directive.","key":"JSDOC#DEFINITIONS#ISIMPORTBLOCKED"},"makeIntroForSpecificViolationMessage":{"value":"Makes the intro for each specific import rule violation messages.","key":"JSDOC#DEFINITIONS#MAKEINTROFORSPECIFICVIOLATIONMESSAGE"},"makeMessageFromCurrentFileResolvedDirective":{"value":"Lists in an message the \"resolved\" modules incompatible with a \"resolved\" module based on its \"resolved\" directive.","key":"JSDOC#DEFINITIONS#MAKEMESSAGEFROMCURRENTFILERESOLVEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of \"resolved\" directives import rules based on `resolvedDirectives_blockedImports`.","key":"JSDOC#DEFINITIONS#FINDSPECIFICVIOLATIONMESSAGE"},"walkAST":{"value":"Walks an AST with a given callback.","key":"JSDOC#DEFINITIONS#WALKAST"},"visitNode":{"value":"Recursively visits an AST node with a given callback.","key":"JSDOC#DEFINITIONS#VISITNODE"},"analyzeExportsForReExports":{"value":"Analyzes a source code's exports to detect re-exports.","key":"JSDOC#DEFINITIONS#ANALYZEEXPORTSFORREEXPORTS"},"getEnvironmentFromResolvedDirective":{"value":"Gets the environment from a resolved directive (like `\"use server logics\"` -> `\"server\"`). This can either be one of the Concrete Environments (the Server Environment or the Client Environment), or the Abstract Environment (the Agnostic Environment).","key":"JSDOC#DEFINITIONS#GETENVIRONMENTFROMRESOLVEDDIRECTIVE"},"defineDirective21":{"value":"Creates the ESLint config object required as the basis for the Directive-First Architecture, linting server-client-agnostic imports based on their commented directives. (Defaults to `\"warn\"`. You can import and use ```[`${useAgnosticPluginName}/${directive21ConfigName}`]``` later in a further ESLint config object to modify that value.)","key":"JSDOC#DEFINITIONS#DEFINEDIRECTIVE21"},"defineConfigSettings":{"value":"Defines the config settings for the eXtra JSX VS Code extension as a means to configure `eXtra JSX` directly from ESLint, given the fact that `eslint-plugin-use-agnostic` and `eXtra JSX` have to work together in making the Directive-First Architecture.","key":"JSDOC#DEFINITIONS#DEFINECONFIGSETTINGS"},"agnostic20":{"makeAgnostic20Config":{"value":"Makes the agnostic20 config for the use-agnostic ESLint plugin.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEAGNOSTIC20CONFIG"},"makeBlockedImport":{"value":"Makes a blockedImport object for the identified blocked import at hand.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEBLOCKEDIMPORT"},"makeBlockedImportSuggestingUseAgnostic":{"value":"Makes a blockedImport object for the identified blocked import at hand enhanced with the suggestion to use the `'use agnostic'` directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEBLOCKEDIMPORTSUGGESTINGUSEAGNOSTIC"},"getDirectiveFromModule":{"value":"Gets the directive of a module from its Abstract Syntax Tree.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMMODULE"},"getDirectiveFromCurrentModule":{"value":"Gets the directive of the current module.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMCURRENTMODULE"},"getDirectiveFromImportedModule":{"value":"Gets the directive of the imported module.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMIMPORTEDMODULE"},"getEffectiveDirective":{"value":"Gets the effective directive of a module, based on the combination of its directive (or lack thereof) and its extension (depending on whether it ends with 'x' for JSX).","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETEFFECTIVEDIRECTIVE"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's effective directive is incompatible with the current file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileEffectiveDirective":{"value":"Lists in an message the effective modules incompatible with a effective module based on its effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEMESSAGEFROMCURRENTFILEEFFECTIVEDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of effective directives import rules based on `effectiveDirectives_BlockedImports`.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"The flow that begins the import rules enforcement rule, retrieving the effective directive of the current file before comparing it to upcoming effective directives of the files it imports.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#CURRENTFILEFLOW"},"importedFileFlow":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTEDFILEFLOW"},"importedFileFlowRequire":{"value":"The `importedFileFlow` adapted for `require` calls to obtain the import file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTEDFILEFLOWREQUIRE"},"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTSFLOW"},"reExportsFlow":{"value":"The full flow for export traversals, shared between `ExportNamedDeclaration` and `ExportAllDeclaration`, to ensure same effective directive re-exports.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#REEXPORTSFLOW"}},"directive21":{"makeDirective21Config":{"value":"Makes the directive21 config for the use-agnostic ESLint plugin.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEDIRECTIVE21CONFIG"},"makeBlockedImport":{"value":"Makes a blockedImport object for the identified blocked import at hand.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEBLOCKEDIMPORT"},"detectQuoteType":{"value":"Detects whether a string is single- or double-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#DETECTQUOTETYPE"},"stripSingleQuotes":{"value":"Removes single quotes from a string known to be single-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#STRIPSINGLEQUOTES"},"stripDoubleQuotes":{"value":"Removes double quotes from a string known to be double-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#STRIPDOUBLEQUOTES"},"getCommentedDirectiveFromSourceCode1":{"value":"Gets the commented directive of a module from its ESLint `SourceCode` object.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE1"},"getCommentedDirectiveFromSourceCode2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE2"},"getCommentedDirectiveFromCurrentModule1":{"value":"Gets the commented directive of the current module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE1"},"getCommentedDirectiveFromCurrentModule2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE2"},"getCommentedDirectiveFromImportedModule1":{"value":"Gets the commented directive of the imported module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE1"},"getCommentedDirectiveFromImportedModule2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE2"},"getVerifiedCommentedDirective":{"value":"Ensures that a module's commented directive is consistent with its file extension (depending on whether it ends with 'x' for JSX).","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETVERIFIEDCOMMENTEDDIRECTIVE"},"getStrategizedDirective":{"value":"Gets the interpreted directive from a specified commented Strategy (such as `@serverLogics`) nested inside the import (or export) declaration for an import (or export) from an Agnostic Strategies Module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETSTRATEGIZEDDIRECTIVE"},"addressDirectiveIfAgnosticStrategies":{"value":"Verifies the current node's export strategy if the current commented directive is `\"use agnostic strategies\"` by reporting `exportNotStrategized` in case an export is not strategized in an Agnostic Strategies Module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ADDRESSDIRECTIVEIFAGNOSTICSTRATEGIES"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's commented directive is incompatible with the current file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileCommentedDirective":{"value":"Lists in an message the commented modules incompatible with a commented module based on its commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEMESSAGEFROMCURRENTFILECOMMENTEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of commented directives import rules based on `commentedDirectives_BlockedImports`.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"The flow that begins the import rules enforcement rule, retrieving the verified commented directive of the current file before comparing it to upcoming verified commented directives of the files it imports.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#CURRENTFILEFLOW"},"importedFileFlow":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTEDFILEFLOW"},"importedFileFlowRequire":{"value":"The `importedFileFlow` adapted for `require` calls to obtain the import file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTEDFILEFLOWREQUIRE"},"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTSFLOW"},"allExportsFlow":{"value":"The full flow for export traversals, shared between `ExportNamedDeclaration`, `ExportAllDeclaration`, and `ExportDefaultDeclaration`, to ensure same commented directive re-exports in modules that aren't Agnostic Strategies Modules, and enforce strategized exports specifically in Agnostic Strategies modules.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ALLEXPORTSFLOW"},"nameIsPascalCase":{"value":"Checks if the name of an identifier is in PascalCase, as a cheap way to assess whether or not it is a React component.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#NAMEISPASCALCASE"},"declaresChildrenProp":{"value":"Checks whether the parameters of a function (React component) include the `children` property.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#DECLARESCHILDRENPROP"},"functionDeclarationFlow":{"value":"The flow for function declarations to ensure that Client Lineals Components are made in Client Components Modules and Client Contexts Components are made in Client Contexts Modules, based on the fact that the former are child-free and the latter are children-bearing.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#FUNCTIONDECLARATIONFLOW"},"jsxElementFlow":{"value":"The flow for JSX elements to ensure that render props are only used isolated inside a Client Components Module, where their execution would safely be happening exclusively on the client.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#JSXELEMENTFLOW"},"jsxOpeningElementFlow":{"value":"The flow for JSX opening elements to ensure that event handler props on intrinsic elements are only used in modules that can safely create Client Components.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#JSXOPENINGELEMENTFLOW"}},"tests":{"readFilesRecursively":{"value":"Reads file paths at any depths within a provided directory.","key":"JSDOC#DEFINITIONS#TESTS#READFILESRECURSIVELY"},"readValidFilesRecursively":{"value":"Reads file paths at any depths within a provided valid files directory.","key":"JSDOC#DEFINITIONS#TESTS#READVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively":{"value":"Reads file paths at any depths within a provided invalid files directory.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively20":{"value":"Reads file paths at any depths within a provided invalid files for agnostic20.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY20"},"readInvalidFilesRecursively21":{"value":"Reads file paths at any depths within a provided invalid files for directive21.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY21"}}},"params":{"validPath":{"value":"The directory for the valid paths.","key":"JSDOC#PARAMS#VALIDPATH"},"invalidPath":{"value":"The directory for the invalid paths.","key":"JSDOC#PARAMS#INVALIDPATH"},"contextA":{"value":"An ESLint rule's `context` object.","key":"JSDOC#PARAMS#CONTEXTA"},"contextB":{"value":"The ESLint rule's `context` object.","key":"JSDOC#PARAMS#CONTEXTB"},"resolvedDirectives_blockedImports":{"value":"The blocked imports object, either for agnostic20 or for directive21.","key":"JSDOC#PARAMS#RESOLVEDDIRECTIVES_BLOCKEDIMPORTS"},"currentFileResolvedDirectiveA":{"value":"The current file's \"resolved\" directive.","key":"JSDOC#PARAMS#CURRENTFILERESOLVEDDIRECTIVEA"},"importedFileResolvedDirective":{"value":"The imported file's \"resolved\" directive.","key":"JSDOC#PARAMS#IMPORTEDFILERESOLVEDDIRECTIVE"},"currentFileResolvedDirectiveB":{"value":"The \"resolved\" directive of the \"resolved\" module.","key":"JSDOC#PARAMS#CURRENTFILERESOLVEDDIRECTIVEB"},"plugin":{"value":"The use-agnostic ESLint plugin itself.","key":"JSDOC#PARAMS#PLUGIN"},"resolvedPath":{"value":"The resolved path of the imported module.","key":"JSDOC#PARAMS#RESOLVEDPATH"},"extension":{"value":"The JavaScript (TypeScript) extension of the file.","key":"JSDOC#PARAMS#EXTENSION"},"node":{"value":"The ESLint `node` of the rule's current traversal.","key":"JSDOC#PARAMS#NODE"},"sourceCodeA":{"value":"The `SourceCode` where the AST comes from.","key":"JSDOC#PARAMS#SOURCECODEA"},"callback":{"value":"The callback that runs during the walk.","key":"JSDOC#PARAMS#CALLBACK"},"nodeB":{"value":"The node being visited.","key":"JSDOC#PARAMS#NODEB"},"parent":{"value":"The parent of the node being visited.","key":"JSDOC#PARAMS#PARENT"},"visitorKeys":{"value":"The visitor keys of the node being visited.","key":"JSDOC#PARAMS#VISITORKEYS"},"sourceCodeB":{"value":"The `SourceCode` to analyze.","key":"JSDOC#PARAMS#SOURCECODEB"},"resolvedDirective":{"value":"The resolved directive at hand.","key":"JSDOC#PARAMS#RESOLVEDDIRECTIVE"},"settings":{"value":"The settings as follows:","key":"JSDOC#PARAMS#SETTINGS"},"reactFolder":{"value":"The path of the project's React folder where everything React lives, relative to the root of the project. This is, for example, the app directory when using the Next.js App Router, as `\"app\"`.","key":"JSDOC#PARAMS#REACTFOLDER"},"rootPath":{"value":"The absolute path of the root of the project, from which the absolute path of the React folder can be easily obtained.","key":"JSDOC#PARAMS#ROOTPATH"},"agnostic20":{"currentFileEffectiveDirective":{"value":"The current file's effective directive.","key":"JSDOC#PARAMS#AGNOSTIC20#CURRENTFILEEFFECTIVEDIRECTIVE"},"importedFileEffectiveDirective":{"value":"The imported file's effective directive.","key":"JSDOC#PARAMS#AGNOSTIC20#IMPORTEDFILEEFFECTIVEDIRECTIVE"},"ast":{"value":"The module's AST (Abstract Syntax Tree).","key":"JSDOC#PARAMS#AGNOSTIC20#AST"},"directive":{"value":"The directive as written on top of the file (`\"no directive\"` if no valid directive).","key":"JSDOC#PARAMS#AGNOSTIC20#DIRECTIVE"},"effectiveDirective":{"value":"The effective directive of the effective module.","key":"JSDOC#PARAMS#AGNOSTIC20#EFFECTIVEDIRECTIVE"}},"directive21":{"currentFileCommentedDirective":{"value":"The current file's commented directive.","key":"JSDOC#PARAMS#DIRECTIVE21#CURRENTFILECOMMENTEDDIRECTIVE"},"importedFileCommentedDirective":{"value":"The imported file's commented directive.","key":"JSDOC#PARAMS#DIRECTIVE21#IMPORTEDFILECOMMENTEDDIRECTIVE"},"string":{"value":"The original string.","key":"JSDOC#PARAMS#DIRECTIVE21#STRING"},"sourceCode":{"value":"The ESLint SourceCode object.","key":"JSDOC#PARAMS#DIRECTIVE21#SOURCECODE"},"directive":{"value":"The commented directive as written on top of the file (cannot be `null` at that stage).","key":"JSDOC#PARAMS#DIRECTIVE21#DIRECTIVE"},"commentedDirective":{"value":"The commented directive of the commented module.","key":"JSDOC#PARAMS#DIRECTIVE21#COMMENTEDDIRECTIVE"},"name":{"value":"The name of the identifier at hand.","key":"JSDOC#PARAMS#DIRECTIVE21#NAME"},"params":{"value":"The parameters at hand.","key":"JSDOC#PARAMS#DIRECTIVE21#PARAMS"}},"tests":{"folderPath":{"value":"The provided directory.","key":"JSDOC#PARAMS#TESTS#FOLDERPATH"},"allFiles":{"value":"The accumulator array of file paths. Defaults to an empty array on the initial call, and is passed through each recursive call to be mutated and collect results.","key":"JSDOC#PARAMS#TESTS#ALLFILES"},"javaScriptErrorsLength":{"value":"The number of errors expected on JavaScript files.","key":"JSDOC#PARAMS#TESTS#JAVASCRIPTERRORSLENGTH"},"typeScriptErrorsLength":{"value":"The number of errors expected on TypeScript files.","key":"JSDOC#PARAMS#TESTS#TYPESCRIPTERRORSLENGTH"},"messageId":{"value":"The messageId of the errors expected.","key":"JSDOC#PARAMS#TESTS#MESSAGEID"}}},"details":{"agnostic20":{"nullDirective":{"value":"`null` denotes a server-by-default module, ideally a Server Module.","key":"JSDOC#DETAILS#AGNOSTIC20#NULLDIRECTIVE"},"useServer":{"value":"`'use server'` denotes a Server Functions Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVER"},"useClient":{"value":"`'use client'` denotes a Client Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENT"},"useAgnostic":{"value":"`'use agnostic'` denotes an Agnostic Module (formerly Shared Module).","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTIC"},"useServerLogics":{"value":"`'use server logics'` denotes a Server Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERLOGICS"},"useServerComponents":{"value":"`'use server components'` denotes a Server Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERCOMPONENTS"},"useServerFunctions":{"value":"`'use server functions'` denotes a Server Functions Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERFUNCTIONS"},"useClientLogics":{"value":"`'use client logics'` denotes a Client Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENTLOGICS"},"useClientComponents":{"value":"`'use client components'` denotes a Client Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENTCOMPONENTS"},"useAgnosticLogics":{"value":"`'use agnostic logics'` denotes an Agnostic Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTICLOGICS"},"useAgnosticComponents":{"value":"`'use agnostic components'` denotes an Agnostic Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTICCOMPONENTS"}},"directive21":{"useServerLogicsA":{"value":"`'use server logics'`, `\"use server logics\"` denoting a Server Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERLOGICSA"},"useClientLogicsA":{"value":"`'use client logics'`, `\"use client logics\"` denoting a Client Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTLOGICSA"},"useAgnosticLogicsA":{"value":"`'use agnostic logics'`, `\"use agnostic logics\"` denoting an Agnostic Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICLOGICSA"},"useServerComponentsA":{"value":"`'use server components'`, `\"use server components\"` denoting a Server Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERCOMPONENTSA"},"useClientComponentsA":{"value":"`'use client components'`, `\"use client components\"` denoting a Client Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCOMPONENTSA"},"useAgnosticComponentsA":{"value":"`'use agnostic components'`, `\"use agnostic components\"` denoting an Agnostic Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCOMPONENTSA"},"useServerFunctionsA":{"value":"`'use server functions'`, `\"use server functions\"` denoting a Server Functions Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERFUNCTIONSA"},"useClientContextsA":{"value":"`'use client contexts'`, `\"use client contexts\"` denoting a Client Contexts Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCONTEXTSA"},"useAgnosticConditionsA":{"value":"`'use agnostic conditions'`, `\"use agnostic conditions\"` denoting an Agnostic Conditions Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCONDITIONSA"},"useAgnosticStrategiesA":{"value":"`'use agnostic strategies'`, `\"use agnostic strategies\"` denoting an Agnostic Strategies Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICSTRATEGIESA"},"useServerLogicsB":{"value":"`'use server logics'`: Server Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERLOGICSB"},"useClientLogicsB":{"value":"`'use client logics'`: Client Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTLOGICSB"},"useAgnosticLogicsB":{"value":"`'use agnostic logics'`: Agnostic Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICLOGICSB"},"useServerComponentsB":{"value":"`'use server components'`: Server Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERCOMPONENTSB"},"useClientComponentsB":{"value":"`'use client components'`: Client Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCOMPONENTSB"},"useAgnosticComponentsB":{"value":"`'use agnostic components'`: Agnostic Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCOMPONENTSB"},"useServerFunctionsB":{"value":"`'use server functions'`: Server Functions Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERFUNCTIONSB"},"useClientContextsB":{"value":"`'use client contexts'`: Client Contexts Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCONTEXTSB"},"useAgnosticConditionsB":{"value":"`'use agnostic conditions'`: Agnostic Conditions Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCONDITIONSB"},"useAgnosticStrategiesB":{"value":"`'use agnostic strategies'`: Agnostic Strategies Modules may export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICSTRATEGIESB"}}},"returns":{"makeTestFiles":{"value":"The paths of the files to be linted for agnostic20 and directive21.","key":"JSDOC#RETURNS#MAKETESTFILES"},"highlightFirstLineOfCode":{"value":"The `context.report` `loc`-compatible coordinates for the first line of code of a file.","key":"JSDOC#RETURNS#HIGHLIGHTFIRSTLINEOFCODE"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in respective `resolvedDirectives_blockedImports`.","key":"JSDOC#RETURNS#ISIMPORTBLOCKED"},"makeIntroForSpecificViolationMessage":{"value":"\"[Current file 'resolved' modules] are not allowed to import [imported file 'resolved' modules].\"","key":"JSDOC#RETURNS#MAKEINTROFORSPECIFICVIOLATIONMESSAGE"},"makeMessageFromCurrentFileResolvedDirective":{"value":"The message listing the incompatible \"resolved\" modules.","key":"JSDOC#RETURNS#MAKEMESSAGEFROMCURRENTFILERESOLVEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#FINDSPECIFICVIOLATIONMESSAGE"},"analyzeExportsForReExports":{"value":"An object with the `reExportsWithSource` key tracking the direct re-exports from an imported source in an array and the `reExportsViaLocal` key tracking the indirect re-exports from an imported source in an array.","key":"JSDOC#RETURNS#ANALYZEEXPORTSFORREEXPORTS"},"getEnvironmentFromResolvedDirective":{"value":"Either `\"server\"`, `\"client\"`, or `\"agnostic\"`.","key":"JSDOC#RETURNS#GETENVIRONMENTFROMRESOLVEDDIRECTIVE"},"defineDirective21":{"value":"An ESLint config object that applies `eslint-plugin-use-agnostic`'s `directive21` config by using the provided `reactFolder` as the basis for JavaScript/TypeScript glob patterns.","key":"JSDOC#RETURNS#DEFINEDIRECTIVE21"},"defineConfigSettings":{"value":"The config object responsible for the settings retrieved by the eXtra JSX VS Code extension.","key":"JSDOC#RETURNS#DEFINECONFIGSETTINGS"},"agnostic20":{"makeAgnostic20Config":{"value":"The agnostic20 config's name as a key and its config as its value.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEAGNOSTIC20CONFIG"},"makeBlockedImport":{"value":"The blockedImport object for the identified blocked import at hand.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEBLOCKEDIMPORT"},"makeBlockedImportSuggestingUseAgnostic":{"value":"The enhanced blockedImport object with the suggestion to use the `'use agnostic'` directive.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEBLOCKEDIMPORTSUGGESTINGUSEAGNOSTIC"},"getDirectiveFromModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMMODULE"},"getDirectiveFromCurrentModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMCURRENTMODULE"},"getDirectiveFromImportedModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMIMPORTEDMODULE"},"getEffectiveDirective":{"value":"The effective directive, from which imports rules are applied.","key":"JSDOC#RETURNS#AGNOSTIC20#GETEFFECTIVEDIRECTIVE"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in `effectiveDirectives_BlockedImports`.","key":"JSDOC#RETURNS#AGNOSTIC20#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileEffectiveDirective":{"value":"The message listing the incompatible effective modules.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEMESSAGEFROMCURRENTFILEEFFECTIVEDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#AGNOSTIC20#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `currentFileEffectiveDirective`.","key":"JSDOC#RETURNS#AGNOSTIC20#CURRENTFILEFLOW"},"importedFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `importedFileEffectiveDirective`.","key":"JSDOC#RETURNS#AGNOSTIC20#IMPORTEDFILEFLOW"},"importsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#AGNOSTIC20#IMPORTSFLOW"},"reExportsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#AGNOSTIC20#REEXPORTSFLOW"}},"directive21":{"makeDirective21Config":{"value":"The directive21 config's name as a key and its config as its value.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEDIRECTIVE21CONFIG"},"makeBlockedImport":{"value":"The blockedImport object for the identified blocked import at hand.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEBLOCKEDIMPORT"},"detectQuoteType":{"value":"`true` if single-quoted, `false` if double-quoted, `null` if neither.","key":"JSDOC#RETURNS#DIRECTIVE21#DETECTQUOTETYPE"},"stripSingleQuotes":{"value":"The string with quotes removed.","key":"JSDOC#RETURNS#DIRECTIVE21#STRIPSINGLEQUOTES"},"stripDoubleQuotes":{"value":"The string with quotes removed.","key":"JSDOC#RETURNS#DIRECTIVE21#STRIPDOUBLEQUOTES"},"getCommentedDirectiveFromSourceCode":{"value":"The commented directive, or lack thereof via `null`. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE"},"getCommentedDirectiveFromCurrentModule":{"value":"The commented directive, or lack thereof via `null`. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE"},"getCommentedDirectiveFromImportedModule":{"value":"The commented directive, or lack thereof via `null`. Now also provides the obtained `SourceCode` object. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE"},"getVerifiedCommentedDirective":{"value":"The verified commented directive, from which imports rules are applied. Returns `null` if the verification failed, upon which an error will be reported depending on the commented directive, since the error logic here is strictly binary.","key":"JSDOC#RETURNS#DIRECTIVE21#GETVERIFIEDCOMMENTEDDIRECTIVE"},"getStrategizedDirective":{"value":"The interpreted directive, a.k.a. strategized directive, or lack thereof via `null`.","key":"JSDOC#RETURNS#DIRECTIVE21#GETSTRATEGIZEDDIRECTIVE"},"addressDirectiveIfAgnosticStrategies":{"value":"The commented directive, the addressed strategy (as a commented directive) or `null` in case of failure.","key":"JSDOC#RETURNS#DIRECTIVE21#ADDRESSDIRECTIVEIFAGNOSTICSTRATEGIES"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in `commentedDirectives_BlockedImports`.","key":"JSDOC#RETURNS#DIRECTIVE21#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileCommentedDirective":{"value":"The message listing the incompatible commented modules.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEMESSAGEFROMCURRENTFILECOMMENTEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#DIRECTIVE21#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `verifiedCommentedDirective`.","key":"JSDOC#RETURNS#DIRECTIVE21#CURRENTFILEFLOW"},"importedFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `importedFileCommentedDirective`. And now with the added results of `analyzeExportsForReExports`.","key":"JSDOC#RETURNS#DIRECTIVE21#IMPORTEDFILEFLOW"},"importsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#DIRECTIVE21#IMPORTSFLOW"},"allExportsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#DIRECTIVE21#ALLEXPORTSFLOW"},"nameIsPascalCase":{"value":"`true` if the name is recognized as PascalCase, `false` otherwise.","key":"JSDOC#RETURNS#DIRECTIVE21#NAMEISPASCALCASE"},"declaresChildrenProp":{"value":"`true` if the parameters include the `children` property, `false` otherwise.","key":"JSDOC#RETURNS#DIRECTIVE21#DECLARESCHILDRENPROP"}},"tests":{"readFilesRecursively":{"value":"All files at any depths within the provided directory.","key":"JSDOC#RETURNS#TESTS#READFILESRECURSIVELY"},"readValidFilesRecursively":{"value":"The RuleTester's array of valid files with needed properties.","key":"JSDOC#RETURNS#TESTS#READVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively":{"value":"The RuleTester's array of invalid files with needed properties.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively20":{"value":"The RuleTester's array of invalid files with needed properties for agnostic20.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY20"},"readInvalidFilesRecursively21":{"value":"The RuleTester's array of invalid files with needed properties for directive21.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY21"}}},"forAliasVariables":{"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOW"},"importsFlowRequire":{"value":"The `importsFlow` adapted for `require` calls to enforce effective directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWREQUIRE"},"importsFlowCommented":{"value":"The full flow for import traversals to enforce commented directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWCOMMENTED"},"importsFlowCommentedRequire":{"value":"The `importsFlow` adapted for `require` calls to enforce commented directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWCOMMENTEDREQUIRE"},"flowReturnsEarly":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#FORALIASVARIABLES#FLOWRETURNSEARLY"}},"forComposedVariables":{"resolved":{"value":"\"resolved\"","key":"JSDOC#FORCOMPOSEDVARIABLES#RESOLVED"},"effective":{"value":"effective","key":"JSDOC#FORCOMPOSEDVARIABLES#EFFECTIVE"},"commented":{"value":"commented","key":"JSDOC#FORCOMPOSEDVARIABLES#COMMENTED"},"verifiedCommented":{"value":"verified commented","key":"JSDOC#FORCOMPOSEDVARIABLES#VERIFIEDCOMMENTED"},"returnsDeciding":{"value":"Returns a boolean deciding if an imported file's","key":"JSDOC#FORCOMPOSEDVARIABLES#RETURNSDECIDING"},"directiveIncompatible":{"value":"directive is incompatible with the current file's","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVEINCOMPATIBLE"},"directive":{"value":"directive","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVE"},"directives":{"value":"directives","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVES"},"directivePeriod":{"value":"directive.","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVEPERIOD"},"listsInMessage":{"value":"Lists in an message the","key":"JSDOC#FORCOMPOSEDVARIABLES#LISTSINMESSAGE"},"modulesIncompatible":{"value":"modules incompatible with a","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULESINCOMPATIBLE"},"moduleBasedOn":{"value":"module based on its","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULEBASEDON"},"findTheMessage":{"value":"Finds the `message` for the specific violation of","key":"JSDOC#FORCOMPOSEDVARIABLES#FINDTHEMESSAGE"},"rulesBasedOn":{"value":"directives import rules based on","key":"JSDOC#FORCOMPOSEDVARIABLES#RULESBASEDON"},"rdbiPeriod":{"value":"`resolvedDirectives_blockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#RDBIPERIOD"},"edbiPeriod":{"value":"`effectiveDirectives_BlockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#EDBIPERIOD"},"cdbiPeriod":{"value":"`commentedDirectives_BlockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#CDBIPERIOD"},"theMessageListing":{"value":"The message listing the incompatible","key":"JSDOC#FORCOMPOSEDVARIABLES#THEMESSAGELISTING"},"modulesPeriod":{"value":"modules.","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULESPERIOD"},"trueIfImportBlocked":{"value":"`true` if the import is blocked, as established in","key":"JSDOC#FORCOMPOSEDVARIABLES#TRUEIFIMPORTBLOCKED"},"respective":{"value":"respective","key":"JSDOC#FORCOMPOSEDVARIABLES#RESPECTIVE"},"agnostic20":{"value":"agnostic20","key":"JSDOC#FORCOMPOSEDVARIABLES#AGNOSTIC20"},"directive21":{"value":"directive21","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVE21"},"makesThe":{"value":"Makes the","key":"JSDOC#FORCOMPOSEDVARIABLES#MAKESTHE"},"configForPlugin":{"value":"config for the use-agnostic ESLint plugin.","key":"JSDOC#FORCOMPOSEDVARIABLES#CONFIGFORPLUGIN"},"initialThe":{"value":"The","key":"JSDOC#FORCOMPOSEDVARIABLES#INITIALTHE"},"configsName":{"value":"config's name as a key and its config as its value.","key":"JSDOC#FORCOMPOSEDVARIABLES#CONFIGSNAME"},"getsDirectiveOf":{"value":"Gets the directive of","key":"JSDOC#FORCOMPOSEDVARIABLES#GETSDIRECTIVEOF"},"aModule":{"value":"a module from its Abstract Syntax Tree.","key":"JSDOC#FORCOMPOSEDVARIABLES#AMODULE"},"currentModule":{"value":"the current module.","key":"JSDOC#FORCOMPOSEDVARIABLES#CURRENTMODULE"},"importedModule":{"value":"the imported module.","key":"JSDOC#FORCOMPOSEDVARIABLES#IMPORTEDMODULE"},"flowThatBegins":{"value":"The flow that begins the import rules enforcement rule, retrieving the","key":"JSDOC#FORCOMPOSEDVARIABLES#FLOWTHATBEGINS"},"ofCurrentFile":{"value":"of the current file before comparing it to upcoming","key":"JSDOC#FORCOMPOSEDVARIABLES#OFCURRENTFILE"},"ofFilesItImports":{"value":"of the files it imports.","key":"JSDOC#FORCOMPOSEDVARIABLES#OFFILESITIMPORTS"},"flowImportReExport":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's","key":"JSDOC#FORCOMPOSEDVARIABLES#FLOWIMPORTREEXPORT"},"getCommentedDirective":{"value":"Gets the commented directive of the","key":"JSDOC#FORCOMPOSEDVARIABLES#GETCOMMENTEDDIRECTIVE"},"currentModulePeriod":{"value":"current module.","key":"JSDOC#FORCOMPOSEDVARIABLES#CURRENTMODULEPERIOD"},"importedModulePeriod":{"value":"imported module.","key":"JSDOC#FORCOMPOSEDVARIABLES#IMPORTEDMODULEPERIOD"},"readAnyDepths":{"value":"Reads file paths at any depths within a provided","key":"JSDOC#FORCOMPOSEDVARIABLES#READANYDEPTHS"},"directory":{"value":"directory","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTORY"},"directoryPeriod":{"value":"directory.","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTORYPERIOD"},"validFiles":{"value":"valid files","key":"JSDOC#FORCOMPOSEDVARIABLES#VALIDFILES"},"invalidFiles":{"value":"invalid files","key":"JSDOC#FORCOMPOSEDVARIABLES#INVALIDFILES"},"forAgnostic20":{"value":"for agnostic20.","key":"JSDOC#FORCOMPOSEDVARIABLES#FORAGNOSTIC20"},"forDirective21":{"value":"for directive21.","key":"JSDOC#FORCOMPOSEDVARIABLES#FORDIRECTIVE21"},"ruleTesterArray":{"value":"The RuleTester's array of","key":"JSDOC#FORCOMPOSEDVARIABLES#RULETESTERARRAY"},"withNeededProperties":{"value":"with needed properties","key":"JSDOC#FORCOMPOSEDVARIABLES#WITHNEEDEDPROPERTIES"},"withNeededPropertiesPeriod":{"value":"with needed properties.","key":"JSDOC#FORCOMPOSEDVARIABLES#WITHNEEDEDPROPERTIESPERIOD"},"theCurrentFile":{"value":"The current file's","key":"JSDOC#FORCOMPOSEDVARIABLES#THECURRENTFILE"},"theImportedFile":{"value":"The imported file's","key":"JSDOC#FORCOMPOSEDVARIABLES#THEIMPORTEDFILE"},"eitherSkipTrueNonNull":{"value":"Either an object with `skip: true` to disregard or one with the non-null","key":"JSDOC#FORCOMPOSEDVARIABLES#EITHERSKIPTRUENONNULL"},"cfedPeriod":{"value":"`currentFileEffectiveDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#CFEDPERIOD"},"ifedPeriod":{"value":"`importedFileEffectiveDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#IFEDPERIOD"},"vcdPeriod":{"value":"`verifiedCommentedDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#VCDPERIOD"},"ifcdPeriod":{"value":"`importedFileCommentedDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#IFCDPERIOD"},"analyzeExportsForReExportsResults":{"value":"And now with the added results of `analyzeExportsForReExports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#ANALYZEEXPORTSFORREEXPORTSRESULTS"}}},"tests":{"viaAlias":{"value":"Via alias.","key":"TESTS#VIAALIAS"},"viaBaseUrl":{"value":"Via baseUrl.","key":"TESTS#VIABASEURL"},"valid":{"value":"Valid.","key":"TESTS#VALID"},"invalid":{"value":"Invalid.","key":"TESTS#INVALID"},"withExtension":{"value":"with extension","key":"TESTS#WITHEXTENSION"},"forComposedVariables":{"thatsA":{"value":"That's a","key":"TESTS#FORCOMPOSEDVARIABLES#THATSA"},"thatsAn":{"value":"That's an","key":"TESTS#FORCOMPOSEDVARIABLES#THATSAN"},"importingA":{"value":"...Importing a","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTINGA"},"importingAn":{"value":"...Importing an","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTINGAN"},"module":{"value":"Module","key":"TESTS#FORCOMPOSEDVARIABLES#MODULE"},"modulePeriod":{"value":"Module.","key":"TESTS#FORCOMPOSEDVARIABLES#MODULEPERIOD"},"withExtensionParentheses":{"value":"(with extension).","key":"TESTS#FORCOMPOSEDVARIABLES#WITHEXTENSIONPARENTHESES"},"byFolder":{"value":"by a folder.","key":"TESTS#FORCOMPOSEDVARIABLES#BYFOLDER"},"importing":{"value":"...Importing","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTING"},"viaStrategyPeriod":{"value":"via Special Agnostic Strategy.","key":"TESTS#FORCOMPOSEDVARIABLES#VIASTRATEGYPERIOD"},"viaStrategy":{"value":"via Special Agnostic Strategy","key":"TESTS#FORCOMPOSEDVARIABLES#VIASTRATEGY"}}},"agnostic20":{"use server logics":{"use server logics":{"value":"Server Logics can compose with one another.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components are OK to be composed with Server Logics as long as the Server Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions, being able to import one another, can compose and do so via Server Logics, despite this method seeming superfluous at first glance. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components cannot be tinkered with on the server.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics on the server just like they can on the client, as long at the Server Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Logics","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDS"},"kindsComma":{"value":"Server Logics,","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Logics.","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDSPERIOD"},"module":{"value":"Server Logics Module","key":"AGNOSTIC20#USE_SERVER_LOGICS#MODULE"},"thatsAModule":{"value":"That's a Server Logics Module.","key":"AGNOSTIC20#USE_SERVER_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Logics Module (with extension).","key":"AGNOSTIC20#USE_SERVER_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Logics Module by a folder.","key":"AGNOSTIC20#USE_SERVER_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server logics","key":"AGNOSTIC20#USE_SERVER_LOGICS#DIRECTIVE"}},"use server components":{"use server logics":{"value":"Server Logics, being logic from the server, can safely support Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components can compose with one another, assuming thanks to the inclusion of the 'use agnostic' directive that they are actual Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be passed to imported Client Components within Server Components Modules, even though indeed Server Components Modules and Server Components can make their own Server Functions through inline `'use server'` directives.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can be nested inside Server Components either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can render safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Components","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDS"},"kindsComma":{"value":"Server Components,","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDSPERIOD"},"module":{"value":"Server Components Module","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's a Server Components Module.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Components Module (with extension).","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Components Module by a folder.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server components","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#DIRECTIVE"}},"use server functions":{"use server logics":{"value":"Server Logics, being logic from the server, can safely support Server Functions.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions, even though they don't need to import one another and the same results can be generated via Server Logics for the outcome of a single Server Function, can still compose with one another. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Functions","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDS"},"kindsComma":{"value":"Server Functions,","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Functions.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDSPERIOD"},"module":{"value":"Server Functions Module","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#MODULE"},"thatsAModule":{"value":"That's a Server Functions Module.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Functions Module (with extension).","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Functions Module by a folder.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server functions","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#DIRECTIVE"}},"use client logics":{"use server logics":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components cannot be tinkered with on the client.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can technically be attached to Client Components that are being tinkered with within Client Logics Modules.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics can compose with one another.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components are OK to be composed with Client Logics as long as the Client Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics on the client just like they can on the server, as long as the Client Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Client Logics","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDS"},"kindsComma":{"value":"Client Logics,","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Client Logics.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDSPERIOD"},"module":{"value":"Client Logics Module","key":"AGNOSTIC20#USE_CLIENT_LOGICS#MODULE"},"thatsAModule":{"value":"That's a Client Logics Module.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Client Logics Module (with extension).","key":"AGNOSTIC20#USE_CLIENT_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Client Logics Module by a folder.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use client logics","key":"AGNOSTIC20#USE_CLIENT_LOGICS#DIRECTIVE"}},"use client components":{"use server logics":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components may only pass through Client Components via the children prop within Server Components Modules.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can specifically be triggered by Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics, being logic from the client, can safely support Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can compose with one another.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can render safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Client Components","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDS"},"kindsComma":{"value":"Client Components,","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDSPERIOD"},"module":{"value":"Client Components Module","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's a Client Components Module.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Client Components Module (with extension).","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Client Components Module by a folder.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use client components","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#DIRECTIVE"}},"use agnostic logics":{"use server logics":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be modified on the server and on the client, but their use cases on both environments are not one-to-one compatible, since they're being addressed as they are on the server and addressed as references on the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can compose with one another.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics agnostically as long as the Agnostic Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Agnostic Logics","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDS"},"kindsComma":{"value":"Agnostic Logics,","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Agnostic Logics.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDSPERIOD"},"module":{"value":"Agnostic Logics Module","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#MODULE"},"thatsAModule":{"value":"That's an Agnostic Logics Module.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing an Agnostic Logics Module (with extension).","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing an Agnostic Logics Module by a folder.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use agnostic logics","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#DIRECTIVE"}},"use agnostic components":{"use server logics":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components, unlike Client Components, cannot make silos of their own once on the opposing environment (the client in this case), and therefore cannot be executed from the client, making them unable to execute agnostically from both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be passed to Client Components as props when Client Components are also legally imported into Agnostic Components Modules.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can be nested inside Agnostic Components either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components — if still on the Server Tree — or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics, being environment-agnostic logic, can safely support Agnostic Components.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can compose with one another.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Agnostic Components","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDS"},"kindsComma":{"value":"Agnostic Components,","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Agnostic Components.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDSPERIOD"},"module":{"value":"Agnostic Components Module","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's an Agnostic Components Module.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing an Agnostic Components Module (with extension).","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing an Agnostic Components Module by a folder.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use agnostic components","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#DIRECTIVE"}},"forAliasVariables":{"serverNeverClient":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERNEVERCLIENT"},"clientNeverServer":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#FORALIASVARIABLES#CLIENTNEVERSERVER"},"agnosticCanServerClient":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#FORALIASVARIABLES#AGNOSTICCANSERVERCLIENT"},"agnosticCanClientServer":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#FORALIASVARIABLES#AGNOSTICCANCLIENTSERVER"},"serverFunctionsNoComponents":{"value":"Server Functions have no business working with React Components.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERFUNCTIONSNOCOMPONENTS"},"serverLogicsCantBoth":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERLOGICSCANTBOTH"},"clientLogicsCantBoth":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#FORALIASVARIABLES#CLIENTLOGICSCANTBOTH"}},"forComposedVariables":{"shouldNeverClient":{"value":"should never leak to the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SHOULDNEVERCLIENT"},"shouldNeverServer":{"value":"should never leak to the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SHOULDNEVERSERVER"},"runServerLikeClient":{"value":"can run safely on the server just like they can on the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#RUNSERVERLIKECLIENT"},"runClientLikeServer":{"value":"can run safely on the client just like they can on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#RUNCLIENTLIKESERVER"},"canComposeOneAnother":{"value":"can compose with one another.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANCOMPOSEONEANOTHER"},"cantTinkeredServer":{"value":"cannot be tinkered with on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDSERVER"},"cantTinkeredClient":{"value":"cannot be tinkered with on the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDCLIENT"},"cantTinkeredBoth":{"value":"cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDBOTH"},"serverComponentsOKLogics":{"value":"Server Components are OK to be composed with Server Logics as long as the Server Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SERVERCOMPONENTSOKLOGICS"},"clientComponentsOKLogics":{"value":"Client Components are OK to be composed with Client Logics as long as the Client Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CLIENTCOMPONENTSOKLOGICS"},"agnosticComponentsCanServer":{"value":"Agnostic Components can be composed with Logics on the server just like they can on the client, as long at the Server Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANSERVER"},"agnosticComponentsCanClient":{"value":"Agnostic Components can be composed with Logics on the client just like they can on the server, as long as the Client Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANCLIENT"},"agnosticComponentsCanAgnostic":{"value":"Agnostic Components can be composed with Logics agnostically as long as the Agnostic Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANAGNOSTIC"},"noExportComponents":{"value":"by convention, does not export React components.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#NOEXPORTCOMPONENTS"},"cantServerClient":{"value":"cannot run on both the server and the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTSERVERCLIENT"},"arentAllowed":{"value":"aren't allowed because","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ARENTALLOWED"},"allowedBecause":{"value":"allowed, because","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ALLOWEDBECAUSE"},"beingLogicServer":{"value":"being logic from the server,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICSERVER"},"beingLogicClient":{"value":"being logic from the client,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICCLIENT"},"beingLogicAgnostic":{"value":"being environment-agnostic logic,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICAGNOSTIC"},"canSafelySupport":{"value":"can safely support","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANSAFELYSUPPORT"},"canBeNestedInside":{"value":"can be nested inside","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANBENESTEDINSIDE"},"eitherWrapTree":{"value":"either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#EITHERWRAPTREE"},"ifStillOnServerTree":{"value":"— if still on the Server Tree —","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#IFSTILLONSERVERTREE"},"orCreateBoundaries":{"value":"or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ORCREATEBOUNDARIES"}}},"directive21":{"use server logics":{"use server logics":{"value":"Prime Server Logics can compose with one another.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components are OK to be composed with Prime Server Logics as long as the Prime Server Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, cannot be tinkered with on the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions, being able to import one another, can compose and do so via Prime Server Logics, despite this method seeming superfluous at first glance. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, cannot be tinkered with on the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Server Logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDS"},"kindsComma":{"value":"Prime Server Logics,","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Server Logics.","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Server Logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Server Logics Module","key":"DIRECTIVE21#USE_SERVER_LOGICS#MODULE"},"moduleSimple":{"value":"Server Logics Module","key":"DIRECTIVE21#USE_SERVER_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Server Logics Module.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Server Logics Module by a folder.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Server Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Server Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@serverLogics","key":"DIRECTIVE21#USE_SERVER_LOGICS#ATSTRATEGY"}},"use client logics":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be tinkered with on the client.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can technically be attached to any Client Components being tinkered with within Client Logics Modules.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Client Logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDS"},"kindsComma":{"value":"Prime Client Logics,","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Client Logics.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Client Logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Client Logics Module","key":"DIRECTIVE21#USE_CLIENT_LOGICS#MODULE"},"moduleSimple":{"value":"Client Logics Module","key":"DIRECTIVE21#USE_CLIENT_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Client Logics Module.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Client Logics Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Client Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Client Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@clientLogics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#ATSTRATEGY"}},"use agnostic logics":{"use server logics":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can compose with one another.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be modified on the server and on the client, but their use cases on both environments are not one-to-one compatible, since they're being addressed as they are on the server and addressed as references on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Agnostic Logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDS"},"kindsComma":{"value":"Prime Agnostic Logics,","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Agnostic Logics.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Agnostic Logics Module","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#MODULE"},"moduleSimple":{"value":"Agnostic Logics Module","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Agnostic Logics Module.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Agnostic Logics Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Agnostic Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Agnostic Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@agnosticLogics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#ATSTRATEGY"}},"use server components":{"use server logics":{"value":"Prime Server Logics, being logic from the server, can safely support Lineal Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components can compose with one another, now that thanks to the inclusion of Agnostic Components they are actual Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can be nested inside Lineal Server Components to create client boundaries when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be passed to imported Client Components within Lineal Server Components Modules, even though indeed Lineal Server Components Modules and Lineal Server Components can make their own Server Functions through inline `'use server'` directives.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can be nested inside Lineal Server Components to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Server Components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Server Components,","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Server Components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Server Components Module","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#MODULE"},"moduleSimple":{"value":"Server Components Module","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Server Components Module.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Server Components Module by a folder.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Server Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Server Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@serverComponents","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#ATSTRATEGY"}},"use client components":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics, being logic from the client, can safely support Lineal Client Components, like any Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be the children of Lineal Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can effectively become Lineal and only render their children on the client via this mechanism since, by a Client Contexts Component being the child of a Lineal Client Component, the Client Contexts Component's children become the grandchildren of an ancestor Lineal Client Component, enforcing them to render exclusively on the client.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Client Components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Client Components,","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Client Components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Client Components Module","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULE"},"modulePeriod":{"value":"Lineal Client Components Module.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULEPERIOD"},"moduleSimple":{"value":"Client Components Module","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Client Components Module.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Client Components Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Client Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Client Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@clientComponents","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#ATSTRATEGY"}},"use agnostic components":{"use server logics":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics, being environment-agnostic logic, can safely support any Agnostic Components.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components, unlike Lineal Client Components, cannot make silos of their own once on the opposing environment (the client in this case), and therefore cannot be executed from the client, making them unable to execute agnostically from both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can be nested inside Lineal Agnostic Components to create client boundaries when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can compose with one another.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be passed to Client Components as props when Client Components are also legally imported into Agnostic Components Modules.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can be nested inside Lineal Agnostic Components to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components — if still on the Server Tree — when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Agnostic Components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Agnostic Components,","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Agnostic Components.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Agnostic Components Module","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#MODULE"},"moduleSimple":{"value":"Agnostic Components Module","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Agnostic Components Module.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Agnostic Components Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Agnostic Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Agnostic Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@agnosticComponents","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#ATSTRATEGY"}},"use server functions":{"use server logics":{"value":"Prime Server Logics, being logic from the server, can safely support (Special) Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions, even though they don't need to import one another and the same results can be generated via Prime Server Logics for the outcome of a single Server Function, can still compose with one another. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Special Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDS"},"kindsComma":{"value":"Special Server Functions,","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSPERIOD"},"kindsSimple":{"value":"Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSSIMPLE"},"module":{"value":"Special Server Functions Module","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#MODULE"},"moduleSimple":{"value":"Server Functions Module","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#MODULESIMPLE"},"specials":{"value":"(Special) Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALS"},"specialsComma":{"value":"(Special) Server Functions,","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Server Functions Module.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Server Functions Module by a folder.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Server Functions via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Server Functions via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#DIRECTIVE"},"atStrategy":{"value":"@serverFunctions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#ATSTRATEGY"}},"use client contexts":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics, being logic from the client, can safely support (Special) Client Contexts Components, like any Client Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components may only pass through (Special) Client Contexts Components via the children prop within Server Components Modules.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can create client boundaries within (Special) Client Contexts Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Special Client Contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDS"},"kindsComma":{"value":"Special Client Contexts,","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Client Contexts.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSPERIOD"},"kindsSimple":{"value":"Client Contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSSIMPLE"},"module":{"value":"Special Client Contexts Module","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#MODULE"},"moduleSimple":{"value":"Client Contexts Module","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#MODULESIMPLE"},"specials":{"value":"(Special) Client Contexts Components","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALS"},"specialsComma":{"value":"(Special) Client Contexts Components,","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Client Contexts Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Client Contexts Module.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Client Contexts Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Client Contexts Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Client Contexts Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#DIRECTIVE"},"atStrategy":{"value":"@clientContexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#ATSTRATEGY"}},"use agnostic conditions":{"use server logics":{"value":"Prime Server Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can actually be used as `ComponentForClient` arguments for (Special) Agnostic Conditions Components notably as counterparts to similar passthrough components selected as `ComponentForServer` arguments.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_STRATEGIES"},"invalidEnvironment":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDENVIRONMENT"},"invalidOnlyInComponents":{"value":"(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYINCOMPONENTS"},"invalidOnlyFromComponents":{"value":"(Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS"},"kinds":{"value":"Special Agnostic Conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDS"},"kindsComma":{"value":"Special Agnostic Conditions,","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Agnostic Conditions.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSSIMPLE"},"module":{"value":"Special Agnostic Conditions Module","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULE"},"moduleSimple":{"value":"Agnostic Conditions Module","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULESIMPLE"},"specials":{"value":"(Special) Agnostic Conditions Components","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS"},"specialsComma":{"value":"(Special) Agnostic Conditions Components,","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Agnostic Conditions Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Agnostic Conditions Module.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Agnostic Conditions Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#DIRECTIVE"},"atStrategy":{"value":"@agnosticConditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#ATSTRATEGY"}},"use agnostic strategies":{"use server logics":{"value":"Prime Server Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_STRATEGIES"},"valid":{"value":"(Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#VALID"},"invalid":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#INVALID"},"kinds":{"value":"Special Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDS"},"kindsComma":{"value":"Special Agnostic Strategies,","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSCOMMA"},"kindsPeriod":{"value":"Special Agnostic Strategies.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSSIMPLE"},"module":{"value":"Special Agnostic Strategies Module","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULE"},"moduleSimple":{"value":"Agnostic Strategies Module","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULESIMPLE"},"specials":{"value":"(Special) Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALS"},"specialsComma":{"value":"(Special) Agnostic Strategies,","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Agnostic Strategies.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALSPERIOD"},"directive":{"value":"use agnostic strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#DIRECTIVE"}},"forAliasVariables":{"serverNeverClient":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERNEVERCLIENT"},"clientNeverServer":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#FORALIASVARIABLES#CLIENTNEVERSERVER"},"agnosticCanServerClient":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCANSERVERCLIENT"},"agnosticCanClientServer":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCANCLIENTSERVER"},"serverFunctionsNoComponents":{"value":"(Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERFUNCTIONSNOCOMPONENTS"},"serverLogicsCantBoth":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERLOGICSCANTBOTH"},"clientLogicsCantBoth":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#FORALIASVARIABLES#CLIENTLOGICSCANTBOTH"},"agnosticComponentsCanAny":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCOMPONENTSCANANY"},"agnosticComponentsRenderAny":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCOMPONENTSRENDERANY"},"serverFunctionsClient":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERFUNCTIONSCLIENT"}},"forComposedVariables":{"shouldNeverClient":{"value":"should never leak to the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SHOULDNEVERCLIENT"},"shouldNeverServer":{"value":"should never leak to the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SHOULDNEVERSERVER"},"runServerLikeClient":{"value":"can run safely on the server just like they can on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RUNSERVERLIKECLIENT"},"runClientLikeServer":{"value":"can run safely on the client just like they can on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RUNCLIENTLIKESERVER"},"canComposeOneAnother":{"value":"can compose with one another.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANCOMPOSEONEANOTHER"},"cantTinkeredServer":{"value":"cannot be tinkered with on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDSERVER"},"cantTinkeredClient":{"value":"cannot be tinkered with on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDCLIENT"},"cantTinkeredBoth":{"value":"cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDBOTH"},"serverComponentsOKLogics":{"value":"Lineal Server Components are OK to be composed with Prime Server Logics as long as the Prime Server Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SERVERCOMPONENTSOKLOGICS"},"likeAnyClientComponentsComma":{"value":"like any Client Components,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSCOMMA"},"likeAnyClientComponentsPeriod":{"value":"like any Client Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSPERIOD"},"anyAgnosticComponentsPeriod":{"value":"any Agnostic Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ANYAGNOSTICCOMPONENTSPERIOD"},"okClientLogics":{"value":"are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#OKCLIENTLOGICS"},"agnosticComponentsCanAny":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANANY"},"asIfLinealAgnostic":{"value":"as if they were Lineal Agnostic Components themselves,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC"},"canAnyPrimeLogics":{"value":"can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANANYPRIMELOGICS"},"noExportComponents":{"value":"by convention, does not export React components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#NOEXPORTCOMPONENTS"},"cantServerClient":{"value":"cannot run on both the server and the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTSERVERCLIENT"},"arentAllowed":{"value":"aren't allowed because","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED"},"allowedBecause":{"value":"allowed, because","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ALLOWEDBECAUSE"},"beingLogicServer":{"value":"being logic from the server,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICSERVER"},"beingLogicClient":{"value":"being logic from the client,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICCLIENT"},"beingLogicAgnostic":{"value":"being environment-agnostic logic,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICAGNOSTIC"},"canSafelySupport":{"value":"can safely support","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANSAFELYSUPPORT"},"canBeNestedInside":{"value":"can be nested inside","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANBENESTEDINSIDE"},"toCreateBoundaries":{"value":"to create client boundaries","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#TOCREATEBOUNDARIES"},"towrapTree":{"value":"to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#TOWRAPTREE"},"ifStillOnServerTree":{"value":"— if still on the Server Tree —","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#IFSTILLONSERVERTREE"},"whenRootOnServer":{"value":"when the root of the application is planted on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#WHENROOTONSERVER"},"canClientComponents":{"value":"can be specifically triggered by Client Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANCLIENTCOMPONENTS"},"renderServerLikeClient":{"value":"can render safely on the server just like they can on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RENDERSERVERLIKECLIENT"},"renderClientLikeServer":{"value":"can render safely on the client just like they can on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RENDERCLIENTLIKESERVER"}}}}} ResolvedConfigData */
1
+ /** @typedef {{"jsDoc":{"definitions":{"makeTestFiles":{"value":"Makes the paths of the files to be linted for agnostic20 and directive21.","key":"JSDOC#DEFINITIONS#MAKETESTFILES"},"highlightFirstLineOfCode":{"value":"Gets the coordinates for the first line of code of a file.","key":"JSDOC#DEFINITIONS#HIGHLIGHTFIRSTLINEOFCODE"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's \"resolved\" directive is incompatible with the current file's \"resolved\" directive.","key":"JSDOC#DEFINITIONS#ISIMPORTBLOCKED"},"makeIntroForSpecificViolationMessage":{"value":"Makes the intro for each specific import rule violation messages.","key":"JSDOC#DEFINITIONS#MAKEINTROFORSPECIFICVIOLATIONMESSAGE"},"makeMessageFromCurrentFileResolvedDirective":{"value":"Lists in an message the \"resolved\" modules incompatible with a \"resolved\" module based on its \"resolved\" directive.","key":"JSDOC#DEFINITIONS#MAKEMESSAGEFROMCURRENTFILERESOLVEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of \"resolved\" directives import rules based on `resolvedDirectives_blockedImports`.","key":"JSDOC#DEFINITIONS#FINDSPECIFICVIOLATIONMESSAGE"},"walkAST":{"value":"Walks an AST with a given callback.","key":"JSDOC#DEFINITIONS#WALKAST"},"visitNode":{"value":"Recursively visits an AST node with a given callback.","key":"JSDOC#DEFINITIONS#VISITNODE"},"analyzeExportsForReExports":{"value":"Analyzes a source code's exports to detect re-exports.","key":"JSDOC#DEFINITIONS#ANALYZEEXPORTSFORREEXPORTS"},"getEnvironmentFromResolvedDirective":{"value":"Gets the environment from a resolved directive (like `\"use server logics\"` -> `\"server\"`). This can either be one of the Concrete Environments (the Server Environment or the Client Environment), or the Abstract Environment (the Agnostic Environment).","key":"JSDOC#DEFINITIONS#GETENVIRONMENTFROMRESOLVEDDIRECTIVE"},"defineDirective21":{"value":"Creates the ESLint config object required as the basis for the Directive-First Architecture, linting server-client-agnostic imports based on their commented directives. (Defaults to `\"warn\"`. You can import and use ```[`${useAgnosticPluginName}/${directive21ConfigName}`]``` later in a further ESLint config object to modify that value.)","key":"JSDOC#DEFINITIONS#DEFINEDIRECTIVE21"},"defineConfigSettings":{"value":"Defines the config settings for the eXtra JSX VS Code extension as a means to configure `eXtra JSX` directly from ESLint, given the fact that `eslint-plugin-use-agnostic` and `eXtra JSX` have to work together in making the Directive-First Architecture.","key":"JSDOC#DEFINITIONS#DEFINECONFIGSETTINGS"},"agnostic20":{"makeAgnostic20Config":{"value":"Makes the agnostic20 config for the use-agnostic ESLint plugin.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEAGNOSTIC20CONFIG"},"makeBlockedImport":{"value":"Makes a blockedImport object for the identified blocked import at hand.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEBLOCKEDIMPORT"},"makeBlockedImportSuggestingUseAgnostic":{"value":"Makes a blockedImport object for the identified blocked import at hand enhanced with the suggestion to use the `'use agnostic'` directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEBLOCKEDIMPORTSUGGESTINGUSEAGNOSTIC"},"getDirectiveFromModule":{"value":"Gets the directive of a module from its Abstract Syntax Tree.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMMODULE"},"getDirectiveFromCurrentModule":{"value":"Gets the directive of the current module.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMCURRENTMODULE"},"getDirectiveFromImportedModule":{"value":"Gets the directive of the imported module.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETDIRECTIVEFROMIMPORTEDMODULE"},"getEffectiveDirective":{"value":"Gets the effective directive of a module, based on the combination of its directive (or lack thereof) and its extension (depending on whether it ends with 'x' for JSX).","key":"JSDOC#DEFINITIONS#AGNOSTIC20#GETEFFECTIVEDIRECTIVE"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's effective directive is incompatible with the current file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileEffectiveDirective":{"value":"Lists in an message the effective modules incompatible with a effective module based on its effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#MAKEMESSAGEFROMCURRENTFILEEFFECTIVEDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of effective directives import rules based on `effectiveDirectives_BlockedImports`.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"The flow that begins the import rules enforcement rule, retrieving the effective directive of the current file before comparing it to upcoming effective directives of the files it imports.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#CURRENTFILEFLOW"},"importedFileFlow":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTEDFILEFLOW"},"importedFileFlowRequire":{"value":"The `importedFileFlow` adapted for `require` calls to obtain the import file's effective directive.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTEDFILEFLOWREQUIRE"},"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#IMPORTSFLOW"},"reExportsFlow":{"value":"The full flow for export traversals, shared between `ExportNamedDeclaration` and `ExportAllDeclaration`, to ensure same effective directive re-exports.","key":"JSDOC#DEFINITIONS#AGNOSTIC20#REEXPORTSFLOW"}},"directive21":{"makeDirective21Config":{"value":"Makes the directive21 config for the use-agnostic ESLint plugin.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEDIRECTIVE21CONFIG"},"makeBlockedImport":{"value":"Makes a blockedImport object for the identified blocked import at hand.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEBLOCKEDIMPORT"},"detectQuoteType":{"value":"Detects whether a string is single- or double-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#DETECTQUOTETYPE"},"stripSingleQuotes":{"value":"Removes single quotes from a string known to be single-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#STRIPSINGLEQUOTES"},"stripDoubleQuotes":{"value":"Removes double quotes from a string known to be double-quoted.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#STRIPDOUBLEQUOTES"},"getCommentedDirectiveFromSourceCode1":{"value":"Gets the commented directive of a module from its ESLint `SourceCode` object.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE1"},"getCommentedDirectiveFromSourceCode2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE2"},"getCommentedDirectiveFromCurrentModule1":{"value":"Gets the commented directive of the current module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE1"},"getCommentedDirectiveFromCurrentModule2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE2"},"getCommentedDirectiveFromImportedModule1":{"value":"Gets the commented directive of the imported module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE1"},"getCommentedDirectiveFromImportedModule2":{"value":"Accepted directives for the default Directive-First Architecture are (single or double quotes included):","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE2"},"getVerifiedCommentedDirective":{"value":"Ensures that a module's commented directive is consistent with its file extension (depending on whether it ends with 'x' for JSX).","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETVERIFIEDCOMMENTEDDIRECTIVE"},"getStrategizedDirective":{"value":"Gets the interpreted directive from a specified commented Strategy (such as `@serverLogics`) nested inside the import (or export) declaration for an import (or export) from an Agnostic Strategies Module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#GETSTRATEGIZEDDIRECTIVE"},"addressDirectiveIfAgnosticStrategies":{"value":"Verifies the current node's export strategy if the current commented directive is `\"use agnostic strategies\"` by reporting `exportNotStrategized` in case an export is not strategized in an Agnostic Strategies Module.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ADDRESSDIRECTIVEIFAGNOSTICSTRATEGIES"},"isImportBlocked":{"value":"Returns a boolean deciding if an imported file's commented directive is incompatible with the current file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileCommentedDirective":{"value":"Lists in an message the commented modules incompatible with a commented module based on its commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#MAKEMESSAGEFROMCURRENTFILECOMMENTEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"Finds the `message` for the specific violation of commented directives import rules based on `commentedDirectives_BlockedImports`.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"The flow that begins the import rules enforcement rule, retrieving the verified commented directive of the current file before comparing it to upcoming verified commented directives of the files it imports.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#CURRENTFILEFLOW"},"importedFileFlow":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTEDFILEFLOW"},"importedFileFlowRequire":{"value":"The `importedFileFlow` adapted for `require` calls to obtain the import file's commented directive.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTEDFILEFLOWREQUIRE"},"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#IMPORTSFLOW"},"allExportsFlow":{"value":"The full flow for export traversals, shared between `ExportNamedDeclaration`, `ExportAllDeclaration`, and `ExportDefaultDeclaration`, to ensure same commented directive re-exports in modules that aren't Agnostic Strategies Modules, and enforce strategized exports specifically in Agnostic Strategies modules.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#ALLEXPORTSFLOW"},"nameIsPascalCase":{"value":"Checks if the name of an identifier is in PascalCase, as a cheap way to assess whether or not it is a React component.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#NAMEISPASCALCASE"},"declaresChildrenProp":{"value":"Checks whether the parameters of a function (React component) include the `children` property.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#DECLARESCHILDRENPROP"},"functionDeclarationFlow":{"value":"The flow for function declarations to ensure that Client Lineals Components are made in Client Components Modules and Client Contexts Components are made in Client Contexts Modules, based on the fact that the former are child-free and the latter are children-bearing.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#FUNCTIONDECLARATIONFLOW"},"jsxElementFlow":{"value":"The flow for JSX elements to ensure that render props are only used isolated inside a Client Components Module, where their execution would safely be happening exclusively on the client.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#JSXELEMENTFLOW"},"jsxOpeningElementFlow":{"value":"The flow for JSX opening elements to ensure that event handler props on intrinsic elements are only used in modules that can safely create Client Components.","key":"JSDOC#DEFINITIONS#DIRECTIVE21#JSXOPENINGELEMENTFLOW"}},"tests":{"readFilesRecursively":{"value":"Reads file paths at any depths within a provided directory.","key":"JSDOC#DEFINITIONS#TESTS#READFILESRECURSIVELY"},"readValidFilesRecursively":{"value":"Reads file paths at any depths within a provided valid files directory.","key":"JSDOC#DEFINITIONS#TESTS#READVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively":{"value":"Reads file paths at any depths within a provided invalid files directory.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively20":{"value":"Reads file paths at any depths within a provided invalid files for agnostic20.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY20"},"readInvalidFilesRecursively21":{"value":"Reads file paths at any depths within a provided invalid files for directive21.","key":"JSDOC#DEFINITIONS#TESTS#READINVALIDFILESRECURSIVELY21"}}},"params":{"validPath":{"value":"The directory for the valid paths.","key":"JSDOC#PARAMS#VALIDPATH"},"invalidPath":{"value":"The directory for the invalid paths.","key":"JSDOC#PARAMS#INVALIDPATH"},"contextA":{"value":"An ESLint rule's `context` object.","key":"JSDOC#PARAMS#CONTEXTA"},"contextB":{"value":"The ESLint rule's `context` object.","key":"JSDOC#PARAMS#CONTEXTB"},"resolvedDirectives_blockedImports":{"value":"The blocked imports object, either for agnostic20 or for directive21.","key":"JSDOC#PARAMS#RESOLVEDDIRECTIVES_BLOCKEDIMPORTS"},"currentFileResolvedDirectiveA":{"value":"The current file's \"resolved\" directive.","key":"JSDOC#PARAMS#CURRENTFILERESOLVEDDIRECTIVEA"},"importedFileResolvedDirective":{"value":"The imported file's \"resolved\" directive.","key":"JSDOC#PARAMS#IMPORTEDFILERESOLVEDDIRECTIVE"},"currentFileResolvedDirectiveB":{"value":"The \"resolved\" directive of the \"resolved\" module.","key":"JSDOC#PARAMS#CURRENTFILERESOLVEDDIRECTIVEB"},"plugin":{"value":"The use-agnostic ESLint plugin itself.","key":"JSDOC#PARAMS#PLUGIN"},"resolvedPath":{"value":"The resolved path of the imported module.","key":"JSDOC#PARAMS#RESOLVEDPATH"},"extension":{"value":"The JavaScript (TypeScript) extension of the file.","key":"JSDOC#PARAMS#EXTENSION"},"node":{"value":"The ESLint `node` of the rule's current traversal.","key":"JSDOC#PARAMS#NODE"},"sourceCodeA":{"value":"The `SourceCode` where the AST comes from.","key":"JSDOC#PARAMS#SOURCECODEA"},"callback":{"value":"The callback that runs during the walk.","key":"JSDOC#PARAMS#CALLBACK"},"nodeB":{"value":"The node being visited.","key":"JSDOC#PARAMS#NODEB"},"parent":{"value":"The parent of the node being visited.","key":"JSDOC#PARAMS#PARENT"},"visitorKeys":{"value":"The visitor keys of the node being visited.","key":"JSDOC#PARAMS#VISITORKEYS"},"sourceCodeB":{"value":"The `SourceCode` to analyze.","key":"JSDOC#PARAMS#SOURCECODEB"},"resolvedDirective":{"value":"The resolved directive at hand.","key":"JSDOC#PARAMS#RESOLVEDDIRECTIVE"},"settings":{"value":"The settings as follows:","key":"JSDOC#PARAMS#SETTINGS"},"reactFolder":{"value":"The path of the project's React folder where everything React lives, relative to the root of the project. This is, for example, the app directory when using the Next.js App Router, as `\"app\"`.","key":"JSDOC#PARAMS#REACTFOLDER"},"rootPath":{"value":"The absolute path of the root of the project, from which the absolute path of the React folder can be easily obtained.","key":"JSDOC#PARAMS#ROOTPATH"},"agnostic20":{"currentFileEffectiveDirective":{"value":"The current file's effective directive.","key":"JSDOC#PARAMS#AGNOSTIC20#CURRENTFILEEFFECTIVEDIRECTIVE"},"importedFileEffectiveDirective":{"value":"The imported file's effective directive.","key":"JSDOC#PARAMS#AGNOSTIC20#IMPORTEDFILEEFFECTIVEDIRECTIVE"},"ast":{"value":"The module's AST (Abstract Syntax Tree).","key":"JSDOC#PARAMS#AGNOSTIC20#AST"},"directive":{"value":"The directive as written on top of the file (`\"no directive\"` if no valid directive).","key":"JSDOC#PARAMS#AGNOSTIC20#DIRECTIVE"},"effectiveDirective":{"value":"The effective directive of the effective module.","key":"JSDOC#PARAMS#AGNOSTIC20#EFFECTIVEDIRECTIVE"}},"directive21":{"currentFileCommentedDirective":{"value":"The current file's commented directive.","key":"JSDOC#PARAMS#DIRECTIVE21#CURRENTFILECOMMENTEDDIRECTIVE"},"importedFileCommentedDirective":{"value":"The imported file's commented directive.","key":"JSDOC#PARAMS#DIRECTIVE21#IMPORTEDFILECOMMENTEDDIRECTIVE"},"string":{"value":"The original string.","key":"JSDOC#PARAMS#DIRECTIVE21#STRING"},"sourceCode":{"value":"The ESLint SourceCode object.","key":"JSDOC#PARAMS#DIRECTIVE21#SOURCECODE"},"directive":{"value":"The commented directive as written on top of the file (cannot be `null` at that stage).","key":"JSDOC#PARAMS#DIRECTIVE21#DIRECTIVE"},"commentedDirective":{"value":"The commented directive of the commented module.","key":"JSDOC#PARAMS#DIRECTIVE21#COMMENTEDDIRECTIVE"},"name":{"value":"The name of the identifier at hand.","key":"JSDOC#PARAMS#DIRECTIVE21#NAME"},"params":{"value":"The parameters at hand.","key":"JSDOC#PARAMS#DIRECTIVE21#PARAMS"}},"tests":{"folderPath":{"value":"The provided directory.","key":"JSDOC#PARAMS#TESTS#FOLDERPATH"},"allFiles":{"value":"The accumulator array of file paths. Defaults to an empty array on the initial call, and is passed through each recursive call to be mutated and collect results.","key":"JSDOC#PARAMS#TESTS#ALLFILES"},"javaScriptErrorsLength":{"value":"The number of errors expected on JavaScript files.","key":"JSDOC#PARAMS#TESTS#JAVASCRIPTERRORSLENGTH"},"typeScriptErrorsLength":{"value":"The number of errors expected on TypeScript files.","key":"JSDOC#PARAMS#TESTS#TYPESCRIPTERRORSLENGTH"},"messageId":{"value":"The messageId of the errors expected.","key":"JSDOC#PARAMS#TESTS#MESSAGEID"}}},"details":{"agnostic20":{"nullDirective":{"value":"`null` denotes a server-by-default module, ideally a Server Module.","key":"JSDOC#DETAILS#AGNOSTIC20#NULLDIRECTIVE"},"useServer":{"value":"`'use server'` denotes a Server Functions Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVER"},"useClient":{"value":"`'use client'` denotes a Client Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENT"},"useAgnostic":{"value":"`'use agnostic'` denotes an Agnostic Module (formerly Shared Module).","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTIC"},"useServerLogics":{"value":"`'use server logics'` denotes a Server Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERLOGICS"},"useServerComponents":{"value":"`'use server components'` denotes a Server Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERCOMPONENTS"},"useServerFunctions":{"value":"`'use server functions'` denotes a Server Functions Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USESERVERFUNCTIONS"},"useClientLogics":{"value":"`'use client logics'` denotes a Client Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENTLOGICS"},"useClientComponents":{"value":"`'use client components'` denotes a Client Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USECLIENTCOMPONENTS"},"useAgnosticLogics":{"value":"`'use agnostic logics'` denotes an Agnostic Logics Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTICLOGICS"},"useAgnosticComponents":{"value":"`'use agnostic components'` denotes an Agnostic Components Module.","key":"JSDOC#DETAILS#AGNOSTIC20#USEAGNOSTICCOMPONENTS"}},"directive21":{"useServerLogicsA":{"value":"`'use server logics'`, `\"use server logics\"` denoting a Server Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERLOGICSA"},"useClientLogicsA":{"value":"`'use client logics'`, `\"use client logics\"` denoting a Client Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTLOGICSA"},"useAgnosticLogicsA":{"value":"`'use agnostic logics'`, `\"use agnostic logics\"` denoting an Agnostic Logics Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICLOGICSA"},"useServerComponentsA":{"value":"`'use server components'`, `\"use server components\"` denoting a Server Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERCOMPONENTSA"},"useClientComponentsA":{"value":"`'use client components'`, `\"use client components\"` denoting a Client Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCOMPONENTSA"},"useAgnosticComponentsA":{"value":"`'use agnostic components'`, `\"use agnostic components\"` denoting an Agnostic Components Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCOMPONENTSA"},"useServerFunctionsA":{"value":"`'use server functions'`, `\"use server functions\"` denoting a Server Functions Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERFUNCTIONSA"},"useClientContextsA":{"value":"`'use client contexts'`, `\"use client contexts\"` denoting a Client Contexts Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCONTEXTSA"},"useAgnosticConditionsA":{"value":"`'use agnostic conditions'`, `\"use agnostic conditions\"` denoting an Agnostic Conditions Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCONDITIONSA"},"useAgnosticStrategiesA":{"value":"`'use agnostic strategies'`, `\"use agnostic strategies\"` denoting an Agnostic Strategies Module.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICSTRATEGIESA"},"useServerLogicsB":{"value":"`'use server logics'`: Server Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERLOGICSB"},"useClientLogicsB":{"value":"`'use client logics'`: Client Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTLOGICSB"},"useAgnosticLogicsB":{"value":"`'use agnostic logics'`: Agnostic Logics Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICLOGICSB"},"useServerComponentsB":{"value":"`'use server components'`: Server Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERCOMPONENTSB"},"useClientComponentsB":{"value":"`'use client components'`: Client Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCOMPONENTSB"},"useAgnosticComponentsB":{"value":"`'use agnostic components'`: Agnostic Components Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCOMPONENTSB"},"useServerFunctionsB":{"value":"`'use server functions'`: Server Functions Modules do NOT export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USESERVERFUNCTIONSB"},"useClientContextsB":{"value":"`'use client contexts'`: Client Contexts Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USECLIENTCONTEXTSB"},"useAgnosticConditionsB":{"value":"`'use agnostic conditions'`: Agnostic Conditions Modules ONLY export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICCONDITIONSB"},"useAgnosticStrategiesB":{"value":"`'use agnostic strategies'`: Agnostic Strategies Modules may export JSX.","key":"JSDOC#DETAILS#DIRECTIVE21#USEAGNOSTICSTRATEGIESB"}}},"returns":{"makeTestFiles":{"value":"The paths of the files to be linted for agnostic20 and directive21.","key":"JSDOC#RETURNS#MAKETESTFILES"},"highlightFirstLineOfCode":{"value":"The `context.report` `loc`-compatible coordinates for the first line of code of a file.","key":"JSDOC#RETURNS#HIGHLIGHTFIRSTLINEOFCODE"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in respective `resolvedDirectives_blockedImports`.","key":"JSDOC#RETURNS#ISIMPORTBLOCKED"},"makeIntroForSpecificViolationMessage":{"value":"\"[Current file 'resolved' modules] are not allowed to import [imported file 'resolved' modules].\"","key":"JSDOC#RETURNS#MAKEINTROFORSPECIFICVIOLATIONMESSAGE"},"makeMessageFromCurrentFileResolvedDirective":{"value":"The message listing the incompatible \"resolved\" modules.","key":"JSDOC#RETURNS#MAKEMESSAGEFROMCURRENTFILERESOLVEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#FINDSPECIFICVIOLATIONMESSAGE"},"analyzeExportsForReExports":{"value":"An object with the `reExportsWithSource` key tracking the direct re-exports from an imported source in an array and the `reExportsViaLocal` key tracking the indirect re-exports from an imported source in an array.","key":"JSDOC#RETURNS#ANALYZEEXPORTSFORREEXPORTS"},"getEnvironmentFromResolvedDirective":{"value":"Either `\"server\"`, `\"client\"`, or `\"agnostic\"`.","key":"JSDOC#RETURNS#GETENVIRONMENTFROMRESOLVEDDIRECTIVE"},"defineDirective21":{"value":"An ESLint config object that applies `eslint-plugin-use-agnostic`'s `directive21` config by using the provided `reactFolder` as the basis for JavaScript/TypeScript glob patterns.","key":"JSDOC#RETURNS#DEFINEDIRECTIVE21"},"defineConfigSettings":{"value":"The config object responsible for the settings retrieved by the eXtra JSX VS Code extension.","key":"JSDOC#RETURNS#DEFINECONFIGSETTINGS"},"agnostic20":{"makeAgnostic20Config":{"value":"The agnostic20 config's name as a key and its config as its value.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEAGNOSTIC20CONFIG"},"makeBlockedImport":{"value":"The blockedImport object for the identified blocked import at hand.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEBLOCKEDIMPORT"},"makeBlockedImportSuggestingUseAgnostic":{"value":"The enhanced blockedImport object with the suggestion to use the `'use agnostic'` directive.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEBLOCKEDIMPORTSUGGESTINGUSEAGNOSTIC"},"getDirectiveFromModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMMODULE"},"getDirectiveFromCurrentModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMCURRENTMODULE"},"getDirectiveFromImportedModule":{"value":"The directive, or lack thereof via `null`. The lack of a directive is considered server-by-default.","key":"JSDOC#RETURNS#AGNOSTIC20#GETDIRECTIVEFROMIMPORTEDMODULE"},"getEffectiveDirective":{"value":"The effective directive, from which imports rules are applied.","key":"JSDOC#RETURNS#AGNOSTIC20#GETEFFECTIVEDIRECTIVE"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in `effectiveDirectives_BlockedImports`.","key":"JSDOC#RETURNS#AGNOSTIC20#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileEffectiveDirective":{"value":"The message listing the incompatible effective modules.","key":"JSDOC#RETURNS#AGNOSTIC20#MAKEMESSAGEFROMCURRENTFILEEFFECTIVEDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#AGNOSTIC20#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `currentFileEffectiveDirective`.","key":"JSDOC#RETURNS#AGNOSTIC20#CURRENTFILEFLOW"},"importedFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `importedFileEffectiveDirective`.","key":"JSDOC#RETURNS#AGNOSTIC20#IMPORTEDFILEFLOW"},"importsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#AGNOSTIC20#IMPORTSFLOW"},"reExportsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#AGNOSTIC20#REEXPORTSFLOW"}},"directive21":{"makeDirective21Config":{"value":"The directive21 config's name as a key and its config as its value.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEDIRECTIVE21CONFIG"},"makeBlockedImport":{"value":"The blockedImport object for the identified blocked import at hand.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEBLOCKEDIMPORT"},"detectQuoteType":{"value":"`true` if single-quoted, `false` if double-quoted, `null` if neither.","key":"JSDOC#RETURNS#DIRECTIVE21#DETECTQUOTETYPE"},"stripSingleQuotes":{"value":"The string with quotes removed.","key":"JSDOC#RETURNS#DIRECTIVE21#STRIPSINGLEQUOTES"},"stripDoubleQuotes":{"value":"The string with quotes removed.","key":"JSDOC#RETURNS#DIRECTIVE21#STRIPDOUBLEQUOTES"},"getCommentedDirectiveFromSourceCode":{"value":"The commented directive, or lack thereof via `null`. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMSOURCECODE"},"getCommentedDirectiveFromCurrentModule":{"value":"The commented directive, or lack thereof via `null`. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMCURRENTMODULE"},"getCommentedDirectiveFromImportedModule":{"value":"The commented directive, or lack thereof via `null`. Now also provides the obtained `SourceCode` object. Given the strictness of this architecture, the lack of a directive is considered a mistake. (Though rules may provide the opportunity to declare a default, and configs with preset defaults may become provided.)","key":"JSDOC#RETURNS#DIRECTIVE21#GETCOMMENTEDDIRECTIVEFROMIMPORTEDMODULE"},"getVerifiedCommentedDirective":{"value":"The verified commented directive, from which imports rules are applied. Returns `null` if the verification failed, upon which an error will be reported depending on the commented directive, since the error logic here is strictly binary.","key":"JSDOC#RETURNS#DIRECTIVE21#GETVERIFIEDCOMMENTEDDIRECTIVE"},"getStrategizedDirective":{"value":"The interpreted directive, a.k.a. strategized directive, or lack thereof via `null`.","key":"JSDOC#RETURNS#DIRECTIVE21#GETSTRATEGIZEDDIRECTIVE"},"addressDirectiveIfAgnosticStrategies":{"value":"The commented directive, the addressed strategy (as a commented directive) or `null` in case of failure.","key":"JSDOC#RETURNS#DIRECTIVE21#ADDRESSDIRECTIVEIFAGNOSTICSTRATEGIES"},"isImportBlocked":{"value":"`true` if the import is blocked, as established in `commentedDirectives_BlockedImports`.","key":"JSDOC#RETURNS#DIRECTIVE21#ISIMPORTBLOCKED"},"makeMessageFromCurrentFileCommentedDirective":{"value":"The message listing the incompatible commented modules.","key":"JSDOC#RETURNS#DIRECTIVE21#MAKEMESSAGEFROMCURRENTFILECOMMENTEDDIRECTIVE"},"findSpecificViolationMessage":{"value":"The corresponding `message`.","key":"JSDOC#RETURNS#DIRECTIVE21#FINDSPECIFICVIOLATIONMESSAGE"},"currentFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `verifiedCommentedDirective`.","key":"JSDOC#RETURNS#DIRECTIVE21#CURRENTFILEFLOW"},"importedFileFlow":{"value":"Either an object with `skip: true` to disregard or one with the non-null `importedFileCommentedDirective`. And now with the added results of `analyzeExportsForReExports`.","key":"JSDOC#RETURNS#DIRECTIVE21#IMPORTEDFILEFLOW"},"importsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#DIRECTIVE21#IMPORTSFLOW"},"allExportsFlow":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#RETURNS#DIRECTIVE21#ALLEXPORTSFLOW"},"nameIsPascalCase":{"value":"`true` if the name is recognized as PascalCase, `false` otherwise.","key":"JSDOC#RETURNS#DIRECTIVE21#NAMEISPASCALCASE"},"declaresChildrenProp":{"value":"`true` if the parameters include the `children` property, `false` otherwise.","key":"JSDOC#RETURNS#DIRECTIVE21#DECLARESCHILDRENPROP"}},"tests":{"readFilesRecursively":{"value":"All files at any depths within the provided directory.","key":"JSDOC#RETURNS#TESTS#READFILESRECURSIVELY"},"readValidFilesRecursively":{"value":"The RuleTester's array of valid files with needed properties.","key":"JSDOC#RETURNS#TESTS#READVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively":{"value":"The RuleTester's array of invalid files with needed properties.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY"},"readInvalidFilesRecursively20":{"value":"The RuleTester's array of invalid files with needed properties for agnostic20.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY20"},"readInvalidFilesRecursively21":{"value":"The RuleTester's array of invalid files with needed properties for directive21.","key":"JSDOC#RETURNS#TESTS#READINVALIDFILESRECURSIVELY21"}}},"forAliasVariables":{"importsFlow":{"value":"The full flow for import traversals to enforce effective directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOW"},"importsFlowRequire":{"value":"The `importsFlow` adapted for `require` calls to enforce effective directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWREQUIRE"},"importsFlowCommented":{"value":"The full flow for import traversals to enforce commented directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWCOMMENTED"},"importsFlowCommentedRequire":{"value":"The `importsFlow` adapted for `require` calls to enforce commented directives import rules.","key":"JSDOC#FORALIASVARIABLES#IMPORTSFLOWCOMMENTEDREQUIRE"},"flowReturnsEarly":{"value":"Early if the flow needs to be interrupted.","key":"JSDOC#FORALIASVARIABLES#FLOWRETURNSEARLY"}},"forComposedVariables":{"resolved":{"value":"\"resolved\"","key":"JSDOC#FORCOMPOSEDVARIABLES#RESOLVED"},"effective":{"value":"effective","key":"JSDOC#FORCOMPOSEDVARIABLES#EFFECTIVE"},"commented":{"value":"commented","key":"JSDOC#FORCOMPOSEDVARIABLES#COMMENTED"},"verifiedCommented":{"value":"verified commented","key":"JSDOC#FORCOMPOSEDVARIABLES#VERIFIEDCOMMENTED"},"returnsDeciding":{"value":"Returns a boolean deciding if an imported file's","key":"JSDOC#FORCOMPOSEDVARIABLES#RETURNSDECIDING"},"directiveIncompatible":{"value":"directive is incompatible with the current file's","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVEINCOMPATIBLE"},"directive":{"value":"directive","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVE"},"directives":{"value":"directives","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVES"},"directivePeriod":{"value":"directive.","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVEPERIOD"},"listsInMessage":{"value":"Lists in an message the","key":"JSDOC#FORCOMPOSEDVARIABLES#LISTSINMESSAGE"},"modulesIncompatible":{"value":"modules incompatible with a","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULESINCOMPATIBLE"},"moduleBasedOn":{"value":"module based on its","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULEBASEDON"},"findTheMessage":{"value":"Finds the `message` for the specific violation of","key":"JSDOC#FORCOMPOSEDVARIABLES#FINDTHEMESSAGE"},"rulesBasedOn":{"value":"directives import rules based on","key":"JSDOC#FORCOMPOSEDVARIABLES#RULESBASEDON"},"rdbiPeriod":{"value":"`resolvedDirectives_blockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#RDBIPERIOD"},"edbiPeriod":{"value":"`effectiveDirectives_BlockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#EDBIPERIOD"},"cdbiPeriod":{"value":"`commentedDirectives_BlockedImports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#CDBIPERIOD"},"theMessageListing":{"value":"The message listing the incompatible","key":"JSDOC#FORCOMPOSEDVARIABLES#THEMESSAGELISTING"},"modulesPeriod":{"value":"modules.","key":"JSDOC#FORCOMPOSEDVARIABLES#MODULESPERIOD"},"trueIfImportBlocked":{"value":"`true` if the import is blocked, as established in","key":"JSDOC#FORCOMPOSEDVARIABLES#TRUEIFIMPORTBLOCKED"},"respective":{"value":"respective","key":"JSDOC#FORCOMPOSEDVARIABLES#RESPECTIVE"},"agnostic20":{"value":"agnostic20","key":"JSDOC#FORCOMPOSEDVARIABLES#AGNOSTIC20"},"directive21":{"value":"directive21","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTIVE21"},"makesThe":{"value":"Makes the","key":"JSDOC#FORCOMPOSEDVARIABLES#MAKESTHE"},"configForPlugin":{"value":"config for the use-agnostic ESLint plugin.","key":"JSDOC#FORCOMPOSEDVARIABLES#CONFIGFORPLUGIN"},"initialThe":{"value":"The","key":"JSDOC#FORCOMPOSEDVARIABLES#INITIALTHE"},"configsName":{"value":"config's name as a key and its config as its value.","key":"JSDOC#FORCOMPOSEDVARIABLES#CONFIGSNAME"},"getsDirectiveOf":{"value":"Gets the directive of","key":"JSDOC#FORCOMPOSEDVARIABLES#GETSDIRECTIVEOF"},"aModule":{"value":"a module from its Abstract Syntax Tree.","key":"JSDOC#FORCOMPOSEDVARIABLES#AMODULE"},"currentModule":{"value":"the current module.","key":"JSDOC#FORCOMPOSEDVARIABLES#CURRENTMODULE"},"importedModule":{"value":"the imported module.","key":"JSDOC#FORCOMPOSEDVARIABLES#IMPORTEDMODULE"},"flowThatBegins":{"value":"The flow that begins the import rules enforcement rule, retrieving the","key":"JSDOC#FORCOMPOSEDVARIABLES#FLOWTHATBEGINS"},"ofCurrentFile":{"value":"of the current file before comparing it to upcoming","key":"JSDOC#FORCOMPOSEDVARIABLES#OFCURRENTFILE"},"ofFilesItImports":{"value":"of the files it imports.","key":"JSDOC#FORCOMPOSEDVARIABLES#OFFILESITIMPORTS"},"flowImportReExport":{"value":"The flow that is shared between import and re-export traversals to obtain the import file's","key":"JSDOC#FORCOMPOSEDVARIABLES#FLOWIMPORTREEXPORT"},"getCommentedDirective":{"value":"Gets the commented directive of the","key":"JSDOC#FORCOMPOSEDVARIABLES#GETCOMMENTEDDIRECTIVE"},"currentModulePeriod":{"value":"current module.","key":"JSDOC#FORCOMPOSEDVARIABLES#CURRENTMODULEPERIOD"},"importedModulePeriod":{"value":"imported module.","key":"JSDOC#FORCOMPOSEDVARIABLES#IMPORTEDMODULEPERIOD"},"readAnyDepths":{"value":"Reads file paths at any depths within a provided","key":"JSDOC#FORCOMPOSEDVARIABLES#READANYDEPTHS"},"directory":{"value":"directory","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTORY"},"directoryPeriod":{"value":"directory.","key":"JSDOC#FORCOMPOSEDVARIABLES#DIRECTORYPERIOD"},"validFiles":{"value":"valid files","key":"JSDOC#FORCOMPOSEDVARIABLES#VALIDFILES"},"invalidFiles":{"value":"invalid files","key":"JSDOC#FORCOMPOSEDVARIABLES#INVALIDFILES"},"forAgnostic20":{"value":"for agnostic20.","key":"JSDOC#FORCOMPOSEDVARIABLES#FORAGNOSTIC20"},"forDirective21":{"value":"for directive21.","key":"JSDOC#FORCOMPOSEDVARIABLES#FORDIRECTIVE21"},"ruleTesterArray":{"value":"The RuleTester's array of","key":"JSDOC#FORCOMPOSEDVARIABLES#RULETESTERARRAY"},"withNeededProperties":{"value":"with needed properties","key":"JSDOC#FORCOMPOSEDVARIABLES#WITHNEEDEDPROPERTIES"},"withNeededPropertiesPeriod":{"value":"with needed properties.","key":"JSDOC#FORCOMPOSEDVARIABLES#WITHNEEDEDPROPERTIESPERIOD"},"theCurrentFile":{"value":"The current file's","key":"JSDOC#FORCOMPOSEDVARIABLES#THECURRENTFILE"},"theImportedFile":{"value":"The imported file's","key":"JSDOC#FORCOMPOSEDVARIABLES#THEIMPORTEDFILE"},"eitherSkipTrueNonNull":{"value":"Either an object with `skip: true` to disregard or one with the non-null","key":"JSDOC#FORCOMPOSEDVARIABLES#EITHERSKIPTRUENONNULL"},"cfedPeriod":{"value":"`currentFileEffectiveDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#CFEDPERIOD"},"ifedPeriod":{"value":"`importedFileEffectiveDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#IFEDPERIOD"},"vcdPeriod":{"value":"`verifiedCommentedDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#VCDPERIOD"},"ifcdPeriod":{"value":"`importedFileCommentedDirective`.","key":"JSDOC#FORCOMPOSEDVARIABLES#IFCDPERIOD"},"analyzeExportsForReExportsResults":{"value":"And now with the added results of `analyzeExportsForReExports`.","key":"JSDOC#FORCOMPOSEDVARIABLES#ANALYZEEXPORTSFORREEXPORTSRESULTS"}}},"tests":{"viaAlias":{"value":"Via alias.","key":"TESTS#VIAALIAS"},"viaBaseUrl":{"value":"Via baseUrl.","key":"TESTS#VIABASEURL"},"valid":{"value":"Valid.","key":"TESTS#VALID"},"invalid":{"value":"Invalid.","key":"TESTS#INVALID"},"withExtension":{"value":"with extension","key":"TESTS#WITHEXTENSION"},"forComposedVariables":{"thatsA":{"value":"That's a","key":"TESTS#FORCOMPOSEDVARIABLES#THATSA"},"thatsAn":{"value":"That's an","key":"TESTS#FORCOMPOSEDVARIABLES#THATSAN"},"importingA":{"value":"...Importing a","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTINGA"},"importingAn":{"value":"...Importing an","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTINGAN"},"module":{"value":"Module","key":"TESTS#FORCOMPOSEDVARIABLES#MODULE"},"modulePeriod":{"value":"Module.","key":"TESTS#FORCOMPOSEDVARIABLES#MODULEPERIOD"},"withExtensionParentheses":{"value":"(with extension).","key":"TESTS#FORCOMPOSEDVARIABLES#WITHEXTENSIONPARENTHESES"},"byFolder":{"value":"by a folder.","key":"TESTS#FORCOMPOSEDVARIABLES#BYFOLDER"},"importing":{"value":"...Importing","key":"TESTS#FORCOMPOSEDVARIABLES#IMPORTING"},"viaStrategyPeriod":{"value":"via Special Agnostic Strategy.","key":"TESTS#FORCOMPOSEDVARIABLES#VIASTRATEGYPERIOD"},"viaStrategy":{"value":"via Special Agnostic Strategy","key":"TESTS#FORCOMPOSEDVARIABLES#VIASTRATEGY"}}},"agnostic20":{"use server logics":{"use server logics":{"value":"Server Logics can compose with one another.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components are OK to be composed with Server Logics as long as the Server Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions, being able to import one another, can compose and do so via Server Logics, despite this method seeming superfluous at first glance. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components cannot be tinkered with on the server.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics on the server just like they can on the client, as long at the Server Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_SERVER_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Logics","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDS"},"kindsComma":{"value":"Server Logics,","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Logics.","key":"AGNOSTIC20#USE_SERVER_LOGICS#KINDSPERIOD"},"module":{"value":"Server Logics Module","key":"AGNOSTIC20#USE_SERVER_LOGICS#MODULE"},"thatsAModule":{"value":"That's a Server Logics Module.","key":"AGNOSTIC20#USE_SERVER_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Logics Module (with extension).","key":"AGNOSTIC20#USE_SERVER_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Logics Module by a folder.","key":"AGNOSTIC20#USE_SERVER_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server logics","key":"AGNOSTIC20#USE_SERVER_LOGICS#DIRECTIVE"}},"use server components":{"use server logics":{"value":"Server Logics, being logic from the server, can safely support Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components can compose with one another, assuming thanks to the inclusion of the 'use agnostic' directive that they are actual Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be passed to imported Client Components within Server Components Modules, even though indeed Server Components Modules and Server Components can make their own Server Functions through inline `'use server'` directives.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can be nested inside Server Components either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can render safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Components","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDS"},"kindsComma":{"value":"Server Components,","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Components.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#KINDSPERIOD"},"module":{"value":"Server Components Module","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's a Server Components Module.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Components Module (with extension).","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Components Module by a folder.","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server components","key":"AGNOSTIC20#USE_SERVER_COMPONENTS#DIRECTIVE"}},"use server functions":{"use server logics":{"value":"Server Logics, being logic from the server, can safely support Server Functions.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions, even though they don't need to import one another and the same results can be generated via Server Logics for the outcome of a single Server Function, can still compose with one another. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components aren't allowed because Server Functions have no business working with React Components.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Server Functions","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDS"},"kindsComma":{"value":"Server Functions,","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Server Functions.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#KINDSPERIOD"},"module":{"value":"Server Functions Module","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#MODULE"},"thatsAModule":{"value":"That's a Server Functions Module.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Server Functions Module (with extension).","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Server Functions Module by a folder.","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#IMPORTINGBYAFOLDER"},"directive":{"value":"use server functions","key":"AGNOSTIC20#USE_SERVER_FUNCTIONS#DIRECTIVE"}},"use client logics":{"use server logics":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components cannot be tinkered with on the client.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can technically be attached to Client Components that are being tinkered with within Client Logics Modules.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics can compose with one another.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components are OK to be composed with Client Logics as long as the Client Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics on the client just like they can on the server, as long as the Client Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Client Logics","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDS"},"kindsComma":{"value":"Client Logics,","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Client Logics.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#KINDSPERIOD"},"module":{"value":"Client Logics Module","key":"AGNOSTIC20#USE_CLIENT_LOGICS#MODULE"},"thatsAModule":{"value":"That's a Client Logics Module.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Client Logics Module (with extension).","key":"AGNOSTIC20#USE_CLIENT_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Client Logics Module by a folder.","key":"AGNOSTIC20#USE_CLIENT_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use client logics","key":"AGNOSTIC20#USE_CLIENT_LOGICS#DIRECTIVE"}},"use client components":{"use server logics":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components may only pass through Client Components via the children prop within Server Components Modules.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can specifically be triggered by Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics, being logic from the client, can safely support Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can compose with one another.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can render safely on the client just like they can on the server.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Client Components","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDS"},"kindsComma":{"value":"Client Components,","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Client Components.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#KINDSPERIOD"},"module":{"value":"Client Components Module","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's a Client Components Module.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing a Client Components Module (with extension).","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing a Client Components Module by a folder.","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use client components","key":"AGNOSTIC20#USE_CLIENT_COMPONENTS#DIRECTIVE"}},"use agnostic logics":{"use server logics":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be modified on the server and on the client, but their use cases on both environments are not one-to-one compatible, since they're being addressed as they are on the server and addressed as references on the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics can compose with one another.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can be composed with Logics agnostically as long as the Agnostic Logics Module, by convention, does not export React components.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Agnostic Logics","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDS"},"kindsComma":{"value":"Agnostic Logics,","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Agnostic Logics.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#KINDSPERIOD"},"module":{"value":"Agnostic Logics Module","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#MODULE"},"thatsAModule":{"value":"That's an Agnostic Logics Module.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing an Agnostic Logics Module (with extension).","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing an Agnostic Logics Module by a folder.","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#IMPORTINGBYAFOLDER"},"directive":{"value":"use agnostic logics","key":"AGNOSTIC20#USE_AGNOSTIC_LOGICS#DIRECTIVE"}},"use agnostic components":{"use server logics":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_LOGICS"},"use server components":{"value":"Server Components, unlike Client Components, cannot make silos of their own once on the opposing environment (the client in this case), and therefore cannot be executed from the client, making them unable to execute agnostically from both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_COMPONENTS"},"use server functions":{"value":"Server Functions can be passed to Client Components as props when Client Components are also legally imported into Agnostic Components Modules.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client logics":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_LOGICS"},"use client components":{"value":"Client Components can be nested inside Agnostic Components either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components — if still on the Server Tree — or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic logics":{"value":"Agnostic Logics, being environment-agnostic logic, can safely support Agnostic Components.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use agnostic components":{"value":"Agnostic Components can compose with one another.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"kinds":{"value":"Agnostic Components","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDS"},"kindsComma":{"value":"Agnostic Components,","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Agnostic Components.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#KINDSPERIOD"},"module":{"value":"Agnostic Components Module","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#MODULE"},"thatsAModule":{"value":"That's an Agnostic Components Module.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#THATSAMODULE"},"importingWithExtension":{"value":"...Importing an Agnostic Components Module (with extension).","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#IMPORTINGWITHEXTENSION"},"importingByAFolder":{"value":"...Importing an Agnostic Components Module by a folder.","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#IMPORTINGBYAFOLDER"},"directive":{"value":"use agnostic components","key":"AGNOSTIC20#USE_AGNOSTIC_COMPONENTS#DIRECTIVE"}},"forAliasVariables":{"serverNeverClient":{"value":"Server Logics should never leak to the client.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERNEVERCLIENT"},"clientNeverServer":{"value":"Client Logics should never leak to the server.","key":"AGNOSTIC20#FORALIASVARIABLES#CLIENTNEVERSERVER"},"agnosticCanServerClient":{"value":"Agnostic Logics can run safely on the server just like they can on the client.","key":"AGNOSTIC20#FORALIASVARIABLES#AGNOSTICCANSERVERCLIENT"},"agnosticCanClientServer":{"value":"Agnostic Logics can run safely on the client just like they can on the server.","key":"AGNOSTIC20#FORALIASVARIABLES#AGNOSTICCANCLIENTSERVER"},"serverFunctionsNoComponents":{"value":"Server Functions have no business working with React Components.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERFUNCTIONSNOCOMPONENTS"},"serverLogicsCantBoth":{"value":"Server Logics cannot run on both the server and the client.","key":"AGNOSTIC20#FORALIASVARIABLES#SERVERLOGICSCANTBOTH"},"clientLogicsCantBoth":{"value":"Client Logics cannot run on both the server and the client.","key":"AGNOSTIC20#FORALIASVARIABLES#CLIENTLOGICSCANTBOTH"}},"forComposedVariables":{"shouldNeverClient":{"value":"should never leak to the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SHOULDNEVERCLIENT"},"shouldNeverServer":{"value":"should never leak to the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SHOULDNEVERSERVER"},"runServerLikeClient":{"value":"can run safely on the server just like they can on the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#RUNSERVERLIKECLIENT"},"runClientLikeServer":{"value":"can run safely on the client just like they can on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#RUNCLIENTLIKESERVER"},"canComposeOneAnother":{"value":"can compose with one another.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANCOMPOSEONEANOTHER"},"cantTinkeredServer":{"value":"cannot be tinkered with on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDSERVER"},"cantTinkeredClient":{"value":"cannot be tinkered with on the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDCLIENT"},"cantTinkeredBoth":{"value":"cannot be tinkered with on both the server and the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTTINKEREDBOTH"},"serverComponentsOKLogics":{"value":"Server Components are OK to be composed with Server Logics as long as the Server Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#SERVERCOMPONENTSOKLOGICS"},"clientComponentsOKLogics":{"value":"Client Components are OK to be composed with Client Logics as long as the Client Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CLIENTCOMPONENTSOKLOGICS"},"agnosticComponentsCanServer":{"value":"Agnostic Components can be composed with Logics on the server just like they can on the client, as long at the Server Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANSERVER"},"agnosticComponentsCanClient":{"value":"Agnostic Components can be composed with Logics on the client just like they can on the server, as long as the Client Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANCLIENT"},"agnosticComponentsCanAgnostic":{"value":"Agnostic Components can be composed with Logics agnostically as long as the Agnostic Logics Module,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANAGNOSTIC"},"noExportComponents":{"value":"by convention, does not export React components.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#NOEXPORTCOMPONENTS"},"cantServerClient":{"value":"cannot run on both the server and the client.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANTSERVERCLIENT"},"arentAllowed":{"value":"aren't allowed because","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ARENTALLOWED"},"allowedBecause":{"value":"allowed, because","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ALLOWEDBECAUSE"},"beingLogicServer":{"value":"being logic from the server,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICSERVER"},"beingLogicClient":{"value":"being logic from the client,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICCLIENT"},"beingLogicAgnostic":{"value":"being environment-agnostic logic,","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#BEINGLOGICAGNOSTIC"},"canSafelySupport":{"value":"can safely support","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANSAFELYSUPPORT"},"canBeNestedInside":{"value":"can be nested inside","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#CANBENESTEDINSIDE"},"eitherWrapTree":{"value":"either to wrap some of the tree with client state accessible through child Client Components and pass through Server Components","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#EITHERWRAPTREE"},"ifStillOnServerTree":{"value":"— if still on the Server Tree —","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#IFSTILLONSERVERTREE"},"orCreateBoundaries":{"value":"or to create client boundaries when the root of the application is planted on the server.","key":"AGNOSTIC20#FORCOMPOSEDVARIABLES#ORCREATEBOUNDARIES"}}},"directive21":{"use server logics":{"use server logics":{"value":"Prime Server Logics can compose with one another.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components are OK to be composed with Prime Server Logics as long as the Prime Server Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, cannot be tinkered with on the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions, being able to import one another, can compose and do so via Prime Server Logics, despite this method seeming superfluous at first glance. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, cannot be tinkered with on the server.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Server Logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDS"},"kindsComma":{"value":"Prime Server Logics,","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Server Logics.","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Server Logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Server Logics Module","key":"DIRECTIVE21#USE_SERVER_LOGICS#MODULE"},"moduleSimple":{"value":"Server Logics Module","key":"DIRECTIVE21#USE_SERVER_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Server Logics Module.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Server Logics Module by a folder.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Server Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Server Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server logics","key":"DIRECTIVE21#USE_SERVER_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@serverLogics","key":"DIRECTIVE21#USE_SERVER_LOGICS#ATSTRATEGY"}},"use client logics":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be tinkered with on the client.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can technically be attached to any Client Components being tinkered with within Client Logics Modules.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Client Logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDS"},"kindsComma":{"value":"Prime Client Logics,","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Client Logics.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Client Logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Client Logics Module","key":"DIRECTIVE21#USE_CLIENT_LOGICS#MODULE"},"moduleSimple":{"value":"Client Logics Module","key":"DIRECTIVE21#USE_CLIENT_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Client Logics Module.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Client Logics Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Client Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Client Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client logics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@clientLogics","key":"DIRECTIVE21#USE_CLIENT_LOGICS#ATSTRATEGY"}},"use agnostic logics":{"use server logics":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can compose with one another.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components, like any Client Components, cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be modified on the server and on the client, but their use cases on both environments are not one-to-one compatible, since they're being addressed as they are on the server and addressed as references on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components, like any Client Components, cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Prime Agnostic Logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDS"},"kindsComma":{"value":"Prime Agnostic Logics,","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSCOMMA"},"kindsPeriod":{"value":"Prime Agnostic Logics.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDSSIMPLE"},"module":{"value":"Prime Agnostic Logics Module","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#MODULE"},"moduleSimple":{"value":"Agnostic Logics Module","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Prime Agnostic Logics Module.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Prime Agnostic Logics Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Prime Agnostic Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Prime Agnostic Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic logics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#DIRECTIVE"},"atStrategy":{"value":"@agnosticLogics","key":"DIRECTIVE21#USE_AGNOSTIC_LOGICS#ATSTRATEGY"}},"use server components":{"use server logics":{"value":"Prime Server Logics, being logic from the server, can safely support Lineal Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components can compose with one another, now that thanks to the inclusion of Agnostic Components they are actual Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can be nested inside Lineal Server Components to create client boundaries when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be passed to imported Client Components within Lineal Server Components Modules, even though indeed Lineal Server Components Modules and Lineal Server Components can make their own Server Functions through inline `'use server'` directives.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can be nested inside Lineal Server Components to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Server Components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Server Components,","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Server Components.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Server Components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Server Components Module","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#MODULE"},"moduleSimple":{"value":"Server Components Module","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Server Components Module.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Server Components Module by a folder.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Server Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Server Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server components","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@serverComponents","key":"DIRECTIVE21#USE_SERVER_COMPONENTS#ATSTRATEGY"}},"use client components":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics, being logic from the client, can safely support Lineal Client Components, like any Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components cannot be the children of Lineal Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can effectively become Lineal and only render their children on the client via this mechanism since, by a Client Contexts Component being the child of a Lineal Client Component, the Client Contexts Component's children become the grandchildren of an ancestor Lineal Client Component, enforcing them to render exclusively on the client.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Client Components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Client Components,","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Client Components.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Client Components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Client Components Module","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULE"},"modulePeriod":{"value":"Lineal Client Components Module.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULEPERIOD"},"moduleSimple":{"value":"Client Components Module","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Client Components Module.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Client Components Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Client Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Client Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client components","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@clientComponents","key":"DIRECTIVE21#USE_CLIENT_COMPONENTS#ATSTRATEGY"}},"use agnostic components":{"use server logics":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics, being environment-agnostic logic, can safely support any Agnostic Components.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components, unlike Lineal Client Components, cannot make silos of their own once on the opposing environment (the client in this case), and therefore cannot be executed from the client, making them unable to execute agnostically from both the server and the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can be nested inside Lineal Agnostic Components to create client boundaries when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can compose with one another.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be passed to Client Components as props when Client Components are also legally imported into Agnostic Components Modules.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can be nested inside Lineal Agnostic Components to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components — if still on the Server Tree — when the root of the application is planted on the server.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Lineal Agnostic Components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDS"},"kindsComma":{"value":"Lineal Agnostic Components,","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSCOMMA"},"kindsPeriod":{"value":"Lineal Agnostic Components.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#KINDSSIMPLE"},"module":{"value":"Lineal Agnostic Components Module","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#MODULE"},"moduleSimple":{"value":"Agnostic Components Module","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#MODULESIMPLE"},"importingAModule":{"value":"...Importing a Lineal Agnostic Components Module.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Lineal Agnostic Components Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing Lineal Agnostic Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing Lineal Agnostic Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic components","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#DIRECTIVE"},"atStrategy":{"value":"@agnosticComponents","key":"DIRECTIVE21#USE_AGNOSTIC_COMPONENTS#ATSTRATEGY"}},"use server functions":{"use server logics":{"value":"Prime Server Logics, being logic from the server, can safely support (Special) Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions, even though they don't need to import one another and the same results can be generated via Prime Server Logics for the outcome of a single Server Function, can still compose with one another. (Perhaps a preferrable use case for this has been found or could be found either today or in the future.)","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics aren't allowed because (Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Special Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDS"},"kindsComma":{"value":"Special Server Functions,","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSPERIOD"},"kindsSimple":{"value":"Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#KINDSSIMPLE"},"module":{"value":"Special Server Functions Module","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#MODULE"},"moduleSimple":{"value":"Server Functions Module","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#MODULESIMPLE"},"specials":{"value":"(Special) Server Functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALS"},"specialsComma":{"value":"(Special) Server Functions,","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Server Functions.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Server Functions Module.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Server Functions Module by a folder.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Server Functions via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Server Functions via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use server functions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#DIRECTIVE"},"atStrategy":{"value":"@serverFunctions","key":"DIRECTIVE21#USE_SERVER_FUNCTIONS#ATSTRATEGY"}},"use client contexts":{"use server logics":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics, being logic from the client, can safely support (Special) Client Contexts Components, like any Client Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components may only pass through (Special) Client Contexts Components via the children prop within Server Components Modules.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components can create client boundaries within (Special) Client Contexts Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can compose with one another.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_STRATEGIES"},"kinds":{"value":"Special Client Contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDS"},"kindsComma":{"value":"Special Client Contexts,","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Client Contexts.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSPERIOD"},"kindsSimple":{"value":"Client Contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#KINDSSIMPLE"},"module":{"value":"Special Client Contexts Module","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#MODULE"},"moduleSimple":{"value":"Client Contexts Module","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#MODULESIMPLE"},"specials":{"value":"(Special) Client Contexts Components","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALS"},"specialsComma":{"value":"(Special) Client Contexts Components,","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Client Contexts Components.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Client Contexts Module.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Client Contexts Module by a folder.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Client Contexts Components via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Client Contexts Components via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use client contexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#DIRECTIVE"},"atStrategy":{"value":"@clientContexts","key":"DIRECTIVE21#USE_CLIENT_CONTEXTS#ATSTRATEGY"}},"use agnostic conditions":{"use server logics":{"value":"Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned. The exported variable should be in PascalCase, like `ReactComponent`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned. The exported variable should be in PascalCase, like `ReactComponent`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components. The exported variable should be in PascalCase, like `ReactComponent`.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions aren't allowed because they do not have 1-to-1 behavioral equivalents for the client that would satisfy (Special) Agnostic Conditions Modules.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components can actually be used as `ComponentForClient` arguments for (Special) Agnostic Conditions Components notably as counterparts to similar passthrough components selected as `ComponentForServer` arguments.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_STRATEGIES"},"invalidEnvironment":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDENVIRONMENT"},"invalidOnlyInComponents":{"value":"(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYINCOMPONENTS"},"invalidOnlyFromComponents":{"value":"(Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS"},"kinds":{"value":"Special Agnostic Conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDS"},"kindsComma":{"value":"Special Agnostic Conditions,","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSCOMMA"},"kindsPeriod":{"value":"Special Agnostic Conditions.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSSIMPLE"},"module":{"value":"Special Agnostic Conditions Module","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULE"},"moduleSimple":{"value":"Agnostic Conditions Module","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULESIMPLE"},"specials":{"value":"(Special) Agnostic Conditions Components and/or Logics","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS"},"specialsComma":{"value":"(Special) Agnostic Conditions Components and/or Logics,","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Agnostic Conditions Components and/or Logics.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD"},"importingAModule":{"value":"...Importing a Special Agnostic Conditions Module.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGAMODULE"},"importingByAFolder":{"value":"...Importing a Special Agnostic Conditions Module by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGBYAFOLDER"},"importingViaStrategy":{"value":"...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGY"},"importingViaStrategyByAFolder":{"value":"...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy by a folder.","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGYBYAFOLDER"},"directive":{"value":"use agnostic conditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#DIRECTIVE"},"atStrategy":{"value":"@agnosticConditions","key":"DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#ATSTRATEGY"}},"use agnostic strategies":{"use server logics":{"value":"Prime Server Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_LOGICS"},"use client logics":{"value":"Prime Client Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_LOGICS"},"use agnostic logics":{"value":"Prime Agnostic Logics allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_LOGICS"},"use server components":{"value":"Lineal Server Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_COMPONENTS"},"use client components":{"value":"Lineal Client Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_COMPONENTS"},"use agnostic components":{"value":"Lineal Agnostic Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_COMPONENTS"},"use server functions":{"value":"(Special) Server Functions allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_SERVER_FUNCTIONS"},"use client contexts":{"value":"(Special) Client Contexts Components allowed, because (Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_CLIENT_CONTEXTS"},"use agnostic conditions":{"value":"(Special) Agnostic Conditions Modules cannot be imported in the (Abstract) Agnostic Environment, only strictly on the server or strictly on the client.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_CONDITIONS"},"use agnostic strategies":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#USE_AGNOSTIC_STRATEGIES"},"valid":{"value":"(Special) Agnostic Strategies Modules can import all known modules except Special Agnostic Modules, meaning themselves as file generators that should not be imported directly, and (Special) Agnostic Conditions Modules, which cannot be imported in the (Abstract) Agnostic Environment.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#VALID"},"invalid":{"value":"(Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#INVALID"},"kinds":{"value":"Special Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDS"},"kindsComma":{"value":"Special Agnostic Strategies,","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSCOMMA"},"kindsPeriod":{"value":"Special Agnostic Strategies.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSPERIOD"},"kindsSimple":{"value":"Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#KINDSSIMPLE"},"module":{"value":"Special Agnostic Strategies Module","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULE"},"moduleSimple":{"value":"Agnostic Strategies Module","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#MODULESIMPLE"},"specials":{"value":"(Special) Agnostic Strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALS"},"specialsComma":{"value":"(Special) Agnostic Strategies,","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALSCOMMA"},"specialsPeriod":{"value":"(Special) Agnostic Strategies.","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#SPECIALSPERIOD"},"directive":{"value":"use agnostic strategies","key":"DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#DIRECTIVE"}},"forAliasVariables":{"serverNeverClient":{"value":"Prime Server Logics should never leak to the client.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERNEVERCLIENT"},"clientNeverServer":{"value":"Prime Client Logics should never leak to the server.","key":"DIRECTIVE21#FORALIASVARIABLES#CLIENTNEVERSERVER"},"agnosticCanServerClient":{"value":"Prime Agnostic Logics can run safely on the server just like they can on the client.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCANSERVERCLIENT"},"agnosticCanClientServer":{"value":"Prime Agnostic Logics can run safely on the client just like they can on the server.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCANCLIENTSERVER"},"serverFunctionsNoComponents":{"value":"(Special) Server Functions have no business working with React Components.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERFUNCTIONSNOCOMPONENTS"},"serverLogicsCantBoth":{"value":"Prime Server Logics cannot run on both the server and the client.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERLOGICSCANTBOTH"},"clientLogicsCantBoth":{"value":"Prime Client Logics cannot run on both the server and the client.","key":"DIRECTIVE21#FORALIASVARIABLES#CLIENTLOGICSCANTBOTH"},"agnosticComponentsCanAny":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCOMPONENTSCANANY"},"agnosticComponentsRenderAny":{"value":"Lineal Agnostic Components can render safely on the client just like they can on the server.","key":"DIRECTIVE21#FORALIASVARIABLES#AGNOSTICCOMPONENTSRENDERANY"},"serverFunctionsClient":{"value":"(Special) Server Functions can be specifically triggered by Client Components.","key":"DIRECTIVE21#FORALIASVARIABLES#SERVERFUNCTIONSCLIENT"}},"forComposedVariables":{"shouldNeverClient":{"value":"should never leak to the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SHOULDNEVERCLIENT"},"shouldNeverServer":{"value":"should never leak to the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SHOULDNEVERSERVER"},"runServerLikeClient":{"value":"can run safely on the server just like they can on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RUNSERVERLIKECLIENT"},"runClientLikeServer":{"value":"can run safely on the client just like they can on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RUNCLIENTLIKESERVER"},"canComposeOneAnother":{"value":"can compose with one another.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANCOMPOSEONEANOTHER"},"cantTinkeredServer":{"value":"cannot be tinkered with on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDSERVER"},"cantTinkeredClient":{"value":"cannot be tinkered with on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDCLIENT"},"cantTinkeredBoth":{"value":"cannot be tinkered with on both the server and the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDBOTH"},"serverComponentsOKLogics":{"value":"Lineal Server Components are OK to be composed with Prime Server Logics as long as the Prime Server Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#SERVERCOMPONENTSOKLOGICS"},"likeAnyClientComponentsComma":{"value":"like any Client Components,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSCOMMA"},"likeAnyClientComponentsPeriod":{"value":"like any Client Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSPERIOD"},"anyAgnosticComponentsPeriod":{"value":"any Agnostic Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ANYAGNOSTICCOMPONENTSPERIOD"},"okClientLogics":{"value":"are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#OKCLIENTLOGICS"},"agnosticComponentsCanAny":{"value":"Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANANY"},"asIfLinealAgnostic":{"value":"as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC"},"canAnyPrimeLogics":{"value":"can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANANYPRIMELOGICS"},"noExportComponents":{"value":"by convention, does not export React components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#NOEXPORTCOMPONENTS"},"cantServerClient":{"value":"cannot run on both the server and the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTSERVERCLIENT"},"arentAllowed":{"value":"aren't allowed because","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED"},"allowedBecause":{"value":"allowed, because","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#ALLOWEDBECAUSE"},"beingLogicServer":{"value":"being logic from the server,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICSERVER"},"beingLogicClient":{"value":"being logic from the client,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICCLIENT"},"beingLogicAgnostic":{"value":"being environment-agnostic logic,","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#BEINGLOGICAGNOSTIC"},"canSafelySupport":{"value":"can safely support","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANSAFELYSUPPORT"},"canBeNestedInside":{"value":"can be nested inside","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANBENESTEDINSIDE"},"toCreateBoundaries":{"value":"to create client boundaries","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#TOCREATEBOUNDARIES"},"towrapTree":{"value":"to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#TOWRAPTREE"},"ifStillOnServerTree":{"value":"— if still on the Server Tree —","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#IFSTILLONSERVERTREE"},"whenRootOnServer":{"value":"when the root of the application is planted on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#WHENROOTONSERVER"},"canClientComponents":{"value":"can be specifically triggered by Client Components.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#CANCLIENTCOMPONENTS"},"renderServerLikeClient":{"value":"can render safely on the server just like they can on the client.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RENDERSERVERLIKECLIENT"},"renderClientLikeServer":{"value":"can render safely on the client just like they can on the server.","key":"DIRECTIVE21#FORCOMPOSEDVARIABLES#RENDERCLIENTLIKESERVER"}}}}} ResolvedConfigData */
2
2
 
3
3
  /** @type {ResolvedConfigData} */
4
4
  export const resolvedConfigData = {
@@ -1669,7 +1669,7 @@ export const resolvedConfigData = {
1669
1669
  "key": "DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_CONTEXTS"
1670
1670
  },
1671
1671
  "use agnostic conditions": {
1672
- "value": "(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.",
1672
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.",
1673
1673
  "key": "DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS"
1674
1674
  },
1675
1675
  "use agnostic strategies": {
@@ -1759,7 +1759,7 @@ export const resolvedConfigData = {
1759
1759
  "key": "DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_CONTEXTS"
1760
1760
  },
1761
1761
  "use agnostic conditions": {
1762
- "value": "(Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components.",
1762
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
1763
1763
  "key": "DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS"
1764
1764
  },
1765
1765
  "use agnostic strategies": {
@@ -1939,7 +1939,7 @@ export const resolvedConfigData = {
1939
1939
  "key": "DIRECTIVE21#USE_SERVER_COMPONENTS#USE_CLIENT_CONTEXTS"
1940
1940
  },
1941
1941
  "use agnostic conditions": {
1942
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the server just like they can on the client.",
1942
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.",
1943
1943
  "key": "DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_CONDITIONS"
1944
1944
  },
1945
1945
  "use agnostic strategies": {
@@ -2029,7 +2029,7 @@ export const resolvedConfigData = {
2029
2029
  "key": "DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_CLIENT_CONTEXTS"
2030
2030
  },
2031
2031
  "use agnostic conditions": {
2032
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.",
2032
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
2033
2033
  "key": "DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_CONDITIONS"
2034
2034
  },
2035
2035
  "use agnostic strategies": {
@@ -2213,7 +2213,7 @@ export const resolvedConfigData = {
2213
2213
  "key": "DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_CLIENT_CONTEXTS"
2214
2214
  },
2215
2215
  "use agnostic conditions": {
2216
- "value": "(Special) Agnostic Conditions Components aren't allowed because (Special) Server Functions have no business working with React Components.",
2216
+ "value": "(Special) Agnostic Conditions Components and/or Logics aren't allowed because (Special) Server Functions have no business working with React Components.",
2217
2217
  "key": "DIRECTIVE21#USE_SERVER_FUNCTIONS#USE_AGNOSTIC_CONDITIONS"
2218
2218
  },
2219
2219
  "use agnostic strategies": {
@@ -2315,7 +2315,7 @@ export const resolvedConfigData = {
2315
2315
  "key": "DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_CLIENT_CONTEXTS"
2316
2316
  },
2317
2317
  "use agnostic conditions": {
2318
- "value": "(Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.",
2318
+ "value": "(Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.",
2319
2319
  "key": "DIRECTIVE21#USE_CLIENT_CONTEXTS#USE_AGNOSTIC_CONDITIONS"
2320
2320
  },
2321
2321
  "use agnostic strategies": {
@@ -2385,31 +2385,31 @@ export const resolvedConfigData = {
2385
2385
  },
2386
2386
  "use agnostic conditions": {
2387
2387
  "use server logics": {
2388
- "value": "Prime Server Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2388
+ "value": "Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2389
2389
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS"
2390
2390
  },
2391
2391
  "use client logics": {
2392
- "value": "Prime Client Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2392
+ "value": "Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2393
2393
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS"
2394
2394
  },
2395
2395
  "use agnostic logics": {
2396
- "value": "Prime Agnostic Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2396
+ "value": "Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.",
2397
2397
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS"
2398
2398
  },
2399
2399
  "use server components": {
2400
- "value": "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned.",
2400
+ "value": "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned. The exported variable should be in PascalCase, like `ReactComponent`.",
2401
2401
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS"
2402
2402
  },
2403
2403
  "use client components": {
2404
- "value": "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned.",
2404
+ "value": "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned. The exported variable should be in PascalCase, like `ReactComponent`.",
2405
2405
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS"
2406
2406
  },
2407
2407
  "use agnostic components": {
2408
- "value": "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components.",
2408
+ "value": "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components. The exported variable should be in PascalCase, like `ReactComponent`.",
2409
2409
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS"
2410
2410
  },
2411
2411
  "use server functions": {
2412
- "value": "(Special) Server Functions aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components.",
2412
+ "value": "(Special) Server Functions aren't allowed because they do not have 1-to-1 behavioral equivalents for the client that would satisfy (Special) Agnostic Conditions Modules.",
2413
2413
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS"
2414
2414
  },
2415
2415
  "use client contexts": {
@@ -2461,15 +2461,15 @@ export const resolvedConfigData = {
2461
2461
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULESIMPLE"
2462
2462
  },
2463
2463
  "specials": {
2464
- "value": "(Special) Agnostic Conditions Components",
2464
+ "value": "(Special) Agnostic Conditions Components and/or Logics",
2465
2465
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS"
2466
2466
  },
2467
2467
  "specialsComma": {
2468
- "value": "(Special) Agnostic Conditions Components,",
2468
+ "value": "(Special) Agnostic Conditions Components and/or Logics,",
2469
2469
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA"
2470
2470
  },
2471
2471
  "specialsPeriod": {
2472
- "value": "(Special) Agnostic Conditions Components.",
2472
+ "value": "(Special) Agnostic Conditions Components and/or Logics.",
2473
2473
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD"
2474
2474
  },
2475
2475
  "importingAModule": {
@@ -2481,11 +2481,11 @@ export const resolvedConfigData = {
2481
2481
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGBYAFOLDER"
2482
2482
  },
2483
2483
  "importingViaStrategy": {
2484
- "value": "...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy.",
2484
+ "value": "...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy.",
2485
2485
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGY"
2486
2486
  },
2487
2487
  "importingViaStrategyByAFolder": {
2488
- "value": "...Importing (Special) Agnostic Conditions Components via Special Agnostic Strategy by a folder.",
2488
+ "value": "...Importing (Special) Agnostic Conditions Components and/or Logics via Special Agnostic Strategy by a folder.",
2489
2489
  "key": "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGVIASTRATEGYBYAFOLDER"
2490
2490
  },
2491
2491
  "directive": {
@@ -2687,7 +2687,7 @@ export const resolvedConfigData = {
2687
2687
  "key": "DIRECTIVE21#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANANY"
2688
2688
  },
2689
2689
  "asIfLinealAgnostic": {
2690
- "value": "as if they were Lineal Agnostic Components themselves,",
2690
+ "value": "as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves,",
2691
2691
  "key": "DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC"
2692
2692
  },
2693
2693
  "canAnyPrimeLogics": {
@@ -74,7 +74,7 @@ export const directive21Comments = Object.freeze({
74
74
  agnosticComponentsCanAny:
75
75
  "Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module," /* $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#AGNOSTICCOMPONENTSCANANY */,
76
76
  asIfLinealAgnostic:
77
- "as if they were Lineal Agnostic Components themselves," /* $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC */,
77
+ "as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves," /* $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ASIFLINEALAGNOSTIC */,
78
78
  canAnyPrimeLogics:
79
79
  "can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module," /* $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#CANANYPRIMELOGICS */,
80
80
  noExportComponents:
@@ -16,7 +16,7 @@ export const serverLogicsComments = Object.freeze({
16
16
  "use client contexts":
17
17
  /* invalid */ "$COMMENT#DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSCOMMA $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSCOMMA $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#CANTTINKEREDSERVER" /* $COMMENT#DIRECTIVE21#USE_SERVER_LOGICS#USE_CLIENT_CONTEXTS */,
18
18
  "use agnostic conditions":
19
- /* invalid */ "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYINCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS */,
19
+ /* valid */ "DIRECTIVE21#USE_SERVER_COMPONENTS#USE_AGNOSTIC_CONDITIONS" /* $COMMENT#DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_CONDITIONS */,
20
20
  "use agnostic strategies":
21
21
  /* invalid */ "DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#INVALID" /* $COMMENT#DIRECTIVE21#USE_SERVER_LOGICS#USE_AGNOSTIC_STRATEGIES */,
22
22
  kinds:
@@ -63,7 +63,7 @@ export const clientLogicsComments = Object.freeze({
63
63
  "use client contexts":
64
64
  /* valid */ "$COMMENT#DIRECTIVE21#USE_CLIENT_CONTEXTS#SPECIALSCOMMA $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#LIKEANYCLIENTCOMPONENTSCOMMA $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#OKCLIENTLOGICS $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#NOEXPORTCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_CLIENT_LOGICS#USE_CLIENT_CONTEXTS */,
65
65
  "use agnostic conditions":
66
- /* invalid */ "DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYINCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS */,
66
+ /* valid */ "DIRECTIVE21#USE_CLIENT_COMPONENTS#USE_AGNOSTIC_CONDITIONS" /* $COMMENT#DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_CONDITIONS */,
67
67
  "use agnostic strategies":
68
68
  /* invalid */ "DIRECTIVE21#USE_AGNOSTIC_STRATEGIES#INVALID" /* $COMMENT#DIRECTIVE21#USE_CLIENT_LOGICS#USE_AGNOSTIC_STRATEGIES */,
69
69
  kinds:
@@ -390,19 +390,19 @@ export const clientContextsComments = Object.freeze({
390
390
 
391
391
  export const agnosticConditionsComments = Object.freeze({
392
392
  "use server logics":
393
- /* invalid */ "$COMMENT#DIRECTIVE21#USE_SERVER_LOGICS#KINDS $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS */,
393
+ /* valid */ "Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_LOGICS */,
394
394
  "use client logics":
395
- /* invalid */ "$COMMENT#DIRECTIVE21#USE_CLIENT_LOGICS#KINDS $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS */,
395
+ /* valid */ "Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_LOGICS */,
396
396
  "use agnostic logics":
397
- /* invalid */ "$COMMENT#DIRECTIVE21#USE_AGNOSTIC_LOGICS#KINDS $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS */,
397
+ /* valid */ "Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_LOGICS */,
398
398
  "use server components":
399
- /* valid */ "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS */,
399
+ /* valid */ "Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned. The exported variable should be in PascalCase, like `ReactComponent`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_COMPONENTS */,
400
400
  "use client components":
401
- /* valid */ "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS */,
401
+ /* valid */ "Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned. The exported variable should be in PascalCase, like `ReactComponent`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_COMPONENTS */,
402
402
  "use agnostic components":
403
- /* valid */ "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS */,
403
+ /* valid */ "Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components. The exported variable should be in PascalCase, like `ReactComponent`." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_AGNOSTIC_COMPONENTS */,
404
404
  "use server functions":
405
- /* invalid */ "$COMMENT#DIRECTIVE21#USE_SERVER_FUNCTIONS#SPECIALS $COMMENT#DIRECTIVE21#FORCOMPOSEDVARIABLES#ARENTALLOWED $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#INVALIDONLYFROMCOMPONENTS" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS */,
405
+ /* invalid */ "(Special) Server Functions aren't allowed because they do not have 1-to-1 behavioral equivalents for the client that would satisfy (Special) Agnostic Conditions Modules." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_SERVER_FUNCTIONS */,
406
406
  "use client contexts":
407
407
  /* valid */ "(Special) Client Contexts Components can actually be used as `ComponentForClient` arguments for (Special) Agnostic Conditions Components notably as counterparts to similar passthrough components selected as `ComponentForServer` arguments." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#USE_CLIENT_CONTEXTS */,
408
408
  "use agnostic conditions":
@@ -428,11 +428,11 @@ export const agnosticConditionsComments = Object.freeze({
428
428
  moduleSimple:
429
429
  "$COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDSSIMPLE $COMMENT#TESTS#FORCOMPOSEDVARIABLES#MODULE" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#MODULESIMPLE */,
430
430
  specials:
431
- "(Special) Agnostic Conditions Components" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS */,
431
+ "(Special) Agnostic Conditions Components and/or Logics" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALS */,
432
432
  specialsComma:
433
- "(Special) Agnostic Conditions Components," /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA */,
433
+ "(Special) Agnostic Conditions Components and/or Logics," /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSCOMMA */,
434
434
  specialsPeriod:
435
- "(Special) Agnostic Conditions Components." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD */,
435
+ "(Special) Agnostic Conditions Components and/or Logics." /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#SPECIALSPERIOD */,
436
436
  importingAModule:
437
437
  "$COMMENT#TESTS#FORCOMPOSEDVARIABLES#IMPORTINGA $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#KINDS $COMMENT#TESTS#FORCOMPOSEDVARIABLES#MODULEPERIOD" /* $COMMENT#DIRECTIVE21#USE_AGNOSTIC_CONDITIONS#IMPORTINGAMODULE */,
438
438
  importingByAFolder:
@@ -252,10 +252,7 @@ export const commentedDirectives_blockedImports = Object.freeze({
252
252
  USE_SERVER_LOGICS,
253
253
  USE_CLIENT_CONTEXTS,
254
254
  ) /* (Special) Client Contexts Components, like any Client Components, cannot be tinkered with on the server. */,
255
- makeBlockedImport(
256
- USE_SERVER_LOGICS,
257
- USE_AGNOSTIC_CONDITIONS,
258
- ) /* (Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components. */,
255
+ // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.
259
256
  makeBlockedImport(
260
257
  USE_SERVER_LOGICS,
261
258
  USE_AGNOSTIC_STRATEGIES,
@@ -276,10 +273,7 @@ export const commentedDirectives_blockedImports = Object.freeze({
276
273
  // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can be composed with any Prime Environment Logics agnostically, as long as the Prime Environment Logics Module, by convention, does not export React components.
277
274
  // USE_SERVER_FUNCTIONS (Special) Server Functions can technically be attached to any Client Components being tinkered with within Client Logics Modules.
278
275
  // USE_CLIENT_CONTEXTS (Special) Client Contexts Components, like any Client Components, are OK to be composed with Prime Client Logics as long as the Prime Client Logics Module, by convention, does not export React components.
279
- makeBlockedImport(
280
- USE_CLIENT_LOGICS,
281
- USE_AGNOSTIC_CONDITIONS,
282
- ) /* (Special) Agnostic Conditions Modules can only be imported by Components Modules, given how the consuming of their conditioned mechanism is restricted to React Components. */,
276
+ // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.
283
277
  makeBlockedImport(
284
278
  USE_CLIENT_LOGICS,
285
279
  USE_AGNOSTIC_STRATEGIES,
@@ -333,7 +327,7 @@ export const commentedDirectives_blockedImports = Object.freeze({
333
327
  // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can render safely on the server just like they can on the client.
334
328
  // USE_SERVER_FUNCTIONS (Special) Server Functions can be passed to imported Client Components within Lineal Server Components Modules, even though indeed Lineal Server Components Modules and Lineal Server Components can make their own Server Functions through inline `'use server'` directives.
335
329
  // USE_CLIENT_CONTEXTS (Special) Client Contexts Components can be nested inside Lineal Server Components to wrap some of the tree with client state accessible through child Client Components, and to pass through Server Components when the root of the application is planted on the server.
336
- // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the server just like they can on the client.
330
+ // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the server just like they can on the client.
337
331
  makeBlockedImport(
338
332
  USE_SERVER_COMPONENTS,
339
333
  USE_AGNOSTIC_STRATEGIES,
@@ -354,7 +348,7 @@ export const commentedDirectives_blockedImports = Object.freeze({
354
348
  // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can render safely on the client just like they can on the server.
355
349
  // USE_SERVER_FUNCTIONS (Special) Server Functions can be specifically triggered by Client Components.
356
350
  // USE_CLIENT_CONTEXTS (Special) Client Contexts Components can effectively become Lineal and only render their children on the client via this mechanism since, by a Client Contexts Component being the child of a Lineal Client Component, the Client Contexts Component's children become the grandchildren of an ancestor Lineal Client Component, enforcing them to render exclusively on the client.
357
- // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.
351
+ // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.
358
352
  makeBlockedImport(
359
353
  USE_CLIENT_COMPONENTS,
360
354
  USE_AGNOSTIC_STRATEGIES,
@@ -414,7 +408,7 @@ export const commentedDirectives_blockedImports = Object.freeze({
414
408
  makeBlockedImport(
415
409
  USE_SERVER_FUNCTIONS,
416
410
  USE_AGNOSTIC_CONDITIONS,
417
- ) /* (Special) Agnostic Conditions Components aren't allowed because (Special) Server Functions have no business working with React Components. */,
411
+ ) /* (Special) Agnostic Conditions Components and/or Logics aren't allowed because (Special) Server Functions have no business working with React Components. */,
418
412
  makeBlockedImport(
419
413
  USE_SERVER_FUNCTIONS,
420
414
  USE_AGNOSTIC_STRATEGIES,
@@ -435,32 +429,35 @@ export const commentedDirectives_blockedImports = Object.freeze({
435
429
  // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can render safely on the client just like they can on the server.
436
430
  // USE_SERVER_FUNCTIONS (Special) Server Functions can be specifically triggered by Client Components.
437
431
  // USE_CLIENT_CONTEXTS (Special) Client Contexts Components can compose with one another.
438
- // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components, as if they were Lineal Agnostic Components themselves, can render safely on the client just like they can on the server.
432
+ // USE_AGNOSTIC_CONDITIONS (Special) Agnostic Conditions Components and/or Logics, as if they were Lineal Agnostic Components and/or Prime Agnostic Logics themselves, can render safely on the client just like they can on the server.
439
433
  makeBlockedImport(
440
434
  USE_CLIENT_CONTEXTS,
441
435
  USE_AGNOSTIC_STRATEGIES,
442
436
  ) /* (Special) Agnostic Strategies Modules cannot be imported by any of the known modules, since given that Agnostic Strategies Modules generate strategized files, they need to be imported via their strategized files (like those ending in `.serverLogics.ts`) instead. */,
443
437
  ]),
444
438
  [USE_AGNOSTIC_CONDITIONS]: Object.freeze([
439
+ // USE_SERVER_LOGICS Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.
440
+ // USE_CLIENT_LOGICS Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.
441
+ // USE_AGNOSTIC_LOGICS Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`.
445
442
  makeBlockedImport(
446
443
  USE_AGNOSTIC_CONDITIONS,
447
444
  USE_SERVER_LOGICS,
448
- ) /* Prime Server Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components. */,
445
+ ) /* Prime Server Logics are to be paired as `LogicForServer` utilities with `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The `LogicForServer` is always the first assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`. */,
449
446
  makeBlockedImport(
450
447
  USE_AGNOSTIC_CONDITIONS,
451
448
  USE_CLIENT_LOGICS,
452
- ) /* Prime Client Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components. */,
449
+ ) /* Prime Client Logics are to be paired as `LogicForClient` utilities with `LogicForServer` utilities to form (Special) Agnostic Conditions Logics. The `LogicForClient` is always the last assigned. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`. */,
453
450
  makeBlockedImport(
454
451
  USE_AGNOSTIC_CONDITIONS,
455
452
  USE_AGNOSTIC_LOGICS,
456
- ) /* Prime Agnostic Logics aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components. */,
457
- // USE_SERVER_COMPONENTS Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned.
458
- // USE_CLIENT_COMPONENTS Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned.
459
- // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components.
453
+ ) /* Prime Agnostic Logics can take the place of `LogicForServer` and/or `LogicForClient` utilities to form (Special) Agnostic Conditions Logics. The exported variable should be prefixed by `utilize-`, like `utilizeUtility`. */,
454
+ // USE_SERVER_COMPONENTS Lineal Server Components are to be paired as `ComponentForServer` components with `ComponentForClient` components to form (Special) Agnostic Conditions Components. The `ComponentForServer` is always the first assigned. The exported variable should be in PascalCase, like `ReactComponent`.
455
+ // USE_CLIENT_COMPONENTS Lineal Client Components are to be paired as `ComponentForClient` components with `ComponentForServer` components to form (Special) Agnostic Conditions Components. The `ComponentForClient` is always the last assigned. The exported variable should be in PascalCase, like `ReactComponent`.
456
+ // USE_AGNOSTIC_COMPONENTS Lineal Agnostic Components can take the place of `ComponentForServer` and/or `ComponentForClient` components to form (Special) Agnostic Conditions Components. The exported variable should be in PascalCase, like `ReactComponent`.
460
457
  makeBlockedImport(
461
458
  USE_AGNOSTIC_CONDITIONS,
462
459
  USE_SERVER_FUNCTIONS,
463
- ) /* (Special) Server Functions aren't allowed because (Special) Agnostic Conditions Modules can only import directly from Components Modules, given how the making of their conditioned mechanism is restricted to React Components. */,
460
+ ) /* (Special) Server Functions aren't allowed because they do not have 1-to-1 behavioral equivalents for the client that would satisfy (Special) Agnostic Conditions Modules. */,
464
461
  // USE_CLIENT_CONTEXTS (Special) Client Contexts Components can actually be used as `ComponentForClient` arguments for (Special) Agnostic Conditions Components notably as counterparts to similar passthrough components selected as `ComponentForServer` arguments.
465
462
  makeBlockedImport(
466
463
  USE_AGNOSTIC_CONDITIONS,
@@ -76,8 +76,13 @@ In this context, {{ ${specificFailure} }} `,
76
76
  create: (context) => {
77
77
  const result = currentFileFlow(context);
78
78
 
79
+ const reactFolder = /** @type {string} */ (context.settings.reactFolder);
80
+ const rootPath = /** @type {string} */ (context.settings.rootPath);
81
+ // make the resolver by resolving the TypeScript from the rootPath
82
+ // pass the resolver to importsFlow, allExportsFlow, importsFlowRequire
83
+
79
84
  if (result.skip) return {};
80
- const { verifiedCommentedDirective } = result;
85
+ const { verifiedCommentedDirective } = result; // Leave untouched. Since this is the verifying process. Commented directives from imported modules however, don't need to be further verified, and can simply be obtained by the flat module index.
81
86
 
82
87
  return {
83
88
  ImportDeclaration: (node) =>
package/library/index.js CHANGED
@@ -215,7 +215,7 @@ export const defineConfigSettings = ({ reactFolder, rootPath }) => {
215
215
  settings: {
216
216
  eXtraJSX: {
217
217
  reactFolder,
218
- rootPath, // I should start with this and make sure the rootPath on ESLint and the rootPath on VS Code are the same.
218
+ rootPath, // Makes sure the rootPath on ESLint and the rootPath on VS Code are the same.
219
219
  },
220
220
  },
221
221
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-use-agnostic",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Highlights problematic server-client imports in projects made with the Fullstack React Architecture.",
5
5
  "keywords": [
6
6
  "eslint",