bob-esbuild-plugin
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,2 +0,2 @@ | ||
import type { PluginContext, Plugin } from "rollup"; | ||
import type { PluginContext, Plugin } from 'rollup'; | ||
export declare const bundle: (id: string, pluginContext: PluginContext, plugins: Plugin[], loaders: { | ||
@@ -3,0 +3,0 @@ [ext: string]: string; |
@@ -1,4 +0,4 @@ | ||
import { Loader } from "esbuild"; | ||
import { FilterPattern } from "@rollup/pluginutils"; | ||
import type { Plugin } from "rollup"; | ||
import { Loader } from 'esbuild'; | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
import type { Plugin } from 'rollup'; | ||
export declare type Options = { | ||
@@ -5,0 +5,0 @@ include?: FilterPattern; |
@@ -0,0 +0,0 @@ export declare const getOptions: (cwd: string, tsconfig?: string | undefined) => Promise<{ |
{ | ||
"name": "bob-esbuild-plugin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild", | ||
@@ -22,2 +22,3 @@ "license": "MIT", | ||
"@types/node": "^15.6.1", | ||
"changesets-github-release": "^0.0.1", | ||
"esbuild-register": "^2.5.0", | ||
@@ -24,0 +25,0 @@ "jest": "^27.0.3", |
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
19787
15
10