clear-router 2.6.1 → 2.6.2
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/core/index.cjs +1 -1
- package/dist/core/index.d.cts +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.mjs +1 -1
- package/dist/decorators/setup.cjs +1 -1
- package/dist/decorators/setup.d.mts +1 -0
- package/dist/decorators/setup.mjs +1 -1
- package/dist/express/index.cjs +1 -1
- package/dist/express/index.d.cts +1 -1
- package/dist/express/index.d.mts +1 -1
- package/dist/express/index.mjs +1 -1
- package/dist/fastify/index.cjs +1 -1
- package/dist/fastify/index.d.cts +1 -1
- package/dist/fastify/index.d.mts +1 -1
- package/dist/fastify/index.mjs +1 -1
- package/dist/h3/index.cjs +1 -1
- package/dist/h3/index.d.cts +1 -1
- package/dist/h3/index.d.mts +1 -1
- package/dist/h3/index.mjs +1 -1
- package/dist/hono/index.cjs +1 -1
- package/dist/hono/index.d.cts +1 -1
- package/dist/hono/index.d.mts +1 -1
- package/dist/hono/index.mjs +1 -1
- package/dist/index.cjs +13 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +13 -0
- package/dist/koa/index.cjs +1 -1
- package/dist/koa/index.d.cts +1 -1
- package/dist/koa/index.d.mts +1 -1
- package/dist/koa/index.mjs +1 -1
- package/dist/{router-BJYHBKMY.cjs → router--8gWGXv-.cjs} +13 -0
- package/dist/{router-B90hsOKM.d.cts → router-Bu4kNHUo.d.cts} +4 -0
- package/dist/{router-CbrVYD5L.mjs → router-DgZmT-17.mjs} +13 -0
- package/dist/{router-BfYAFCqD.d.mts → router-awXi28kb.d.mts} +4 -0
- package/package.json +1 -1
package/dist/core/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_bindings = require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
|
|
5
5
|
//#region src/core/plugins.ts
|
|
6
6
|
function definePlugin(plugin) {
|
package/dist/core/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-
|
|
1
|
+
import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
export { ClearRouterPlugin, ClearRouterPluginArgumentsContext, ClearRouterPluginContext, ClearRouterPluginInput, ClearRouterPluginRequestContext, CoreRouter, PluginArgumentsResolver, PluginBind, PluginBindFactory, PluginBindValue, PluginSetupResult, Request, Response, definePlugin };
|
package/dist/core/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-
|
|
1
|
+
import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-awXi28kb.mjs";
|
|
2
2
|
export { ClearRouterPlugin, ClearRouterPluginArgumentsContext, ClearRouterPluginContext, ClearRouterPluginInput, ClearRouterPluginRequestContext, CoreRouter, PluginArgumentsResolver, PluginBind, PluginBindFactory, PluginBindValue, PluginSetupResult, Request, Response, definePlugin };
|
package/dist/core/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_bindings = require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
require('./index.cjs');
|
|
5
5
|
require("reflect-metadata");
|
|
6
6
|
|
package/dist/express/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
const require_responses = require('../responses-Bvnk0uvc.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/express/router.ts
|
package/dist/express/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
import { Router as Router$1 } from "express";
|
|
3
3
|
|
|
4
4
|
//#region src/express/router.d.ts
|
package/dist/express/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-awXi28kb.mjs";
|
|
2
2
|
import { Router as Router$1 } from "express";
|
|
3
3
|
|
|
4
4
|
//#region src/express/router.d.ts
|
package/dist/express/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../bindings-XLDXFpHZ.mjs";
|
|
2
|
-
import { t as CoreRouter } from "../router-
|
|
2
|
+
import { t as CoreRouter } from "../router-DgZmT-17.mjs";
|
|
3
3
|
import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/express/router.ts
|
package/dist/fastify/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
const require_responses = require('../responses-Bvnk0uvc.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/fastify/router.ts
|
package/dist/fastify/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-
|
|
1
|
+
import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/fastify/router.d.ts
|
|
4
4
|
/**
|
package/dist/fastify/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-
|
|
1
|
+
import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-awXi28kb.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/fastify/router.d.ts
|
|
4
4
|
/**
|
package/dist/fastify/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../bindings-XLDXFpHZ.mjs";
|
|
2
|
-
import { t as CoreRouter } from "../router-
|
|
2
|
+
import { t as CoreRouter } from "../router-DgZmT-17.mjs";
|
|
3
3
|
import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/fastify/router.ts
|
package/dist/h3/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
const require_responses = require('../responses-Bvnk0uvc.cjs');
|
|
5
5
|
let h3 = require("h3");
|
|
6
6
|
|
package/dist/h3/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-
|
|
1
|
+
import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
import { H3 } from "h3";
|
|
3
3
|
|
|
4
4
|
//#region src/h3/router.d.ts
|
package/dist/h3/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-
|
|
1
|
+
import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-awXi28kb.mjs";
|
|
2
2
|
import { H3 } from "h3";
|
|
3
3
|
|
|
4
4
|
//#region src/h3/router.d.ts
|
package/dist/h3/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../bindings-XLDXFpHZ.mjs";
|
|
2
|
-
import { t as CoreRouter } from "../router-
|
|
2
|
+
import { t as CoreRouter } from "../router-DgZmT-17.mjs";
|
|
3
3
|
import { n as resolveResponseMeta } from "../responses-BvETUeDL.mjs";
|
|
4
4
|
import { HTTPResponse, getQuery, getRouterParams, readBody } from "h3";
|
|
5
5
|
|
package/dist/hono/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
const require_responses = require('../responses-Bvnk0uvc.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/hono/router.ts
|
package/dist/hono/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/hono/router.d.ts
|
|
4
4
|
/**
|
package/dist/hono/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-awXi28kb.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/hono/router.d.ts
|
|
4
4
|
/**
|
package/dist/hono/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -301,6 +301,19 @@ var CoreRouter = class {
|
|
|
301
301
|
static pluginArgumentResolversKey = Symbol.for("clear-router:plugin-argument-resolvers");
|
|
302
302
|
static requestProvider;
|
|
303
303
|
static responseProvider;
|
|
304
|
+
/**
|
|
305
|
+
* Resets the router to it's default state
|
|
306
|
+
*/
|
|
307
|
+
static reset() {
|
|
308
|
+
this.routes = [];
|
|
309
|
+
this.prefix = "";
|
|
310
|
+
this.groupMiddlewares = [];
|
|
311
|
+
this.globalMiddlewares = [];
|
|
312
|
+
this.routesByPathMethod = {};
|
|
313
|
+
this.routesByMethod = {};
|
|
314
|
+
this.routesByName = {};
|
|
315
|
+
return this;
|
|
316
|
+
}
|
|
304
317
|
static createBaseConfig() {
|
|
305
318
|
return {
|
|
306
319
|
methodOverride: {
|
package/dist/index.d.cts
CHANGED
|
@@ -239,6 +239,10 @@ declare abstract class CoreRouter {
|
|
|
239
239
|
private static readonly pluginArgumentResolversKey;
|
|
240
240
|
private static requestProvider?;
|
|
241
241
|
private static responseProvider?;
|
|
242
|
+
/**
|
|
243
|
+
* Resets the router to it's default state
|
|
244
|
+
*/
|
|
245
|
+
static reset(): typeof CoreRouter;
|
|
242
246
|
protected static createBaseConfig(): RouterConfig;
|
|
243
247
|
protected static mergeConfig(target: RouterConfig, source?: RouterConfig): RouterConfig;
|
|
244
248
|
protected static getDefaultConfig(): RouterConfig;
|
package/dist/index.d.mts
CHANGED
|
@@ -239,6 +239,10 @@ declare abstract class CoreRouter {
|
|
|
239
239
|
private static readonly pluginArgumentResolversKey;
|
|
240
240
|
private static requestProvider?;
|
|
241
241
|
private static responseProvider?;
|
|
242
|
+
/**
|
|
243
|
+
* Resets the router to it's default state
|
|
244
|
+
*/
|
|
245
|
+
static reset(): typeof CoreRouter;
|
|
242
246
|
protected static createBaseConfig(): RouterConfig;
|
|
243
247
|
protected static mergeConfig(target: RouterConfig, source?: RouterConfig): RouterConfig;
|
|
244
248
|
protected static getDefaultConfig(): RouterConfig;
|
package/dist/index.mjs
CHANGED
|
@@ -300,6 +300,19 @@ var CoreRouter = class {
|
|
|
300
300
|
static pluginArgumentResolversKey = Symbol.for("clear-router:plugin-argument-resolvers");
|
|
301
301
|
static requestProvider;
|
|
302
302
|
static responseProvider;
|
|
303
|
+
/**
|
|
304
|
+
* Resets the router to it's default state
|
|
305
|
+
*/
|
|
306
|
+
static reset() {
|
|
307
|
+
this.routes = [];
|
|
308
|
+
this.prefix = "";
|
|
309
|
+
this.groupMiddlewares = [];
|
|
310
|
+
this.globalMiddlewares = [];
|
|
311
|
+
this.routesByPathMethod = {};
|
|
312
|
+
this.routesByMethod = {};
|
|
313
|
+
this.routesByName = {};
|
|
314
|
+
return this;
|
|
315
|
+
}
|
|
303
316
|
static createBaseConfig() {
|
|
304
317
|
return {
|
|
305
318
|
methodOverride: {
|
package/dist/koa/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
require('../bindings-CLsZjOEy.cjs');
|
|
3
|
-
const require_router = require('../router
|
|
3
|
+
const require_router = require('../router--8gWGXv-.cjs');
|
|
4
4
|
const require_responses = require('../responses-Bvnk0uvc.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/koa/router.ts
|
package/dist/koa/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-Bu4kNHUo.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/koa/router.d.ts
|
|
4
4
|
/**
|
package/dist/koa/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-
|
|
1
|
+
import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-awXi28kb.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/koa/router.d.ts
|
|
4
4
|
/**
|
package/dist/koa/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../bindings-XLDXFpHZ.mjs";
|
|
2
|
-
import { t as CoreRouter } from "../router-
|
|
2
|
+
import { t as CoreRouter } from "../router-DgZmT-17.mjs";
|
|
3
3
|
import { n as resolveResponseMeta, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/koa/router.ts
|
|
@@ -74,6 +74,19 @@ var CoreRouter = class {
|
|
|
74
74
|
static pluginArgumentResolversKey = Symbol.for("clear-router:plugin-argument-resolvers");
|
|
75
75
|
static requestProvider;
|
|
76
76
|
static responseProvider;
|
|
77
|
+
/**
|
|
78
|
+
* Resets the router to it's default state
|
|
79
|
+
*/
|
|
80
|
+
static reset() {
|
|
81
|
+
this.routes = [];
|
|
82
|
+
this.prefix = "";
|
|
83
|
+
this.groupMiddlewares = [];
|
|
84
|
+
this.globalMiddlewares = [];
|
|
85
|
+
this.routesByPathMethod = {};
|
|
86
|
+
this.routesByMethod = {};
|
|
87
|
+
this.routesByName = {};
|
|
88
|
+
return this;
|
|
89
|
+
}
|
|
77
90
|
static createBaseConfig() {
|
|
78
91
|
return {
|
|
79
92
|
methodOverride: {
|
|
@@ -326,6 +326,10 @@ declare abstract class CoreRouter {
|
|
|
326
326
|
private static readonly pluginArgumentResolversKey;
|
|
327
327
|
private static requestProvider?;
|
|
328
328
|
private static responseProvider?;
|
|
329
|
+
/**
|
|
330
|
+
* Resets the router to it's default state
|
|
331
|
+
*/
|
|
332
|
+
static reset(): typeof CoreRouter;
|
|
329
333
|
protected static createBaseConfig(): RouterConfig;
|
|
330
334
|
protected static mergeConfig(target: RouterConfig, source?: RouterConfig): RouterConfig;
|
|
331
335
|
protected static getDefaultConfig(): RouterConfig;
|
|
@@ -74,6 +74,19 @@ var CoreRouter = class {
|
|
|
74
74
|
static pluginArgumentResolversKey = Symbol.for("clear-router:plugin-argument-resolvers");
|
|
75
75
|
static requestProvider;
|
|
76
76
|
static responseProvider;
|
|
77
|
+
/**
|
|
78
|
+
* Resets the router to it's default state
|
|
79
|
+
*/
|
|
80
|
+
static reset() {
|
|
81
|
+
this.routes = [];
|
|
82
|
+
this.prefix = "";
|
|
83
|
+
this.groupMiddlewares = [];
|
|
84
|
+
this.globalMiddlewares = [];
|
|
85
|
+
this.routesByPathMethod = {};
|
|
86
|
+
this.routesByMethod = {};
|
|
87
|
+
this.routesByName = {};
|
|
88
|
+
return this;
|
|
89
|
+
}
|
|
77
90
|
static createBaseConfig() {
|
|
78
91
|
return {
|
|
79
92
|
methodOverride: {
|
|
@@ -326,6 +326,10 @@ declare abstract class CoreRouter {
|
|
|
326
326
|
private static readonly pluginArgumentResolversKey;
|
|
327
327
|
private static requestProvider?;
|
|
328
328
|
private static responseProvider?;
|
|
329
|
+
/**
|
|
330
|
+
* Resets the router to it's default state
|
|
331
|
+
*/
|
|
332
|
+
static reset(): typeof CoreRouter;
|
|
329
333
|
protected static createBaseConfig(): RouterConfig;
|
|
330
334
|
protected static mergeConfig(target: RouterConfig, source?: RouterConfig): RouterConfig;
|
|
331
335
|
protected static getDefaultConfig(): RouterConfig;
|
package/package.json
CHANGED