astn-core 0.5.21 → 0.5.22

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.
@@ -0,0 +1,11 @@
1
+ export declare namespace Location_ {
2
+ type document_resource_identifier = string;
3
+ type line = number;
4
+ type column = number;
5
+ }
6
+ export type Location_ = {
7
+ readonly 'document resource identifier': Location_.document_resource_identifier;
8
+ readonly 'line': Location_.line;
9
+ readonly 'column': Location_.column;
10
+ };
11
+ export { Location_ as Location, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9jYXRpb25fdGVtcC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvdG9fYmVfZ2VuZXJhdGVkL2xvY2F0aW9uX3RlbXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,5 +1,5 @@
1
1
  import * as _pi from "pareto-core/dist/interface";
2
- import * as i_location from "../generated/liana/schemas/location/data";
2
+ import * as i_location from "./location_temp";
3
3
  export declare namespace Error_ {
4
4
  namespace type_ {
5
5
  namespace constraint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astn-core",
3
- "version": "0.5.21",
3
+ "version": "0.5.22",
4
4
  "description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",