@speedy-js/speedy-types
Advanced tools
Comparing version 0.14.1-alpha.3 to 0.14.1-alpha.4
@@ -48,2 +48,4 @@ import type { ImportKind as EsbuildImportKind } from '@speedy-js/esbuild'; | ||
scope: keyof typeof ModuleScope; | ||
/** 获取 importer */ | ||
getImported(): Map<string, Module>; | ||
/** 设置代码类型 */ | ||
@@ -103,2 +105,4 @@ setModuleKind(kind: string): void; | ||
getEntryModules(): Module[]; | ||
/** 获取模块 Ids */ | ||
getModuleIds(): Map<string, Module>; | ||
/** 由 id 获取模块 */ | ||
@@ -105,0 +109,0 @@ getModuleById(id: string): Module | undefined; |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.14.1-alpha.3", | ||
"version": "0.14.1-alpha.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120307
3512