Home / Function/ dummyGrammars() — astro Function Reference

dummyGrammars() — astro Function Reference

Architecture documentation for the dummyGrammars() function in test.mjs from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  86eefc07_6d54_c2d4_0906_6ec844bbf702["dummyGrammars()"]
  783c19dd_dc8f_7f70_13d3_d14c83e05c68["test.mjs"]
  86eefc07_6d54_c2d4_0906_6ec844bbf702 -->|defined in| 783c19dd_dc8f_7f70_13d3_d14c83e05c68
  style 86eefc07_6d54_c2d4_0906_6ec844bbf702 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/vscode/test/grammar/test.mjs lines 9–9

const dummyGrammars = readdirSync(dummyGrammarDir).map((file) => join(dummyGrammarDir, file));

Domain

Subdomains

Frequently Asked Questions

What does dummyGrammars() do?
dummyGrammars() is a function in the astro codebase, defined in packages/language-tools/vscode/test/grammar/test.mjs.
Where is dummyGrammars() defined?
dummyGrammars() is defined in packages/language-tools/vscode/test/grammar/test.mjs at line 9.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free