@fougere/core 0.8.2-alpha.0 → 0.8.4-alpha.0
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/dist/boot/Emissions.d.ts.map +1 -1
- package/dist/boot/Emissions.js +3 -3
- package/dist/boot/Emissions.js.map +1 -1
- package/dist/boot/auth.d.ts +1 -1
- package/dist/boot/auth.d.ts.map +1 -1
- package/dist/boot/bootstrap.d.ts.map +1 -1
- package/dist/boot/bootstrap.js +339 -595
- package/dist/boot/bootstrap.js.map +1 -1
- package/dist/boot/card.js +1 -1
- package/dist/boot/card.js.map +1 -1
- package/dist/boot/hosted.d.ts +1 -1
- package/dist/boot/hosted.d.ts.map +1 -1
- package/dist/boot/install.d.ts +40 -0
- package/dist/boot/install.d.ts.map +1 -0
- package/dist/boot/install.js +298 -0
- package/dist/boot/install.js.map +1 -0
- package/dist/boot/ownership.d.ts +1 -1
- package/dist/boot/ownership.d.ts.map +1 -1
- package/dist/boot/ownership.js +14 -1
- package/dist/boot/ownership.js.map +1 -1
- package/dist/boot/seed.d.ts +7 -1
- package/dist/boot/seed.d.ts.map +1 -1
- package/dist/boot/seed.js +7 -2
- package/dist/boot/seed.js.map +1 -1
- package/dist/boot/statement-drift.d.ts +1 -1
- package/dist/boot/statement-drift.d.ts.map +1 -1
- package/dist/boot/together.d.ts +1 -1
- package/dist/boot/together.d.ts.map +1 -1
- package/dist/boot/together.js +1 -1
- package/dist/boot/together.js.map +1 -1
- package/dist/boot/types.d.ts +2 -2
- package/dist/boot/types.d.ts.map +1 -1
- package/dist/config-loader.d.ts +1 -1
- package/dist/config-loader.d.ts.map +1 -1
- package/dist/contract.d.ts +2 -2
- package/dist/contract.d.ts.map +1 -1
- package/dist/contract.js +1 -1
- package/dist/contract.js.map +1 -1
- package/dist/conventions.d.ts.map +1 -0
- package/dist/conventions.js.map +1 -0
- package/dist/crypto/encoding.d.ts +0 -1
- package/dist/crypto/encoding.d.ts.map +1 -1
- package/dist/crypto/encoding.js +0 -7
- package/dist/crypto/encoding.js.map +1 -1
- package/dist/declare.js +1 -1
- package/dist/declare.js.map +1 -1
- package/dist/descriptor/index.d.ts +15 -0
- package/dist/descriptor/index.d.ts.map +1 -0
- package/dist/descriptor/index.js +14 -0
- package/dist/descriptor/index.js.map +1 -0
- package/dist/descriptor/surface.d.ts +8 -0
- package/dist/descriptor/surface.d.ts.map +1 -0
- package/dist/descriptor/surface.js +16 -0
- package/dist/descriptor/surface.js.map +1 -0
- package/dist/dispatch/HandlerFacade.d.ts +2 -0
- package/dist/dispatch/HandlerFacade.d.ts.map +1 -1
- package/dist/dispatch/HandlerFacade.js +7 -2
- package/dist/dispatch/HandlerFacade.js.map +1 -1
- package/dist/dispatch/StorageGuard.d.ts.map +1 -1
- package/dist/dispatch/StorageGuard.js +9 -23
- package/dist/dispatch/StorageGuard.js.map +1 -1
- package/dist/dispatch/presenterArguments.d.ts +7 -1
- package/dist/dispatch/presenterArguments.d.ts.map +1 -1
- package/dist/dispatch/presenterArguments.js +15 -4
- package/dist/dispatch/presenterArguments.js.map +1 -1
- package/dist/dispatch/validateInput.d.ts.map +1 -1
- package/dist/dispatch/validateInput.js +2 -2
- package/dist/dispatch/validateInput.js.map +1 -1
- package/dist/effective-operation.d.ts +1 -1
- package/dist/effective-operation.d.ts.map +1 -1
- package/dist/effective-operation.js +2 -12
- package/dist/effective-operation.js.map +1 -1
- package/dist/index.d.ts +7 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/node.d.ts +2 -12
- package/dist/node.d.ts.map +1 -1
- package/dist/node.js +2 -12
- package/dist/node.js.map +1 -1
- package/dist/prefab/crud.d.ts +1 -1
- package/dist/prefab/crud.d.ts.map +1 -1
- package/dist/prefab/mirror.d.ts +10 -11
- package/dist/prefab/mirror.d.ts.map +1 -1
- package/dist/prefab/mirror.js +1 -27
- package/dist/prefab/mirror.js.map +1 -1
- package/dist/prefab/repository.d.ts +1 -1
- package/dist/prefab/repository.d.ts.map +1 -1
- package/dist/{scan/result.d.ts → scan.d.ts} +2 -2
- package/dist/scan.d.ts.map +1 -0
- package/dist/scan.js +2 -0
- package/dist/scan.js.map +1 -0
- package/dist/source.d.ts +1 -1
- package/dist/source.d.ts.map +1 -1
- package/dist/storage/criterion.d.ts.map +1 -0
- package/dist/{criterion.js → storage/criterion.js} +2 -2
- package/dist/storage/criterion.js.map +1 -0
- package/dist/{storage.d.ts → storage/port.d.ts} +6 -3
- package/dist/storage/port.d.ts.map +1 -0
- package/dist/{storage.js → storage/port.js} +13 -6
- package/dist/storage/port.js.map +1 -0
- package/dist/{store.d.ts → storage/store.d.ts} +1 -1
- package/dist/storage/store.d.ts.map +1 -0
- package/dist/{store.js → storage/store.js} +33 -17
- package/dist/storage/store.js.map +1 -0
- package/dist/verify.js +1 -1
- package/dist/verify.js.map +1 -1
- package/dist/wire/emit.d.ts.map +1 -0
- package/dist/wire/emit.js.map +1 -0
- package/dist/wire/errors.js +2 -2
- package/dist/wire/errors.js.map +1 -1
- package/package.json +10 -4
- package/src/boot/Emissions.ts +3 -3
- package/src/boot/auth.ts +1 -1
- package/src/boot/bootstrap.ts +386 -674
- package/src/boot/card.ts +1 -1
- package/src/boot/hosted.ts +1 -1
- package/src/boot/install.ts +390 -0
- package/src/boot/ownership.ts +17 -2
- package/src/boot/seed.ts +18 -3
- package/src/boot/statement-drift.ts +1 -1
- package/src/boot/together.ts +1 -1
- package/src/boot/types.ts +2 -2
- package/src/config-loader.ts +1 -1
- package/src/contract.ts +2 -2
- package/src/crypto/encoding.ts +0 -7
- package/src/declare.ts +1 -1
- package/src/descriptor/index.ts +15 -0
- package/src/descriptor/surface.ts +23 -0
- package/src/dispatch/HandlerFacade.ts +9 -2
- package/src/dispatch/StorageGuard.ts +8 -21
- package/src/dispatch/presenterArguments.ts +21 -9
- package/src/dispatch/validateInput.ts +2 -2
- package/src/effective-operation.ts +3 -14
- package/src/index.ts +10 -9
- package/src/node.ts +2 -16
- package/src/prefab/crud.ts +1 -1
- package/src/prefab/mirror.ts +12 -38
- package/src/prefab/repository.ts +1 -1
- package/src/{scan/result.ts → scan.ts} +1 -1
- package/src/source.ts +1 -1
- package/src/{criterion.ts → storage/criterion.ts} +2 -2
- package/src/{storage.ts → storage/port.ts} +20 -5
- package/src/{store.ts → storage/store.ts} +35 -16
- package/src/verify.ts +1 -1
- package/src/wire/call.ts +1 -1
- package/src/wire/errors.ts +2 -2
- package/dist/boot/boot.d.ts +0 -45
- package/dist/boot/boot.d.ts.map +0 -1
- package/dist/boot/boot.js +0 -63
- package/dist/boot/boot.js.map +0 -1
- package/dist/criterion.d.ts.map +0 -1
- package/dist/criterion.js.map +0 -1
- package/dist/declarations.d.ts +0 -29
- package/dist/declarations.d.ts.map +0 -1
- package/dist/declarations.js +0 -69
- package/dist/declarations.js.map +0 -1
- package/dist/emit.d.ts.map +0 -1
- package/dist/emit.js.map +0 -1
- package/dist/imports.d.ts +0 -16
- package/dist/imports.d.ts.map +0 -1
- package/dist/imports.js +0 -78
- package/dist/imports.js.map +0 -1
- package/dist/placement.d.ts +0 -25
- package/dist/placement.d.ts.map +0 -1
- package/dist/placement.js +0 -69
- package/dist/placement.js.map +0 -1
- package/dist/scan/adapters.d.ts +0 -3
- package/dist/scan/adapters.d.ts.map +0 -1
- package/dist/scan/adapters.js +0 -25
- package/dist/scan/adapters.js.map +0 -1
- package/dist/scan/bundling.d.ts +0 -3
- package/dist/scan/bundling.d.ts.map +0 -1
- package/dist/scan/bundling.js +0 -15
- package/dist/scan/bundling.js.map +0 -1
- package/dist/scan/contract.d.ts +0 -27
- package/dist/scan/contract.d.ts.map +0 -1
- package/dist/scan/contract.js +0 -46
- package/dist/scan/contract.js.map +0 -1
- package/dist/scan/conventions.d.ts.map +0 -1
- package/dist/scan/conventions.js.map +0 -1
- package/dist/scan/emit.d.ts +0 -10
- package/dist/scan/emit.d.ts.map +0 -1
- package/dist/scan/emit.js +0 -144
- package/dist/scan/emit.js.map +0 -1
- package/dist/scan/handler-parser.d.ts +0 -26
- package/dist/scan/handler-parser.d.ts.map +0 -1
- package/dist/scan/handler-parser.js +0 -607
- package/dist/scan/handler-parser.js.map +0 -1
- package/dist/scan/result.d.ts.map +0 -1
- package/dist/scan/result.js +0 -2
- package/dist/scan/result.js.map +0 -1
- package/dist/scan/scanner.d.ts +0 -12
- package/dist/scan/scanner.d.ts.map +0 -1
- package/dist/scan/scanner.js +0 -569
- package/dist/scan/scanner.js.map +0 -1
- package/dist/scan/statement.d.ts +0 -4
- package/dist/scan/statement.d.ts.map +0 -1
- package/dist/scan/statement.js +0 -135
- package/dist/scan/statement.js.map +0 -1
- package/dist/storage.d.ts.map +0 -1
- package/dist/storage.js.map +0 -1
- package/dist/store.d.ts.map +0 -1
- package/dist/store.js.map +0 -1
- package/src/boot/boot.ts +0 -110
- package/src/declarations.ts +0 -102
- package/src/imports.ts +0 -94
- package/src/placement.ts +0 -86
- package/src/scan/adapters.ts +0 -32
- package/src/scan/bundling.ts +0 -14
- package/src/scan/contract.ts +0 -80
- package/src/scan/emit.ts +0 -160
- package/src/scan/handler-parser.ts +0 -695
- package/src/scan/scanner.ts +0 -694
- package/src/scan/statement.ts +0 -159
- /package/dist/{scan/conventions.d.ts → conventions.d.ts} +0 -0
- /package/dist/{scan/conventions.js → conventions.js} +0 -0
- /package/dist/{criterion.d.ts → storage/criterion.d.ts} +0 -0
- /package/dist/{emit.d.ts → wire/emit.d.ts} +0 -0
- /package/dist/{emit.js → wire/emit.js} +0 -0
- /package/src/{scan/conventions.ts → conventions.ts} +0 -0
- /package/src/{emit.ts → wire/emit.ts} +0 -0
package/dist/criterion.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"criterion.js","sourceRoot":"","sources":["../src/criterion.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,OAAO,EAAc,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAsBrD,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAU,CAAC;AAI/G;;;;;;;GAOG;AACH,MAAM,UAAU,YAAY,CAAC,KAAwB,EAAE,KAAc;IACnE,IAAI,KAAK,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QAAE,OAAO,SAAS,CAAC;IAC1F,uFAAuF;IACvF,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,QAAQ;QAAE,OAAO,SAAS,CAAC;IAE/E,OAAO,KAAmB,CAAC;AAC7B,CAAC;AAED,6EAA6E;AAC7E,MAAM,UAAU,aAAa,CAAC,UAAsB;IAClD,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,MAAM,CACtC,CAAC,KAAK,EAAsC,EAAE,CAAE,WAAiC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACrG,CAAC;AACJ,CAAC;AAED,mFAAmF;AACnF,MAAM,UAAU,SAAS,CAAC,UAAsB;IAC9C,OAAO,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAE,WAAiC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AACtG,CAAC"}
|
package/dist/declarations.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import type { HandlerEntry } from './descriptor/frond.js';
|
|
2
|
-
export interface HandlerDeclaration {
|
|
3
|
-
/** Stable rule name — the same vocabulary `verify()` uses. */
|
|
4
|
-
rule: 'handler-declaration';
|
|
5
|
-
frond: string;
|
|
6
|
-
filePath: string;
|
|
7
|
-
/** The handler that hosts it. */
|
|
8
|
-
handler: string;
|
|
9
|
-
/** What is declared — `AGREED_WITHIN`, `says`, `Assessment`. */
|
|
10
|
-
subject: string;
|
|
11
|
-
/** What it is in the source: a value, or a shape. */
|
|
12
|
-
kind: 'value' | 'shape';
|
|
13
|
-
message: string;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Everything a handler file declares that is not the handler itself.
|
|
17
|
-
*
|
|
18
|
-
* A handler names gestures; what a gesture uses is declared where its nature says, and one
|
|
19
|
-
* question settles which: does it arrive INJECTED or IMPORTED? A threshold, a formula, a word
|
|
20
|
-
* list arrive imported and belong to the frond's own module, beside its entities. Anything
|
|
21
|
-
* holding a client, a connection or a cursor arrives injected and belongs under `services/`.
|
|
22
|
-
* Neither ever belongs in the file that calls it — nothing there can be reached by a second
|
|
23
|
-
* caller, and the handler grows into the domain it was supposed to address.
|
|
24
|
-
*/
|
|
25
|
-
export declare function handlerDeclarations(fronds: readonly {
|
|
26
|
-
name: string;
|
|
27
|
-
handlers: readonly Pick<HandlerEntry, 'name' | 'filePath'>[];
|
|
28
|
-
}[]): Promise<HandlerDeclaration[]>;
|
|
29
|
-
//# sourceMappingURL=declarations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"declarations.d.ts","sourceRoot":"","sources":["../src/declarations.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAQ1D,MAAM,WAAW,kBAAkB;IACjC,8DAA8D;IAC9D,IAAI,EAAE,qBAAqB,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,OAAO,EAAE,MAAM,CAAC;IAChB,qDAAqD;IACrD,IAAI,EAAE,OAAO,GAAG,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB;AAuBD;;;;;;;;;GASG;AACH,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,SAAS;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,SAAS,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,EAAE,CAAC;CAC9D,EAAE,GACF,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAwC/B"}
|
package/dist/declarations.js
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { readFile } from 'node:fs/promises';
|
|
2
|
-
let _ts;
|
|
3
|
-
async function loadTs() {
|
|
4
|
-
if (!_ts)
|
|
5
|
-
_ts = (await import('@typescript/typescript6')).default;
|
|
6
|
-
return _ts;
|
|
7
|
-
}
|
|
8
|
-
function subjectsOf(typescript, source) {
|
|
9
|
-
const found = [];
|
|
10
|
-
for (const statement of source.statements) {
|
|
11
|
-
if (typescript.isVariableStatement(statement)) {
|
|
12
|
-
for (const declared of statement.declarationList.declarations)
|
|
13
|
-
if (typescript.isIdentifier(declared.name))
|
|
14
|
-
found.push([declared.name.text, 'value']);
|
|
15
|
-
}
|
|
16
|
-
else if (typescript.isFunctionDeclaration(statement) && statement.name) {
|
|
17
|
-
found.push([statement.name.text, 'value']);
|
|
18
|
-
}
|
|
19
|
-
else if (typescript.isInterfaceDeclaration(statement) ||
|
|
20
|
-
typescript.isTypeAliasDeclaration(statement) ||
|
|
21
|
-
typescript.isEnumDeclaration(statement)) {
|
|
22
|
-
found.push([statement.name.text, 'shape']);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
return found;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Everything a handler file declares that is not the handler itself.
|
|
29
|
-
*
|
|
30
|
-
* A handler names gestures; what a gesture uses is declared where its nature says, and one
|
|
31
|
-
* question settles which: does it arrive INJECTED or IMPORTED? A threshold, a formula, a word
|
|
32
|
-
* list arrive imported and belong to the frond's own module, beside its entities. Anything
|
|
33
|
-
* holding a client, a connection or a cursor arrives injected and belongs under `services/`.
|
|
34
|
-
* Neither ever belongs in the file that calls it — nothing there can be reached by a second
|
|
35
|
-
* caller, and the handler grows into the domain it was supposed to address.
|
|
36
|
-
*/
|
|
37
|
-
export async function handlerDeclarations(fronds) {
|
|
38
|
-
const typescript = await loadTs();
|
|
39
|
-
const found = [];
|
|
40
|
-
for (const frond of fronds) {
|
|
41
|
-
for (const handler of frond.handlers) {
|
|
42
|
-
const text = await readFile(handler.filePath, 'utf8').catch(() => undefined);
|
|
43
|
-
if (text === undefined)
|
|
44
|
-
continue;
|
|
45
|
-
const source = typescript.createSourceFile(handler.filePath, text, typescript.ScriptTarget.Latest, false);
|
|
46
|
-
for (const [subject, kind] of subjectsOf(typescript, source)) {
|
|
47
|
-
found.push({
|
|
48
|
-
rule: 'handler-declaration',
|
|
49
|
-
frond: frond.name,
|
|
50
|
-
filePath: handler.filePath,
|
|
51
|
-
handler: handler.name,
|
|
52
|
-
subject,
|
|
53
|
-
kind,
|
|
54
|
-
message: kind === 'value'
|
|
55
|
-
? `'${subject}' is declared in ${handler.name}, so only ${handler.name} can reach it. `
|
|
56
|
-
+ `If it needs nothing but its arguments, it is a word of '${frond.name}' and belongs `
|
|
57
|
-
+ `in a module beside its entities; if it holds a dependency, it is a service. Either `
|
|
58
|
-
+ `way it is stated once and imported, and the handler keeps only the gesture.`
|
|
59
|
-
: `'${subject}' is declared in ${handler.name}, which makes the shape of what an `
|
|
60
|
-
+ `operation answers readable only from the file that answers it. A shape belongs `
|
|
61
|
-
+ `with the entity it describes, or in the frond's own module — where the caller, `
|
|
62
|
-
+ `the test and the other operations can all name it.`,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
return found;
|
|
68
|
-
}
|
|
69
|
-
//# sourceMappingURL=declarations.js.map
|
package/dist/declarations.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"declarations.js","sourceRoot":"","sources":["../src/declarations.ts"],"names":[],"mappings":"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"}
|
package/dist/emit.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emit.d.ts","sourceRoot":"","sources":["../src/emit.ts"],"names":[],"mappings":"AAGA,+BAA+B;AAC/B,MAAM,MAAM,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAEjD,qEAAqE;AACrE,MAAM,MAAM,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC;AAExB,+EAA+E;AAC/E,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE9C;AAID,+EAA+E;AAC/E,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAI7D;AAED,wFAAwF;AACxF,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,SAAS;IAAE,IAAI,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,EAAE,GAAG,MAAM,EAAE,CAO3F"}
|
package/dist/emit.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emit.js","sourceRoot":"","sources":["../src/emit.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAQ7C,+EAA+E;AAC/E,MAAM,UAAU,SAAS,CAAC,IAAY;IACpC,OAAO,GAAG,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC;AACnC,CAAC;AAED,MAAM,MAAM,GAAG,MAAM,CAAC;AAEtB,+EAA+E;AAC/E,MAAM,UAAU,aAAa,CAAC,GAAW;IACvC,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;QACvD,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC;QAC9B,CAAC,CAAC,SAAS,CAAC;AAChB,CAAC;AAED,wFAAwF;AACxF,MAAM,UAAU,gBAAgB,CAAC,QAAgD;IAC/E,OAAO,CAAC,GAAG,IAAI,GAAG,CAChB,QAAQ;aACL,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;aAClC,GAAG,CAAC,aAAa,CAAC;aAClB,MAAM,CAAC,CAAC,IAAI,EAAkB,EAAE,CAAC,IAAI,KAAK,SAAS,CAAC,CACxD,CAAC,CAAC;AACL,CAAC"}
|
package/dist/imports.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FrondDescriptor } from './descriptor/frond.js';
|
|
2
|
-
export interface CrossFrondImport {
|
|
3
|
-
/** Stable rule name — the same vocabulary `verify()` uses. */
|
|
4
|
-
rule: 'cross-frond-import';
|
|
5
|
-
/** The frond doing the reaching. */
|
|
6
|
-
frond: string;
|
|
7
|
-
filePath: string;
|
|
8
|
-
/** The specifier as written. */
|
|
9
|
-
specifier: string;
|
|
10
|
-
/** The frond the path lands in — absent when it lands outside every frond. */
|
|
11
|
-
target?: string;
|
|
12
|
-
message: string;
|
|
13
|
-
}
|
|
14
|
-
/** Every relative import that resolves outside its own frond. */
|
|
15
|
-
export declare function crossFrondImports(fronds: readonly Pick<FrondDescriptor, 'name' | 'source'>[]): Promise<CrossFrondImport[]>;
|
|
16
|
-
//# sourceMappingURL=imports.d.ts.map
|
package/dist/imports.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imports.d.ts","sourceRoot":"","sources":["../src/imports.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAQ7D,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,IAAI,EAAE,oBAAoB,CAAC;IAC3B,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,gCAAgC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AA2BD,iEAAiE;AACjE,wBAAsB,iBAAiB,CACrC,MAAM,EAAE,SAAS,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,CAAC,EAAE,GAC1D,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAwC7B"}
|
package/dist/imports.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { readdir, readFile } from 'node:fs/promises';
|
|
2
|
-
import { join, resolve, dirname, relative, isAbsolute } from 'node:path';
|
|
3
|
-
let _ts;
|
|
4
|
-
async function loadTs() {
|
|
5
|
-
if (!_ts)
|
|
6
|
-
_ts = (await import('@typescript/typescript6')).default;
|
|
7
|
-
return _ts;
|
|
8
|
-
}
|
|
9
|
-
/** Is `child` inside `parent`? Path-based, so it says nothing about either existing. */
|
|
10
|
-
function inside(parent, child) {
|
|
11
|
-
const rel = relative(parent, child);
|
|
12
|
-
return rel !== '' && !rel.startsWith('..') && !isAbsolute(rel);
|
|
13
|
-
}
|
|
14
|
-
async function sourcesUnder(dir) {
|
|
15
|
-
const out = [];
|
|
16
|
-
let entries;
|
|
17
|
-
try {
|
|
18
|
-
entries = await readdir(dir, { withFileTypes: true });
|
|
19
|
-
}
|
|
20
|
-
catch {
|
|
21
|
-
// Unreadable is the scan's complaint, not this rule's — and an absent directory is
|
|
22
|
-
// ordinary (a frond with no handlers).
|
|
23
|
-
return out;
|
|
24
|
-
}
|
|
25
|
-
for (const entry of entries) {
|
|
26
|
-
if (entry.name === 'node_modules' || entry.name.startsWith('.'))
|
|
27
|
-
continue;
|
|
28
|
-
const full = join(dir, entry.name);
|
|
29
|
-
if (entry.isDirectory())
|
|
30
|
-
out.push(...await sourcesUnder(full));
|
|
31
|
-
else if (entry.name.endsWith('.ts') && !entry.name.endsWith('.d.ts'))
|
|
32
|
-
out.push(full);
|
|
33
|
-
}
|
|
34
|
-
return out;
|
|
35
|
-
}
|
|
36
|
-
/** Every relative import that resolves outside its own frond. */
|
|
37
|
-
export async function crossFrondImports(fronds) {
|
|
38
|
-
const typescript = await loadTs();
|
|
39
|
-
// `source.package` is the scoped name the scan already resolved — the remedy this rule
|
|
40
|
-
// prints must be the name that actually resolves, not one rebuilt from a prefix here.
|
|
41
|
-
const roots = fronds.map((frond) => ({
|
|
42
|
-
name: frond.name, path: resolve(frond.source.path), package: frond.source.package,
|
|
43
|
-
}));
|
|
44
|
-
const found = [];
|
|
45
|
-
for (const root of roots) {
|
|
46
|
-
for (const filePath of await sourcesUnder(root.path)) {
|
|
47
|
-
const text = await readFile(filePath, 'utf8').catch(() => undefined);
|
|
48
|
-
if (text === undefined)
|
|
49
|
-
continue;
|
|
50
|
-
for (const { fileName: specifier } of typescript.preProcessFile(text, true, true).importedFiles) {
|
|
51
|
-
if (!specifier.startsWith('.'))
|
|
52
|
-
continue;
|
|
53
|
-
const landed = resolve(dirname(filePath), specifier);
|
|
54
|
-
if (inside(root.path, landed))
|
|
55
|
-
continue;
|
|
56
|
-
const target = roots.find((other) => other.name !== root.name && inside(other.path, landed));
|
|
57
|
-
found.push({
|
|
58
|
-
rule: 'cross-frond-import',
|
|
59
|
-
frond: root.name,
|
|
60
|
-
filePath,
|
|
61
|
-
specifier,
|
|
62
|
-
...(target ? { target: target.name } : {}),
|
|
63
|
-
message: target
|
|
64
|
-
? `'${specifier}' resolves into frond '${target.name}'. A relative path states that `
|
|
65
|
-
+ `these two fronds share a directory tree — a constraint nothing declares, and one `
|
|
66
|
-
+ `that nothing here can see. Write '${target.package}/…' instead: it says the `
|
|
67
|
-
+ `same dependency in terms the model reads, and it is the form \`fougere sync\` writes, `
|
|
68
|
-
+ `so it survives '${target.name}' moving out.`
|
|
69
|
-
: `'${specifier}' resolves outside frond '${root.name}', into no frond at all. `
|
|
70
|
-
+ `Whatever it reaches is not part of any frond's contract, so nothing carries it `
|
|
71
|
-
+ `when this one is deployed on its own.`,
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
return found;
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=imports.js.map
|
package/dist/imports.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imports.js","sourceRoot":"","sources":["../src/imports.ts"],"names":[],"mappings":"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"}
|
package/dist/placement.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { type Conventions } from './scan/conventions.js';
|
|
2
|
-
import type { FrondDescriptor } from './descriptor/frond.js';
|
|
3
|
-
export interface OutsideConvention {
|
|
4
|
-
/** Stable rule name — the same vocabulary `verify()` uses. */
|
|
5
|
-
rule: 'outside-convention';
|
|
6
|
-
frond: string;
|
|
7
|
-
filePath: string;
|
|
8
|
-
kind: 'file' | 'directory';
|
|
9
|
-
message: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* What sits in a frond and belongs to no convention — a directory somebody invented, or a
|
|
13
|
-
* module dropped at the root.
|
|
14
|
-
*
|
|
15
|
-
* The eight names are the frond's whole vocabulary, and until now nothing said so: a scan
|
|
16
|
-
* READS them and steps over everything else in silence, so a file outside them is not
|
|
17
|
-
* refused, it is unseen. That silence is what lets a domain word settle wherever it was
|
|
18
|
-
* first needed — most often in the handler that used it, which is a second rule
|
|
19
|
-
* (`handler-declaration`) reporting the same drift one file lower.
|
|
20
|
-
*
|
|
21
|
-
* It names the addresses rather than describing them: a rule that says "put it somewhere
|
|
22
|
-
* better" is advice, and advice is what everybody already had.
|
|
23
|
-
*/
|
|
24
|
-
export declare function outsideConventions(fronds: readonly Pick<FrondDescriptor, 'name' | 'source'>[], conventions: Conventions): Promise<OutsideConvention[]>;
|
|
25
|
-
//# sourceMappingURL=placement.d.ts.map
|
package/dist/placement.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"placement.d.ts","sourceRoot":"","sources":["../src/placement.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAe,MAAM,uBAAuB,CAAC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,WAAW,iBAAiB;IAChC,8DAA8D;IAC9D,IAAI,EAAE,oBAAoB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;CACjB;AAaD;;;;;;;;;;;;GAYG;AACH,wBAAsB,kBAAkB,CACtC,MAAM,EAAE,SAAS,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,CAAC,EAAE,EAC3D,WAAW,EAAE,WAAW,GACvB,OAAO,CAAC,iBAAiB,EAAE,CAAC,CA2C9B"}
|
package/dist/placement.js
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/** A file inside a frond that no convention names. */
|
|
2
|
-
import { readdir } from 'node:fs/promises';
|
|
3
|
-
import { join } from 'node:path';
|
|
4
|
-
import { frondDirsOf } from './scan/conventions.js';
|
|
5
|
-
/**
|
|
6
|
-
* `tests` is not a convention and is not an offence either: `@fougere/testing` reads the
|
|
7
|
-
* LEVEL a case runs at from where its file sits, so a frond holding its own tests is a
|
|
8
|
-
* supported shape (`demos/test-gradient`). The rest are outputs and installs, which are
|
|
9
|
-
* not the project's source at all.
|
|
10
|
-
*/
|
|
11
|
-
const NOT_SOURCE = new Set(['tests', 'node_modules', 'dist', 'build', 'coverage']);
|
|
12
|
-
/** The one file a frond states about itself, at its root. */
|
|
13
|
-
const FROND_FILES = new Set(['frond.config.ts', 'package.json', 'tsconfig.json', 'README.md']);
|
|
14
|
-
/**
|
|
15
|
-
* What sits in a frond and belongs to no convention — a directory somebody invented, or a
|
|
16
|
-
* module dropped at the root.
|
|
17
|
-
*
|
|
18
|
-
* The eight names are the frond's whole vocabulary, and until now nothing said so: a scan
|
|
19
|
-
* READS them and steps over everything else in silence, so a file outside them is not
|
|
20
|
-
* refused, it is unseen. That silence is what lets a domain word settle wherever it was
|
|
21
|
-
* first needed — most often in the handler that used it, which is a second rule
|
|
22
|
-
* (`handler-declaration`) reporting the same drift one file lower.
|
|
23
|
-
*
|
|
24
|
-
* It names the addresses rather than describing them: a rule that says "put it somewhere
|
|
25
|
-
* better" is advice, and advice is what everybody already had.
|
|
26
|
-
*/
|
|
27
|
-
export async function outsideConventions(fronds, conventions) {
|
|
28
|
-
const known = new Set(frondDirsOf(conventions));
|
|
29
|
-
const addresses = [...known].sort().join(', ');
|
|
30
|
-
const found = [];
|
|
31
|
-
for (const frond of fronds) {
|
|
32
|
-
const entries = await readdir(frond.source.path, { withFileTypes: true }).catch(() => []);
|
|
33
|
-
for (const entry of entries) {
|
|
34
|
-
if (entry.name.startsWith('.') || NOT_SOURCE.has(entry.name))
|
|
35
|
-
continue;
|
|
36
|
-
const filePath = join(frond.source.path, entry.name);
|
|
37
|
-
if (entry.isDirectory()) {
|
|
38
|
-
if (known.has(entry.name))
|
|
39
|
-
continue;
|
|
40
|
-
found.push({
|
|
41
|
-
rule: 'outside-convention',
|
|
42
|
-
frond: frond.name,
|
|
43
|
-
filePath,
|
|
44
|
-
kind: 'directory',
|
|
45
|
-
message: `'${entry.name}/' is a directory no convention names, so nothing in it is read `
|
|
46
|
-
+ `as anything — it is a subject somebody filed under its own word. A frond's `
|
|
47
|
-
+ `directories are ${addresses}. If what it holds computes with nothing injected it `
|
|
48
|
-
+ `is \`${conventions.dirs.rules}/\`; if it holds a dependency it is `
|
|
49
|
-
+ `\`${conventions.dirs.services}/\`.`,
|
|
50
|
-
});
|
|
51
|
-
continue;
|
|
52
|
-
}
|
|
53
|
-
if (!entry.name.endsWith('.ts') || FROND_FILES.has(entry.name))
|
|
54
|
-
continue;
|
|
55
|
-
found.push({
|
|
56
|
-
rule: 'outside-convention',
|
|
57
|
-
frond: frond.name,
|
|
58
|
-
filePath,
|
|
59
|
-
kind: 'file',
|
|
60
|
-
message: `'${entry.name}' sits at the root of '${frond.name}', where the frond states `
|
|
61
|
-
+ `itself and nothing else. A frond's directories are ${addresses} — this one belongs `
|
|
62
|
-
+ `in \`${conventions.dirs.rules}/\` if it computes with nothing injected, in `
|
|
63
|
-
+ `\`${conventions.dirs.services}/\` if it holds a dependency.`,
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
return found;
|
|
68
|
-
}
|
|
69
|
-
//# sourceMappingURL=placement.js.map
|
package/dist/placement.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"placement.js","sourceRoot":"","sources":["../src/placement.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAoB,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAYtE;;;;;GAKG;AACH,MAAM,UAAU,GAAG,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC;AAEnF,6DAA6D;AAC7D,MAAM,WAAW,GAAG,IAAI,GAAG,CAAC,CAAC,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,CAAC,CAAC,CAAC;AAE/F;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,MAA2D,EAC3D,WAAwB;IAExB,MAAM,KAAK,GAAG,IAAI,GAAG,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,CAAC;IAChD,MAAM,SAAS,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC/C,MAAM,KAAK,GAAwB,EAAE,CAAC;IAEtC,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;QAC3B,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC;QAE1F,KAAK,MAAM,KAAK,IAAI,OAAO,EAAE,CAAC;YAC5B,IAAI,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC;gBAAE,SAAS;YACvE,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;YAErD,IAAI,KAAK,CAAC,WAAW,EAAE,EAAE,CAAC;gBACxB,IAAI,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC;oBAAE,SAAS;gBACpC,KAAK,CAAC,IAAI,CAAC;oBACT,IAAI,EAAE,oBAAoB;oBAC1B,KAAK,EAAE,KAAK,CAAC,IAAI;oBACjB,QAAQ;oBACR,IAAI,EAAE,WAAW;oBACjB,OAAO,EAAE,IAAI,KAAK,CAAC,IAAI,kEAAkE;0BACrF,6EAA6E;0BAC7E,mBAAmB,SAAS,uDAAuD;0BACnF,QAAQ,WAAW,CAAC,IAAI,CAAC,KAAK,sCAAsC;0BACpE,KAAK,WAAW,CAAC,IAAI,CAAC,QAAQ,MAAM;iBACzC,CAAC,CAAC;gBACH,SAAS;YACX,CAAC;YAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC;gBAAE,SAAS;YACzE,KAAK,CAAC,IAAI,CAAC;gBACT,IAAI,EAAE,oBAAoB;gBAC1B,KAAK,EAAE,KAAK,CAAC,IAAI;gBACjB,QAAQ;gBACR,IAAI,EAAE,MAAM;gBACZ,OAAO,EAAE,IAAI,KAAK,CAAC,IAAI,0BAA0B,KAAK,CAAC,IAAI,4BAA4B;sBACnF,sDAAsD,SAAS,sBAAsB;sBACrF,QAAQ,WAAW,CAAC,IAAI,CAAC,KAAK,+CAA+C;sBAC7E,KAAK,WAAW,CAAC,IAAI,CAAC,QAAQ,+BAA+B;aAClE,CAAC,CAAC;QACL,CAAC;IACH,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC"}
|
package/dist/scan/adapters.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adapters.d.ts","sourceRoot":"","sources":["../../src/scan/adapters.ts"],"names":[],"mappings":"AAMA,6FAA6F;AAC7F,wBAAsB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAShE"}
|
package/dist/scan/adapters.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { readFile } from 'node:fs/promises';
|
|
2
|
-
import { join } from 'node:path';
|
|
3
|
-
/** Which adapters a PROJECT could load, read off its dependencies. */
|
|
4
|
-
const ADAPTER_PACKAGE = /^@fougere\/adapter-(.+)$/;
|
|
5
|
-
/** The adapter names this project depends on — empty when it has no package.json to read. */
|
|
6
|
-
export async function adaptersOf(root) {
|
|
7
|
-
const manifest = await read(join(root, 'package.json'));
|
|
8
|
-
if (!manifest)
|
|
9
|
-
return [];
|
|
10
|
-
const declared = { ...manifest.dependencies, ...manifest.devDependencies };
|
|
11
|
-
return Object.keys(declared)
|
|
12
|
-
.map((name) => ADAPTER_PACKAGE.exec(name)?.[1])
|
|
13
|
-
.filter((name) => name !== undefined);
|
|
14
|
-
}
|
|
15
|
-
async function read(path) {
|
|
16
|
-
try {
|
|
17
|
-
return JSON.parse(await readFile(path, 'utf8'));
|
|
18
|
-
}
|
|
19
|
-
catch {
|
|
20
|
-
// No manifest, or one that is not JSON. Either way this cannot validate a name, and
|
|
21
|
-
// reporting every `adapters:` key as unknown would be worse than saying nothing.
|
|
22
|
-
return undefined;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=adapters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adapters.js","sourceRoot":"","sources":["../../src/scan/adapters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,sEAAsE;AACtE,MAAM,eAAe,GAAG,0BAA0B,CAAC;AAEnD,6FAA6F;AAC7F,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,IAAY;IAC3C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC;IACxD,IAAI,CAAC,QAAQ;QAAE,OAAO,EAAE,CAAC;IAEzB,MAAM,QAAQ,GAAG,EAAE,GAAG,QAAQ,CAAC,YAAY,EAAE,GAAG,QAAQ,CAAC,eAAe,EAAE,CAAC;IAE3E,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC;SACzB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;SAC9C,MAAM,CAAC,CAAC,IAAI,EAAkB,EAAE,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC;AAC1D,CAAC;AAED,KAAK,UAAU,IAAI,CAAC,IAAY;IAC9B,IAAI,CAAC;QACH,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,CAAa,CAAC;IAC9D,CAAC;IAAC,MAAM,CAAC;QACP,oFAAoF;QACpF,iFAAiF;QACjF,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC"}
|
package/dist/scan/bundling.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bundling.d.ts","sourceRoot":"","sources":["../../src/scan/bundling.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,eAAO,MAAM,gBAAgB,EAAE,SAAS,MAAM,EAY7C,CAAC"}
|
package/dist/scan/bundling.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/** What a Fougere boot loads at RUNTIME, so a bundler must leave it alone. */
|
|
2
|
-
export const RUNTIME_PACKAGES = [
|
|
3
|
-
'@fougere/app',
|
|
4
|
-
'@fougere/core',
|
|
5
|
-
'@fougere/schema',
|
|
6
|
-
'@fougere/defaults',
|
|
7
|
-
'@fougere/transport-http',
|
|
8
|
-
'@fougere/adapter-sql',
|
|
9
|
-
'@fougere/adapter-graphql',
|
|
10
|
-
'@fougere/auth-better',
|
|
11
|
-
'better-sqlite3',
|
|
12
|
-
'jiti',
|
|
13
|
-
'typescript',
|
|
14
|
-
];
|
|
15
|
-
//# sourceMappingURL=bundling.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bundling.js","sourceRoot":"","sources":["../../src/scan/bundling.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,MAAM,CAAC,MAAM,gBAAgB,GAAsB;IACjD,cAAc;IACd,eAAe;IACf,iBAAiB;IACjB,mBAAmB;IACnB,yBAAyB;IACzB,sBAAsB;IACtB,0BAA0B;IAC1B,sBAAsB;IACtB,gBAAgB;IAChB,MAAM;IACN,YAAY;CACb,CAAC"}
|
package/dist/scan/contract.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/** An operation contract, written down — the half two emitters say the same way. */
|
|
2
|
-
import { type SchemaView } from '@fougere/schema';
|
|
3
|
-
import type { OperationContract } from '../wire/operation.js';
|
|
4
|
-
/** A value that ends up as an import in the module being written. */
|
|
5
|
-
export type Live = object;
|
|
6
|
-
/**
|
|
7
|
-
* What the writer needs of an emitter's imports, and nothing more.
|
|
8
|
-
*
|
|
9
|
-
* The two emitters index theirs differently — one by value against a relative path, one
|
|
10
|
-
* by file against the package specifier a project already uses — and neither is wrong for
|
|
11
|
-
* the module it writes. What they agree on is this: a value already imported has an
|
|
12
|
-
* alias, a class can be imported by name, and an entity can be found by its class name.
|
|
13
|
-
*/
|
|
14
|
-
export interface Aliases {
|
|
15
|
-
aliasOf(value: Live): string | undefined;
|
|
16
|
-
named(value: Live, filePath: string, name: string): string;
|
|
17
|
-
/** The entity class this name belongs to — what a `Partial<X>` names as its source. */
|
|
18
|
-
classNamed(name: string): Live | undefined;
|
|
19
|
-
}
|
|
20
|
-
export declare const lit: (value: unknown) => string;
|
|
21
|
-
/** What a schema slot becomes in the generated module. */
|
|
22
|
-
export declare function schemaRef(schema: SchemaView | undefined, declaredIn: string, imports: Aliases): string | undefined;
|
|
23
|
-
/** One entry of an operations Map, as its module spells it. */
|
|
24
|
-
export declare function contractOf(op: string, contract: OperationContract, declaredIn: string, imports: Aliases): string;
|
|
25
|
-
/** The operations of one handler, as the Map its reader builds. */
|
|
26
|
-
export declare function operationsOf(operations: ReadonlyMap<string, OperationContract>, declaredIn: string, imports: Aliases, indent: string): string;
|
|
27
|
-
//# sourceMappingURL=contract.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contract.d.ts","sourceRoot":"","sources":["../../src/scan/contract.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,OAAO,EAA+B,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,qEAAqE;AACrE,MAAM,MAAM,IAAI,GAAG,MAAM,CAAC;AAE1B;;;;;;;GAOG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;IACzC,KAAK,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3D,uFAAuF;IACvF,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C;AAED,eAAO,MAAM,GAAG,GAAI,OAAO,OAAO,KAAG,MAAuC,CAAC;AAE7E,0DAA0D;AAC1D,wBAAgB,SAAS,CACvB,MAAM,EAAE,UAAU,GAAG,SAAS,EAC9B,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,GACf,MAAM,GAAG,SAAS,CAiBpB;AAED,+DAA+D;AAC/D,wBAAgB,UAAU,CACxB,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,iBAAiB,EAC3B,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,GACf,MAAM,CAYR;AAED,mEAAmE;AACnE,wBAAgB,YAAY,CAC1B,UAAU,EAAE,WAAW,CAAC,MAAM,EAAE,iBAAiB,CAAC,EAClD,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,GACb,MAAM,CAIR"}
|
package/dist/scan/contract.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/** An operation contract, written down — the half two emitters say the same way. */
|
|
2
|
-
import { ANONYMOUS_SCHEMA_NAME, Card } from '@fougere/schema';
|
|
3
|
-
export const lit = (value) => JSON.stringify(value ?? null);
|
|
4
|
-
/** What a schema slot becomes in the generated module. */
|
|
5
|
-
export function schemaRef(schema, declaredIn, imports) {
|
|
6
|
-
if (!schema)
|
|
7
|
-
return undefined;
|
|
8
|
-
const known = imports.aliasOf(schema);
|
|
9
|
-
if (known)
|
|
10
|
-
return known;
|
|
11
|
-
const name = schema.name;
|
|
12
|
-
if (name && name !== ANONYMOUS_SCHEMA_NAME)
|
|
13
|
-
return imports.named(schema, declaredIn, name);
|
|
14
|
-
const card = Card.fromSchema(schema);
|
|
15
|
-
const source = card.origin?.from ?? card.descriptor.title;
|
|
16
|
-
const from = source ? imports.classNamed(source) : undefined;
|
|
17
|
-
if (from)
|
|
18
|
-
return `${imports.aliasOf(from)}.partial()`;
|
|
19
|
-
throw new Error(`A scan cannot be written down: an anonymous schema in ${declaredIn} names no source. `
|
|
20
|
-
+ 'Only `Partial<X>` is derivable here, and it says which X it came from.');
|
|
21
|
-
}
|
|
22
|
-
/** One entry of an operations Map, as its module spells it. */
|
|
23
|
-
export function contractOf(op, contract, declaredIn, imports) {
|
|
24
|
-
const parts = [];
|
|
25
|
-
const input = schemaRef(contract.input, declaredIn, imports);
|
|
26
|
-
const output = schemaRef(contract.output, declaredIn, imports);
|
|
27
|
-
if (input)
|
|
28
|
-
parts.push(`input: ${input}`);
|
|
29
|
-
if (output)
|
|
30
|
-
parts.push(`output: ${output}`);
|
|
31
|
-
if (contract.binding !== undefined)
|
|
32
|
-
parts.push(`binding: ${lit(contract.binding)}`);
|
|
33
|
-
if (contract.description !== undefined)
|
|
34
|
-
parts.push(`description: ${lit(contract.description)}`);
|
|
35
|
-
if (contract.cardinality !== undefined)
|
|
36
|
-
parts.push(`cardinality: ${lit(contract.cardinality)}`);
|
|
37
|
-
if (contract.signature !== undefined)
|
|
38
|
-
parts.push(`signature: ${lit(contract.signature)}`);
|
|
39
|
-
return `[${lit(op)}, { ${parts.join(', ')} }]`;
|
|
40
|
-
}
|
|
41
|
-
/** The operations of one handler, as the Map its reader builds. */
|
|
42
|
-
export function operationsOf(operations, declaredIn, imports, indent) {
|
|
43
|
-
const ops = [...operations].map((entry) => contractOf(entry[0], entry[1], declaredIn, imports));
|
|
44
|
-
return `new Map([\n${indent} ${ops.join(`,\n${indent} `)}\n${indent}])`;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=contract.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contract.js","sourceRoot":"","sources":["../../src/scan/contract.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conventions.d.ts","sourceRoot":"","sources":["../../src/scan/conventions.ts"],"names":[],"mappings":"AAAA,yDAAyD;AAEzD,MAAM,WAAW,WAAW;IAC1B,iEAAiE;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,4DAA4D;IAC5D,MAAM,EAAE,MAAM,CAAC;IACf,8EAA8E;IAC9E,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,MAAM,CAAC;QACd;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,uFAAuF;QACvF,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AAED,6EAA6E;AAC7E,eAAO,MAAM,mBAAmB,EAAE,WAcjC,CAAC;AAEF,wEAAwE;AACxE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC;CACrC,CAAC;AAEF,6DAA6D;AAC7D,wBAAgB,kBAAkB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,WAAW,CAMxE;AAED,2CAA2C;AAC3C,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,GAAG,MAAM,CAE3E;AAED,sFAAsF;AACtF,wBAAgB,cAAc,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,EAAE,CAEjE;AAED,6DAA6D;AAC7D,wBAAgB,WAAW,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,EAAE,CAM9D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conventions.js","sourceRoot":"","sources":["../../src/scan/conventions.ts"],"names":[],"mappings":"AAAA,yDAAyD;AA2BzD,6EAA6E;AAC7E,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE;QACJ,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,UAAU;QACpB,YAAY,EAAE,cAAc;QAC5B,UAAU,EAAE,YAAY;QACxB,UAAU,EAAE,YAAY;QACxB,KAAK,EAAE,OAAO;QACd,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,UAAU;KACrB;CACF,CAAC;AASF,6DAA6D;AAC7D,MAAM,UAAU,kBAAkB,CAAC,KAAwB;IACzD,OAAO;QACL,KAAK,EAAE,KAAK,EAAE,KAAK,IAAI,mBAAmB,CAAC,KAAK;QAChD,MAAM,EAAE,KAAK,EAAE,MAAM,IAAI,mBAAmB,CAAC,MAAM;QACnD,IAAI,EAAE,EAAE,GAAG,mBAAmB,CAAC,IAAI,EAAE,GAAG,KAAK,EAAE,IAAI,EAAE;KACtD,CAAC;AACJ,CAAC;AAED,2CAA2C;AAC3C,MAAM,UAAU,YAAY,CAAC,IAAY,EAAE,WAAwB;IACjE,OAAO,GAAG,WAAW,CAAC,KAAK,IAAI,IAAI,EAAE,CAAC;AACxC,CAAC;AAED,sFAAsF;AACtF,MAAM,UAAU,cAAc,CAAC,WAAwB;IACrD,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;AAClF,CAAC;AAED,6DAA6D;AAC7D,MAAM,UAAU,WAAW,CAAC,WAAwB;IAClD,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC;IAChG,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC;YACjB,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ;YAClE,GAAG,cAAc,CAAC,WAAW,CAAC;SAC/B,CAAC,CAAC,CAAC;AACN,CAAC"}
|
package/dist/scan/emit.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ScanResult } from './result.js';
|
|
2
|
-
export interface EmitOptions {
|
|
3
|
-
/** Where the generated module will sit. Imports are written relative to it. */
|
|
4
|
-
outFile: string;
|
|
5
|
-
/** How `@fougere/core` is reached from there. Default: the package name. */
|
|
6
|
-
core?: string;
|
|
7
|
-
}
|
|
8
|
-
/** Write a scan down. */
|
|
9
|
-
export declare function emitScan(result: ScanResult, options: EmitOptions): string;
|
|
10
|
-
//# sourceMappingURL=emit.d.ts.map
|
package/dist/scan/emit.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emit.d.ts","sourceRoot":"","sources":["../../src/scan/emit.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,MAAM,WAAW,WAAW;IAC1B,+EAA+E;IAC/E,OAAO,EAAE,MAAM,CAAC;IAChB,4EAA4E;IAC5E,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAuGD,yBAAyB;AACzB,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,GAAG,MAAM,CA2CzE"}
|