@ms-cloudpack/bundler-types
Advanced tools
Comparing version 0.10.0 to 0.11.0
import type { BundleMessageNote } from './BundleMessageNote.js'; | ||
import type { BundleMessageLocation } from './BundleMessageLocation.js'; | ||
import type { BundleMessageType } from './BundleMessageType.js'; | ||
export interface BundleMessage { | ||
pluginName?: string; | ||
type?: BundleMessageType; | ||
text: string; | ||
@@ -6,0 +8,0 @@ location?: BundleMessageLocation | null; |
@@ -13,3 +13,3 @@ import type { PackageDefinitionsCache } from './PackageDefinitionsCache.js'; | ||
* extension. Value is the input entry path, relative to `inputPath` including the extension. For example: | ||
* { 'lib/index': 'src/index.js' } | ||
* `{ 'lib/index': 'src/index.js' }` | ||
* | ||
@@ -16,0 +16,0 @@ * Note: Non-javascript extensions, such as .css or .scss, will not be stripped from the key. This is to ensure the |
@@ -1,8 +0,9 @@ | ||
export type { Bundler } from './Bundler.js'; | ||
export type { BundleMessage } from './BundleMessage.js'; | ||
export type { BundleMessageLocation } from './BundleMessageLocation.js'; | ||
export type { BundleMessageNote } from './BundleMessageNote.js'; | ||
export type { BundleMessageType } from './BundleMessageType.js'; | ||
export type { BundleOptions } from './BundleOptions.js'; | ||
export type { Bundler } from './Bundler.js'; | ||
export type { BundleOutputFile, BundleResult } from './BundleResult.js'; | ||
export type { PackageDefinitionTransform, PackageDefinitionsCache } from './PackageDefinitionsCache.js'; | ||
export type { PackageJson, PackageJsonDependencies, PackageJsonConditionalExports, PackageJsonExports, PackageJsonPathExports, } from './PackageJson.js'; | ||
export type { PackageDefinitionsCache, PackageDefinitionTransform } from './PackageDefinitionsCache.js'; | ||
export type { PackageJson, PackageJsonConditionalExports, PackageJsonDependencies, PackageJsonExports, PackageJsonPathExports, } from './PackageJson.js'; |
{ | ||
"name": "@ms-cloudpack/bundler-types", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "TypeScript types for implementing a bundler abstraction. We keep these separate from the bundler package to eliminate circular package dependencies and ensure no major bumps happen with the contract.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
16584
33
319