@modular-circuit/transpiler 0.0.67 → 0.0.68
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,8 +1,8 @@
|
|
|
1
1
|
import { type NL_NetList } from '@modular-circuit/electronics-model';
|
|
2
|
-
import type {
|
|
2
|
+
import type { ConnectionGraphMap } from './context';
|
|
3
3
|
export declare class GraphConverter {
|
|
4
4
|
private ctx;
|
|
5
|
-
constructor(ctx:
|
|
5
|
+
constructor(ctx: ConnectionGraphMap);
|
|
6
6
|
convert_to_netlist(): NL_NetList;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=graph_converter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graph_converter.d.ts","sourceRoot":"","sources":["../../../src/converter/graph_to_netlist/graph_converter.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAIhB,MAAM,oCAAoC,CAAA;AAE3C,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"graph_converter.d.ts","sourceRoot":"","sources":["../../../src/converter/graph_to_netlist/graph_converter.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAIhB,MAAM,oCAAoC,CAAA;AAE3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEnD,qBAAa,cAAc;IACN,OAAO,CAAC,GAAG;gBAAH,GAAG,EAAE,kBAAkB;IAE3C,kBAAkB,IAAI,UAAU;CA4ExC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modular-circuit/transpiler",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.68",
|
|
4
4
|
"description": "Intermediate representation of the modular circuit",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"js-base64": "^3.7.7",
|
|
28
28
|
"jszip": "^3.10.1",
|
|
29
29
|
"@modular-circuit/ir": "0.0.58",
|
|
30
|
-
"@modular-circuit/utils": "0.0.37",
|
|
31
30
|
"@modular-circuit/perc": "0.0.58",
|
|
32
|
-
"@modular-circuit/electronics-model": "0.0.50"
|
|
31
|
+
"@modular-circuit/electronics-model": "0.0.50",
|
|
32
|
+
"@modular-circuit/utils": "0.0.37"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"clean": "rimraf build",
|