@speedy-js/speedy-utils
Advanced tools
Comparing version 0.11.3-alpha.2 to 0.11.3-alpha.3
@@ -23,3 +23,3 @@ /// <reference types="node" /> | ||
*/ | ||
stats?: boolean | 'server' | { | ||
stats?: boolean | 'html' | 'server' | { | ||
/** | ||
@@ -178,3 +178,3 @@ * Open Browser auto, default is `true`. | ||
css_resolve: (id: string, dir: string) => string; | ||
node_resolve: (id: string, dir: string) => string; | ||
node_resolve: (id: string, dir: string, kind?: ImportKind) => string; | ||
} | ||
@@ -948,3 +948,3 @@ | ||
addWatchFile(id: string): void; | ||
resolve(source: string, importer: string): Promise<string>; | ||
resolve(source: string, importer: string, kind?: ImportKind): Promise<string>; | ||
error(message: string, opts: SpeedyErrorOptions): void; | ||
@@ -1531,3 +1531,3 @@ getTransformContext(path: string): ITransformContext; | ||
declare type ResolveArgs = Pick<OnResolveArgs, 'importer' | 'path' | 'resolveDir'>; | ||
declare type ResolveArgs = Pick<OnResolveArgs, 'importer' | 'path' | 'resolveDir' | 'kind'>; | ||
@@ -1534,0 +1534,0 @@ declare type ResolveNormalized = Required<Resolve>; |
@@ -23,3 +23,3 @@ /// <reference types="node" /> | ||
*/ | ||
stats?: boolean | 'server' | { | ||
stats?: boolean | 'html' | 'server' | { | ||
/** | ||
@@ -178,3 +178,3 @@ * Open Browser auto, default is `true`. | ||
css_resolve: (id: string, dir: string) => string; | ||
node_resolve: (id: string, dir: string) => string; | ||
node_resolve: (id: string, dir: string, kind?: ImportKind) => string; | ||
} | ||
@@ -948,3 +948,3 @@ | ||
addWatchFile(id: string): void; | ||
resolve(source: string, importer: string): Promise<string>; | ||
resolve(source: string, importer: string, kind?: ImportKind): Promise<string>; | ||
error(message: string, opts: SpeedyErrorOptions): void; | ||
@@ -1531,3 +1531,3 @@ getTransformContext(path: string): ITransformContext; | ||
declare type ResolveArgs = Pick<OnResolveArgs, 'importer' | 'path' | 'resolveDir'>; | ||
declare type ResolveArgs = Pick<OnResolveArgs, 'importer' | 'path' | 'resolveDir' | 'kind'>; | ||
@@ -1534,0 +1534,0 @@ declare type ResolveNormalized = Required<Resolve>; |
{ | ||
"name": "@speedy-js/speedy-utils", | ||
"version": "0.11.3-alpha.2", | ||
"version": "0.11.3-alpha.3", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"@speedy-js/config": "0.8.0-3", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.2", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.3", | ||
"@speedy-js/eslint-config": "0.0.1", | ||
@@ -31,0 +31,0 @@ "chai": "4.3.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6287001