@fc3/mmcadi 0.1.4 → 0.1.7
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/bin/remap-paths +9 -2
- package/dist/.last-compile-time +1 -1
- package/dist/.last-publish-time +1 -1
- package/dist/src/client/shim/logger.d.ts +1 -1
- package/dist/src/interface/repository.d.ts +1 -1
- package/dist/src/lib/errors/error/base.d.ts +1 -1
- package/dist/src/lib/errors/error/conflict.d.ts +1 -1
- package/dist/src/lib/errors/error/generic.d.ts +1 -1
- package/dist/src/lib/errors/error/not-found.d.ts +1 -1
- package/dist/src/lib/errors/type/coded-error.d.ts +1 -1
- package/dist/src/lib/errors/type/error-data.d.ts +1 -1
- package/dist/src/lib/errors/utility/create-error-for-error-type.d.ts +1 -1
- package/dist/src/lib/errors/utility/create-error-from-ambiguous-json-data.d.ts +1 -1
- package/dist/src/lib/errors/utility/get-error-type-for-posix-error-code.d.ts +1 -1
- package/dist/src/lib/errors/utility/get-error-type-for-status-code.d.ts +1 -1
- package/dist/src/lib/errors/utility/matches-posix-error-code.d.ts +1 -1
- package/dist/src/lib/execution-context/execution-context.d.ts +1 -1
- package/dist/src/lib/http/enum/status-code.d.ts +1 -1
- package/dist/src/lib/http/isomorphic/request.d.ts +1 -1
- package/dist/src/lib/http/isomorphic/response.d.ts +1 -1
- package/dist/src/lib/http/parser/url.d.ts +1 -1
- package/dist/src/lib/http/request/incoming.d.ts +3 -3
- package/dist/src/lib/http/request/outgoing.d.ts +2 -2
- package/dist/src/lib/http/request.d.ts +2 -2
- package/dist/src/lib/http/response/incoming.d.ts +1 -1
- package/dist/src/lib/http/response/outgoing.d.ts +1 -1
- package/dist/src/lib/http/response.d.ts +1 -1
- package/dist/src/lib/http/transaction.d.ts +4 -4
- package/dist/src/lib/http/utility/get-content-type-for-extension.d.ts +1 -1
- package/dist/src/lib/http/utility/get-library-for-protocol.d.ts +1 -1
- package/dist/src/lib/http/utility/get-status-code-for-error-type.d.ts +1 -1
- package/dist/src/lib/http/utility/proxy-request.d.ts +1 -1
- package/dist/src/lib/operation/operation.d.ts +2 -2
- package/dist/src/lib/process/error.d.ts +1 -1
- package/dist/src/lib/server/base.d.ts +2 -2
- package/dist/src/lib/server/http/endpoint/ping.d.ts +1 -1
- package/dist/src/lib/server/http/endpoint.d.ts +3 -3
- package/dist/src/lib/server/http/middleware.d.ts +1 -1
- package/dist/src/lib/server/http/route.d.ts +1 -1
- package/dist/src/lib/server/http/router.d.ts +2 -2
- package/dist/src/lib/server/http/type/session-resolver.d.ts +2 -2
- package/dist/src/lib/server/http/utility/create-server.d.ts +1 -1
- package/dist/src/lib/server/http/websocket-wrapper.d.ts +1 -1
- package/dist/src/lib/server/http.d.ts +1 -1
- package/dist/src/lib/server/tcp.d.ts +1 -1
- package/dist/src/lib/tcp/connection/incoming.d.ts +2 -2
- package/dist/src/lib/tcp/connection/outgoing.d.ts +1 -1
- package/dist/src/lib/tcp/connection.d.ts +3 -3
- package/dist/src/lib/test/utility/build-execution-context.d.ts +1 -1
- package/dist/src/operation.d.ts +2 -2
- package/dist/src/server/endpoint/abstract-page.d.ts +1 -1
- package/dist/src/server/endpoint/action/create.d.ts +1 -1
- package/dist/src/server/endpoint/action/get.d.ts +1 -1
- package/dist/src/server/endpoint/base.d.ts +1 -1
- package/dist/src/server/endpoint/login.d.ts +1 -1
- package/dist/src/server/endpoint/logout.d.ts +1 -1
- package/dist/src/server/endpoint/month.d.ts +1 -1
- package/dist/src/server/endpoint/robots.d.ts +1 -1
- package/dist/src/server/endpoint/session/create.d.ts +1 -1
- package/dist/src/server/endpoint/settings/get.d.ts +1 -1
- package/dist/src/server/endpoint/settings/update.d.ts +1 -1
- package/dist/src/server/endpoint/week.d.ts +1 -1
- package/dist/src/server/endpoint/year.d.ts +1 -1
- package/dist/src/server/factory/block-result-serializer.d.ts +1 -1
- package/dist/src/server/middleware/base.d.ts +1 -1
- package/dist/src/server/middleware/error-handler.d.ts +1 -1
- package/dist/src/server/middleware/static-file.d.ts +1 -1
- package/dist/src/server/operation/add-block.d.ts +1 -1
- package/dist/src/server/operation/create-session.d.ts +1 -1
- package/dist/src/server/operation/delete-block.d.ts +1 -1
- package/dist/src/server/operation/demote-block.d.ts +1 -1
- package/dist/src/server/operation/destroy-session.d.ts +1 -1
- package/dist/src/server/operation/load-block.d.ts +1 -1
- package/dist/src/server/operation/load-directory-items.d.ts +1 -1
- package/dist/src/server/operation/load-page.d.ts +1 -1
- package/dist/src/server/operation/promote-block.d.ts +1 -1
- package/dist/src/server/operation/save-page.d.ts +1 -1
- package/dist/src/server/operation/update-account-settings.d.ts +1 -1
- package/dist/src/server/operation/update-block.d.ts +1 -1
- package/dist/src/server/repository/memory.d.ts +1 -1
- package/dist/src/server/result-serializer/action.d.ts +1 -1
- package/dist/src/server/result-serializer/base.d.ts +2 -2
- package/dist/src/server/result-serializer/block.d.ts +2 -2
- package/dist/src/server/result-serializer/common/time-place-options.d.ts +1 -2
- package/dist/src/server/result-serializer/common/time-place-options.js.map +1 -1
- package/dist/src/server/result-serializer/page.d.ts +1 -1
- package/dist/src/server/result-serializer/page.js.map +1 -1
- package/dist/src/server/utility/accepts-content-type.d.ts +1 -1
- package/dist/src/server/utility/accepts-html.d.ts +1 -1
- package/dist/src/server/utility/accepts-json.d.ts +1 -1
- package/dist/src/server.d.ts +1 -1
- package/dist/src/type/account-settings.d.ts +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/bin/remap-paths
CHANGED
|
@@ -82,10 +82,17 @@ function processDeclarationFile(filePath) {
|
|
|
82
82
|
return match;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
let dependencyPath = DIST_PATH + '/src/' + path + '.d.ts';
|
|
86
86
|
|
|
87
87
|
if (!FS.existsSync(dependencyPath)) {
|
|
88
|
-
|
|
88
|
+
// Fall back to checking whether there's an index.js in a directory
|
|
89
|
+
// of this name, instead of a toplevel .d.ts source file directly.
|
|
90
|
+
dependencyPath = DIST_PATH + '/src/' + path + '/index.d.ts';
|
|
91
|
+
|
|
92
|
+
if (!FS.existsSync(dependencyPath)) {
|
|
93
|
+
// Well, we tried.
|
|
94
|
+
return match;
|
|
95
|
+
}
|
|
89
96
|
}
|
|
90
97
|
|
|
91
98
|
const parsedFile = Path.parse(filePath);
|
package/dist/.last-compile-time
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1760956313
|
package/dist/.last-publish-time
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1760957431
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PosixErrorCode } from '
|
|
1
|
+
import { PosixErrorCode } from './../../process/index';
|
|
2
2
|
import BaseError from './../error/base';
|
|
3
3
|
import ErrorType from './../enum/error-type';
|
|
4
4
|
declare function createErrorForErrorType(error_type: ErrorType, error_code?: PosixErrorCode | null, message?: string): BaseError;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpStatusCode } from '
|
|
1
|
+
import { HttpStatusCode } from './../../network/index';
|
|
2
2
|
import BaseError from './../error/base';
|
|
3
3
|
declare function createErrorFromAmbiguousJsonData(data: object, status_code: HttpStatusCode): BaseError;
|
|
4
4
|
export default createErrorFromAmbiguousJsonData;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PosixErrorCode } from '
|
|
1
|
+
import { PosixErrorCode } from './../../process/index';
|
|
2
2
|
import ErrorType from './../enum/error-type';
|
|
3
3
|
declare function getErrorTypeForPosixErrorCode(error_code: PosixErrorCode): ErrorType;
|
|
4
4
|
export default getErrorTypeForPosixErrorCode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpStatusCode } from '
|
|
1
|
+
import { HttpStatusCode } from './../../network/index';
|
|
2
2
|
import ErrorType from './../enum/error-type';
|
|
3
3
|
declare function getErrorTypeForStatusCode(status_code: HttpStatusCode): ErrorType;
|
|
4
4
|
export default getErrorTypeForStatusCode;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { HttpStatusCode } from '
|
|
1
|
+
import { HttpStatusCode } from './../../network/index';
|
|
2
2
|
export default HttpStatusCode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '
|
|
1
|
+
import { EventEmitter } from './../../network/index';
|
|
2
2
|
import ClientRequest from './../interface/client-request';
|
|
3
3
|
import RequestOptions from './../type/request-options';
|
|
4
4
|
declare class IsomorphicRequest extends EventEmitter implements ClientRequest {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import HTTP from 'http';
|
|
2
2
|
import Stream from 'stream';
|
|
3
|
-
import ExecutionContext, { Session } from '
|
|
4
|
-
import { NetworkProtocol } from '
|
|
5
|
-
import { TagMap } from '
|
|
3
|
+
import ExecutionContext, { Session } from './../../execution-context/index';
|
|
4
|
+
import { NetworkProtocol } from './../../network/index';
|
|
5
|
+
import { TagMap } from './../../metrics/index';
|
|
6
6
|
import Request from './../request';
|
|
7
7
|
import HttpHeader from './../enum/header';
|
|
8
8
|
import ContentType from './../enum/content-type';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Stream from 'stream';
|
|
2
|
-
import ExecutionContext from '
|
|
3
|
-
import { TagMap } from '
|
|
2
|
+
import ExecutionContext from './../../execution-context/index';
|
|
3
|
+
import { TagMap } from './../../metrics/index';
|
|
4
4
|
import Request from './../request';
|
|
5
5
|
import ContentType from './../enum/content-type';
|
|
6
6
|
import IncomingResponse from './../response/incoming';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LogLevel } from '
|
|
2
|
-
import ExecutionContext from '
|
|
1
|
+
import { LogLevel } from './../logger/index';
|
|
2
|
+
import ExecutionContext from './../execution-context/index';
|
|
3
3
|
import Transaction from './transaction';
|
|
4
4
|
import LogAttributes from './type/log-attributes';
|
|
5
5
|
declare abstract class Request extends Transaction {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* these four transaction types. Things such as HTTP headers, status codes,
|
|
11
11
|
* connection state, and so on.
|
|
12
12
|
*/
|
|
13
|
-
import Logger, { LogLevel } from '
|
|
14
|
-
import { ConnectionStatus } from '
|
|
15
|
-
import ExecutionContext from '
|
|
16
|
-
import { TagMap } from '
|
|
13
|
+
import Logger, { LogLevel } from './../logger/index';
|
|
14
|
+
import { ConnectionStatus } from './../network/index';
|
|
15
|
+
import ExecutionContext from './../execution-context/index';
|
|
16
|
+
import { TagMap } from './../metrics/index';
|
|
17
17
|
import HeaderMap from './type/header-map';
|
|
18
18
|
import HttpMethod from './enum/method';
|
|
19
19
|
import HttpHeader from './enum/header';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FileExtension } from '
|
|
1
|
+
import { FileExtension } from './../../filesystem/index';
|
|
2
2
|
import ContentType from './../enum/content-type';
|
|
3
3
|
declare function getContentTypeForExtension(extension: FileExtension): ContentType;
|
|
4
4
|
export default getContentTypeForExtension;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NetworkProtocol } from '
|
|
1
|
+
import { NetworkProtocol } from './../../network/index';
|
|
2
2
|
import NetworkLibrary from './../interface/network-library';
|
|
3
3
|
declare function getLibraryForProtocol(protocol: NetworkProtocol): NetworkLibrary;
|
|
4
4
|
export default getLibraryForProtocol;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import HTTP from 'http';
|
|
2
|
-
import { NetworkProtocol } from '
|
|
2
|
+
import { NetworkProtocol } from './../../network/index';
|
|
3
3
|
import RequestOptions from './../type/request-options';
|
|
4
4
|
declare function proxyRequest(protocol: NetworkProtocol, options: RequestOptions, request: HTTP.IncomingMessage, response: HTTP.ServerResponse): Promise<void>;
|
|
5
5
|
export default proxyRequest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Logger from '
|
|
2
|
-
import ExecutionContext, { Session } from '
|
|
1
|
+
import Logger from './../logger/index';
|
|
2
|
+
import ExecutionContext, { Session } from './../execution-context/index';
|
|
3
3
|
declare abstract class BaseOperation<T> {
|
|
4
4
|
protected logger: Logger | undefined;
|
|
5
5
|
private execution_context;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import Net from 'net';
|
|
2
2
|
import { EventEmitter } from 'events';
|
|
3
3
|
import RuntimeConfig from './../../type/runtime-config';
|
|
4
|
-
import Logger from '
|
|
5
|
-
import { NetworkProtocol } from '
|
|
4
|
+
import Logger from './../logger/index';
|
|
5
|
+
import { NetworkProtocol } from './../network/index';
|
|
6
6
|
import ServerOptions from './type/server-options';
|
|
7
7
|
declare abstract class Server extends EventEmitter {
|
|
8
8
|
private raw_server;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import HTTP from 'http';
|
|
2
|
-
import Logger from '
|
|
3
|
-
import ExecutionContext, { Session } from '
|
|
4
|
-
import { HttpMethod, StatusCode, ContentType, IncomingRequest, OutgoingResponse } from '
|
|
2
|
+
import Logger from './../../logger/index';
|
|
3
|
+
import ExecutionContext, { Session } from './../../execution-context/index';
|
|
4
|
+
import { HttpMethod, StatusCode, ContentType, IncomingRequest, OutgoingResponse } from './../../http/index';
|
|
5
5
|
import JsonResultSerializer from './result-serializer/json';
|
|
6
6
|
import HtmlResultSerializer from './result-serializer/html';
|
|
7
7
|
export type AllowedOutputs = string | Buffer | object;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IncomingRequest, OutgoingResponse } from '
|
|
1
|
+
import { IncomingRequest, OutgoingResponse } from './../../http/index';
|
|
2
2
|
declare abstract class Middleware {
|
|
3
3
|
abstract handleRequest(request: IncomingRequest, response: OutgoingResponse): Promise<boolean>;
|
|
4
4
|
handleError(error: Error, request: IncomingRequest, response: OutgoingResponse): Promise<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpMethod, ContentType, PathParameters, IncomingRequest, OutgoingResponse } from '
|
|
1
|
+
import { HttpMethod, ContentType, PathParameters, IncomingRequest, OutgoingResponse } from './../../http/index';
|
|
2
2
|
import EndpointConstructor from './interface/endpoint-constructor';
|
|
3
3
|
import Endpoint from './endpoint';
|
|
4
4
|
declare class Route {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Logger from '
|
|
2
|
-
import { IncomingRequest, OutgoingResponse } from '
|
|
1
|
+
import Logger from './../../logger/index';
|
|
2
|
+
import { IncomingRequest, OutgoingResponse } from './../../http/index';
|
|
3
3
|
import Middleware from './middleware';
|
|
4
4
|
import Route from './route';
|
|
5
5
|
import Endpoint from './endpoint';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IncomingRequest } from '
|
|
2
|
-
import { Session } from '
|
|
1
|
+
import { IncomingRequest } from './../../../http/index';
|
|
2
|
+
import { Session } from './../../../execution-context/index';
|
|
3
3
|
interface SessionResolver {
|
|
4
4
|
(request: IncomingRequest): Promise<Session | undefined>;
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import HTTP from 'http';
|
|
2
2
|
import HTTPS from 'https';
|
|
3
|
-
import { NetworkProtocol } from '
|
|
3
|
+
import { NetworkProtocol } from './../../../network/index';
|
|
4
4
|
interface ServerConfig {
|
|
5
5
|
readonly key: string | Buffer | undefined;
|
|
6
6
|
readonly cert: string | Buffer | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from 'events';
|
|
2
2
|
import WebSocket from 'ws';
|
|
3
|
-
import { Socket, SocketOptions } from '
|
|
3
|
+
import { Socket, SocketOptions } from './../../network/index';
|
|
4
4
|
declare class WebsocketWrapper extends EventEmitter implements Socket {
|
|
5
5
|
connecting: boolean;
|
|
6
6
|
pending: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import HTTP from 'http';
|
|
2
2
|
import HTTPS from 'https';
|
|
3
|
-
import { NetworkProtocol } from '
|
|
3
|
+
import { NetworkProtocol } from './../network/index';
|
|
4
4
|
import BaseServer from './base';
|
|
5
5
|
import Middleware from './http/middleware';
|
|
6
6
|
import Endpoint from './http/endpoint';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Socket } from '
|
|
2
|
-
import ExecutionContext from '
|
|
1
|
+
import { Socket } from './../../network/index';
|
|
2
|
+
import ExecutionContext from './../../execution-context/index';
|
|
3
3
|
import Connection from './../connection';
|
|
4
4
|
declare class IncomingConnection extends Connection {
|
|
5
5
|
private paused;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Logger from '
|
|
2
|
-
import { Socket, ConnectionStatus } from '
|
|
3
|
-
import EventEmitter from '
|
|
1
|
+
import Logger from './../logger/index';
|
|
2
|
+
import { Socket, ConnectionStatus } from './../network/index';
|
|
3
|
+
import EventEmitter from './../event-emitter/index';
|
|
4
4
|
import Channel from './channel';
|
|
5
5
|
import Message from './type/message';
|
|
6
6
|
declare class Connection extends EventEmitter {
|
package/dist/src/operation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AutoLoggingOperation } from 'lib/operation';
|
|
2
|
-
import ExecutionContext from 'lib/execution-context';
|
|
1
|
+
import { AutoLoggingOperation } from './lib/operation/index';
|
|
2
|
+
import ExecutionContext from './lib/execution-context/index';
|
|
3
3
|
import RuntimeConfig from './type/runtime-config';
|
|
4
4
|
declare abstract class BaseOperation<T> extends AutoLoggingOperation<T> {
|
|
5
5
|
constructor(execution_context: ExecutionContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContentType, HttpMethod } from 'lib/http';
|
|
1
|
+
import { ContentType, HttpMethod } from './../../../lib/http/index';
|
|
2
2
|
import BaseEndpoint from './../base';
|
|
3
3
|
import ActionResultSerializer from './../../result-serializer/action';
|
|
4
4
|
import Action from './../../../type/action';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpMethod, ContentType } from 'lib/http';
|
|
1
|
+
import { HttpMethod, ContentType } from './../../../lib/http/index';
|
|
2
2
|
import SettingsResultSerializer from './../../result-serializer/settings';
|
|
3
3
|
import BaseEndpoint from './../base';
|
|
4
4
|
import AccountSettings from './../../../type/account-settings';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpMethod, ContentType } from 'lib/http';
|
|
1
|
+
import { HttpMethod, ContentType } from './../../../lib/http/index';
|
|
2
2
|
import AccountSettings from './../../../type/account-settings';
|
|
3
3
|
import BaseEndpoint from './../base';
|
|
4
4
|
type UpdateSettingsInput = AccountSettings;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Session } from 'lib/execution-context';
|
|
1
|
+
import { Session } from './../../lib/execution-context/index';
|
|
2
2
|
import Block from './../../type/block';
|
|
3
3
|
import BlockResultSerializer from './../result-serializer/block';
|
|
4
4
|
import BlockMetadata from './../../type/block-metadata';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IncomingRequest, OutgoingResponse } from 'lib/http';
|
|
1
|
+
import { IncomingRequest, OutgoingResponse } from './../../lib/http/index';
|
|
2
2
|
import BaseMiddleware from './base';
|
|
3
3
|
declare class ErrorHandlerMiddleware extends BaseMiddleware {
|
|
4
4
|
handleRequest(request: IncomingRequest, response: OutgoingResponse): Promise<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IncomingRequest, OutgoingResponse } from 'lib/http';
|
|
1
|
+
import { IncomingRequest, OutgoingResponse } from './../../lib/http/index';
|
|
2
2
|
import BaseMiddleware from './base';
|
|
3
3
|
declare class StaticFileMiddleware extends BaseMiddleware {
|
|
4
4
|
handleRequest(request: IncomingRequest, response: OutgoingResponse): Promise<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import ExecutionContext, { Session } from 'lib/execution-context';
|
|
1
|
+
import ExecutionContext, { Session } from './../../lib/execution-context/index';
|
|
2
2
|
import BaseOperation from './../../operation';
|
|
3
3
|
declare class CreateSessionOperation extends BaseOperation<Session> {
|
|
4
4
|
private username;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import ExecutionContext from 'lib/execution-context';
|
|
1
|
+
import ExecutionContext from './../../lib/execution-context/index';
|
|
2
2
|
import Block from './../../type/block';
|
|
3
3
|
import BaseOperation from './../../operation';
|
|
4
4
|
declare class LoadBlockOperation extends BaseOperation<Block> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import ExecutionContext from 'lib/execution-context';
|
|
1
|
+
import ExecutionContext from './../../lib/execution-context/index';
|
|
2
2
|
import BaseOperation from './../../operation';
|
|
3
3
|
import { DirectoryItem } from './../../type/block/directory';
|
|
4
4
|
declare class LoadDirectoryItemsOperation extends BaseOperation<DirectoryItem[]> {
|