Skip to content

Commit deca82e

Browse files
Merge pull request #97 from Exabyte-io/update/SOF-7299
SOF-7299: set props method and move `dist` to `dist/js`
2 parents 89a148a + f5fbe9a commit deca82e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+944
-804
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dist/context/mixins.d.ts renamed to dist/js/context/mixins.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ApplicationSchemaBase, JobSchema, MaterialSchema, WorkflowSchema } from "@mat3ra/esse/lib/js/types";
1+
import { ApplicationSchemaBase, JobSchema, MaterialSchema, WorkflowSchema } from "@mat3ra/esse/dist/js/types";
22
import { InMemoryEntity } from "../entity";
33
type Constructor<T = any> = new (...args: any[]) => T;
44
export declare function ApplicationContextMixin<T extends Constructor>(superclass: T): {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)