@traqula/generator-sparql-1-2 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,3 +45,5 @@ This package contains a `Generator` that is able to generate SPARQL 1.2 queries:
45
45
  const generator = new Generator();
46
46
  const abstractSyntaxTree = generator.generate(abstractSyntaxTree);
47
47
  ```
48
+
49
+ Note that a single generator cannot generate multiple queries in parallel.