@speedy-js/speedy-utils
Advanced tools
Comparing version 0.12.1-alpha.1 to 0.12.1-alpha.2
@@ -849,2 +849,3 @@ /// <reference types="node" /> | ||
shouldRebuild(paths: string[]): boolean; | ||
canRebuild(): boolean; | ||
} | ||
@@ -1820,6 +1821,2 @@ | ||
declare interface SwcFeature { | ||
systemjs?: boolean; | ||
} | ||
declare class SyncBailHook<T, R, AdditionalOptions = UnsetAdditionalOptions> extends SyncHook<T, R, AdditionalOptions> {} | ||
@@ -2004,3 +2001,2 @@ | ||
experimental?: { | ||
swc?: SwcFeature; | ||
esbuild?: boolean; | ||
@@ -2007,0 +2003,0 @@ }; |
@@ -849,2 +849,3 @@ /// <reference types="node" /> | ||
shouldRebuild(paths: string[]): boolean; | ||
canRebuild(): boolean; | ||
} | ||
@@ -1820,6 +1821,2 @@ | ||
declare interface SwcFeature { | ||
systemjs?: boolean; | ||
} | ||
declare class SyncBailHook<T, R, AdditionalOptions = UnsetAdditionalOptions> extends SyncHook<T, R, AdditionalOptions> {} | ||
@@ -2004,3 +2001,2 @@ | ||
experimental?: { | ||
swc?: SwcFeature; | ||
esbuild?: boolean; | ||
@@ -2007,0 +2003,0 @@ }; |
{ | ||
"name": "@speedy-js/speedy-utils", | ||
"version": "0.12.1-alpha.1", | ||
"version": "0.12.1-alpha.2", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"@speedy-js/config": "0.8.0-3", | ||
"@speedy-js/speedy-types": "0.12.1-alpha.1", | ||
"@speedy-js/speedy-types": "0.12.1-alpha.2", | ||
"@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
6291107
86024