Parser Specification Constants
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
Constants
- RULE
-
Defines all the defaulzt rules of the specification table. @enum {object}
- START_COLUMN_RULE
-
The column the rules starts. @enum {number}
- KEY_SEVERITY
-
The key string to identifiy the severity rows. @enum {string}
- KEY_RULE
-
The key string to identifiy the rule rows. @enum {string}
RULE
Defines all the defaulzt rules of the specification table. @enum {object}
START_COLUMN_RULE
The column the rules starts. @enum {number}
KEY_SEVERITY
The key string to identifiy the severity rows. @enum {string}
KEY_RULE
The key string to identifiy the rule rows. @enum {string}
Kind: global constant