@cucumber/gherkin
Advanced tools
Comparing version 27.0.0 to 28.0.0
@@ -40,33 +40,33 @@ import * as messages from '@cucumber/messages'; | ||
None = 0, | ||
_EOF = 1, | ||
_Empty = 2, | ||
_Comment = 3, | ||
_TagLine = 4, | ||
_FeatureLine = 5, | ||
_RuleLine = 6, | ||
_BackgroundLine = 7, | ||
_ScenarioLine = 8, | ||
_ExamplesLine = 9, | ||
_StepLine = 10, | ||
_DocStringSeparator = 11, | ||
_TableRow = 12, | ||
_Language = 13, | ||
_Other = 14, | ||
GherkinDocument = 15, | ||
Feature = 16, | ||
FeatureHeader = 17, | ||
Rule = 18, | ||
RuleHeader = 19, | ||
Background = 20, | ||
ScenarioDefinition = 21, | ||
Scenario = 22, | ||
ExamplesDefinition = 23, | ||
Examples = 24, | ||
ExamplesTable = 25, | ||
Step = 26, | ||
StepArg = 27, | ||
DataTable = 28, | ||
DocString = 29, | ||
Tags = 30, | ||
DescriptionHelper = 31, | ||
_EOF = 1,// #EOF | ||
_Empty = 2,// #Empty | ||
_Comment = 3,// #Comment | ||
_TagLine = 4,// #TagLine | ||
_FeatureLine = 5,// #FeatureLine | ||
_RuleLine = 6,// #RuleLine | ||
_BackgroundLine = 7,// #BackgroundLine | ||
_ScenarioLine = 8,// #ScenarioLine | ||
_ExamplesLine = 9,// #ExamplesLine | ||
_StepLine = 10,// #StepLine | ||
_DocStringSeparator = 11,// #DocStringSeparator | ||
_TableRow = 12,// #TableRow | ||
_Language = 13,// #Language | ||
_Other = 14,// #Other | ||
GherkinDocument = 15,// GherkinDocument! := Feature? | ||
Feature = 16,// Feature! := FeatureHeader Background? ScenarioDefinition* Rule* | ||
FeatureHeader = 17,// FeatureHeader! := #Language? Tags? #FeatureLine DescriptionHelper | ||
Rule = 18,// Rule! := RuleHeader Background? ScenarioDefinition* | ||
RuleHeader = 19,// RuleHeader! := Tags? #RuleLine DescriptionHelper | ||
Background = 20,// Background! := #BackgroundLine DescriptionHelper Step* | ||
ScenarioDefinition = 21,// ScenarioDefinition! [#Empty|#Comment|#TagLine->#ScenarioLine] := Tags? Scenario | ||
Scenario = 22,// Scenario! := #ScenarioLine DescriptionHelper Step* ExamplesDefinition* | ||
ExamplesDefinition = 23,// ExamplesDefinition! [#Empty|#Comment|#TagLine->#ExamplesLine] := Tags? Examples | ||
Examples = 24,// Examples! := #ExamplesLine DescriptionHelper ExamplesTable? | ||
ExamplesTable = 25,// ExamplesTable! := #TableRow #TableRow* | ||
Step = 26,// Step! := #StepLine StepArg? | ||
StepArg = 27,// StepArg := (DataTable | DocString) | ||
DataTable = 28,// DataTable! := #TableRow+ | ||
DocString = 29,// DocString! := #DocStringSeparator #Other* #DocStringSeparator | ||
Tags = 30,// Tags! := #TagLine+ | ||
DescriptionHelper = 31,// DescriptionHelper := #Empty* Description? #Comment* | ||
Description = 32 | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "@cucumber/gherkin", | ||
"version": "27.0.0", | ||
"version": "28.0.0", | ||
"description": "Gherkin parser", | ||
@@ -34,12 +34,12 @@ "main": "dist/src/index.js", | ||
"devDependencies": { | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.17.15", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.11.19", | ||
"commander": "^11.0.0", | ||
"core-js": "3.32.2", | ||
"mocha": "10.2.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.2.2" | ||
"core-js": "3.36.0", | ||
"mocha": "10.3.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.3.3" | ||
}, | ||
"dependencies": { | ||
"@cucumber/messages": ">=19.1.4 <=22" | ||
"@cucumber/messages": ">=19.1.4 <=24" | ||
}, | ||
@@ -46,0 +46,0 @@ "directories": { |
@@ -1429,3 +1429,3 @@ { | ||
"rule": [ | ||
"Rule" | ||
"Riail" | ||
], | ||
@@ -3580,3 +3580,3 @@ "scenario": [ | ||
"rule": [ | ||
"Rule" | ||
"Quy tắc" | ||
], | ||
@@ -3583,0 +3583,0 @@ "scenario": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
813093
+ Added@cucumber/messages@24.1.0(transitive)
+ Added@types/uuid@9.0.8(transitive)
+ Addedreflect-metadata@0.2.1(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@cucumber/messages@22.0.0(transitive)
- Removed@types/uuid@9.0.1(transitive)
- Removedreflect-metadata@0.1.13(transitive)
- Removeduuid@9.0.0(transitive)