mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
rollup: add extension to mock_builtin.js
This commit is contained in:
parent
1a6ba1f812
commit
446081b1e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import typescriptPlugin from "rollup-plugin-typescript2";
|
|||
import { createFilter } from "rollup-pluginutils";
|
||||
import typescript from "typescript";
|
||||
|
||||
const mockPath = path.join(__dirname, "js", "mock_builtin");
|
||||
const mockPath = path.join(__dirname, "js", "mock_builtin.js");
|
||||
const tsconfig = path.join(__dirname, "tsconfig.json");
|
||||
const typescriptPath = `${
|
||||
process.env.BASEPATH
|
||||
|
|
Loading…
Add table
Reference in a new issue