@grammar/xml
Advanced tools
Comparing version 0.6.14 to 0.7.0
@@ -83,3 +83,3 @@ import $ from './spellu-engine'; | ||
declare namespace grammar$xml { | ||
const recipe: $.Recipe; | ||
function createRecipe(): $.Recipe; | ||
} | ||
@@ -98,5 +98,4 @@ declare namespace grammar$xml.processors { | ||
function selectProcessorSuite(suite: ProcessorSuite): $.Processor[]; | ||
function scan<V>(source: string | $.Source, suite?: ProcessorSuite, rule?: string, options?: Partial<$.ScanOptions>): V; | ||
function tokens(source: string | $.Source, options?: Partial<$.ScanOptions & $.ParseOptions>): Token[] | null; | ||
function parse(source: string | $.Source, options?: Partial<$.ScanOptions & $.ParseOptions>): Document | null; | ||
function scan<V>(source: string | $.SourceDescriptor, suite?: ProcessorSuite, rule?: string, options?: Partial<$.ScanOptions>): V; | ||
function tokens(source: string | $.SourceDescriptor, options?: Partial<$.ScanOptions>): Token[]; | ||
} | ||
@@ -103,0 +102,0 @@ declare namespace grammar$xml { |
{ | ||
"name": "@grammar/xml", | ||
"version": "0.6.14", | ||
"version": "0.7.0", | ||
"description": "XML 1.1 grammar.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@spellu/engine": "^0.6.5", | ||
"@spellu/engine": "^0.7.0", | ||
"esmodule-setup": "^1.0.0" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "2fcd7833d452eea2c107aa36852e9b395a0fa986" | ||
"gitHead": "701cb8b6b5c292ef600c17217d09137be2e81ba5" | ||
} |
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
28951
375
+ Added@spellu/engine@0.7.6(transitive)
- Removed@spellu/engine@0.6.5(transitive)
Updated@spellu/engine@^0.7.0