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