@cratis/arc 18.7.18 → 18.7.20
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/commands/Command.ts +25 -16
- package/commands/index.ts +1 -0
- package/dist/cjs/commands/Command.d.ts +0 -1
- package/dist/cjs/commands/Command.d.ts.map +1 -1
- package/dist/cjs/commands/Command.js +20 -10
- package/dist/cjs/commands/Command.js.map +1 -1
- package/dist/cjs/commands/index.d.ts +1 -0
- package/dist/cjs/commands/index.d.ts.map +1 -1
- package/dist/cjs/commands/index.js +2 -0
- package/dist/cjs/commands/index.js.map +1 -1
- package/dist/cjs/queries/index.d.ts +1 -0
- package/dist/cjs/queries/index.d.ts.map +1 -1
- package/dist/cjs/queries/index.js +2 -0
- package/dist/cjs/queries/index.js.map +1 -1
- package/dist/cjs/reflection/PropertyDescriptor.d.ts +2 -1
- package/dist/cjs/reflection/PropertyDescriptor.d.ts.map +1 -1
- package/dist/cjs/reflection/PropertyDescriptor.js +3 -1
- package/dist/cjs/reflection/PropertyDescriptor.js.map +1 -1
- package/dist/esm/commands/Command.d.ts +0 -1
- package/dist/esm/commands/Command.d.ts.map +1 -1
- package/dist/esm/commands/Command.js +20 -10
- package/dist/esm/commands/Command.js.map +1 -1
- package/dist/esm/commands/index.d.ts +1 -0
- package/dist/esm/commands/index.d.ts.map +1 -1
- package/dist/esm/commands/index.js +2 -0
- package/dist/esm/commands/index.js.map +1 -1
- package/dist/esm/queries/index.d.ts +1 -0
- package/dist/esm/queries/index.d.ts.map +1 -1
- package/dist/esm/queries/index.js +2 -0
- package/dist/esm/queries/index.js.map +1 -1
- package/dist/esm/reflection/PropertyDescriptor.d.ts +2 -1
- package/dist/esm/reflection/PropertyDescriptor.d.ts.map +1 -1
- package/dist/esm/reflection/PropertyDescriptor.js +3 -1
- package/dist/esm/reflection/PropertyDescriptor.js.map +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/queries/index.ts +1 -0
- package/reflection/PropertyDescriptor.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PropertyDescriptor.js","sources":["../../../reflection/PropertyDescriptor.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\nimport { Constructor } from '@cratis/fundamentals';\n\n/**\n * Represents a property descriptor.\n */\nexport class PropertyDescriptor {\n /**\n * Initializes a new instance of the {@link PropertyDescriptor} class.\n * @param name Name of the property.\n * @param type Type of the property.\n */\n constructor(readonly name: string, readonly type: Constructor) {\n }\n}\n"],"names":[],"mappings":"MAQa,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"PropertyDescriptor.js","sources":["../../../reflection/PropertyDescriptor.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\nimport { Constructor } from '@cratis/fundamentals';\n\n/**\n * Represents a property descriptor.\n */\nexport class PropertyDescriptor {\n /**\n * Initializes a new instance of the {@link PropertyDescriptor} class.\n * @param name Name of the property.\n * @param type Type of the property.\n * @param isOptional Whether the property is optional (nullable).\n */\n constructor(readonly name: string, readonly type: Constructor, readonly isOptional: boolean = false) {\n }\n}\n"],"names":[],"mappings":"MAQa,kBAAkB,CAAA;AAON,IAAA,IAAA;AAAuB,IAAA,IAAA;AAA4B,IAAA,UAAA;AAAxE,IAAA,WAAA,CAAqB,IAAY,EAAW,IAAiB,EAAW,aAAsB,KAAK,EAAA;QAA9E,IAAA,CAAA,IAAI,GAAJ,IAAI;QAAmB,IAAA,CAAA,IAAI,GAAJ,IAAI;QAAwB,IAAA,CAAA,UAAU,GAAV,UAAU;IAClF;AACH;;;;"}
|