pareto-untyped-syntax-tree-api 0.1.1 → 0.1.2
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/
|
|
1
|
+
import * as p_ from 'pareto-core/interface/query_action';
|
|
2
2
|
import * as d_parse_file from "./data/parse_file.js";
|
|
3
3
|
export declare namespace queries {
|
|
4
|
-
type parse_file = p_.
|
|
4
|
+
type parse_file = p_.Query_Action<d_parse_file.Result, d_parse_file.Error, d_parse_file.Parameters>;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace functions {
|
|
7
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/
|
|
1
|
+
import * as p_ from 'pareto-core/interface/query_action';
|
|
2
2
|
//data types
|
|
3
3
|
import * as d_parse_file from "./data/parse_file.js";
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcmllcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9pbnRlcmZhY2UvcXVlcmllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLG9DQUFvQyxDQUFBO0FBR3hELFlBQVk7QUFDWixPQUFPLEtBQUssWUFBWSxNQUFNLHNCQUFzQixDQUFBIn0=
|
package/package.json
CHANGED