mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Replace packer with rollup
This commit is contained in:
parent
dff5c16e85
commit
845f7215db
9 changed files with 482 additions and 3318 deletions
7
js/plugins.d.ts
vendored
Normal file
7
js/plugins.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
// This allows TypeScript to resolve any modules that end with `!string`
|
||||
// as there is a rollup plugin that will take any mids ending with `!string`
|
||||
// and return them as a string to rollup for inlining
|
||||
declare module "*!string" {
|
||||
const value: string;
|
||||
export default value;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue