Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cucumber/gherkin

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/gherkin - npm Package Compare versions

Comparing version 27.0.0 to 28.0.0

62

dist/src/Parser.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc