1
0
Fork 0
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:
Bert Belder 2018-07-31 11:16:53 +02:00
parent 1a6ba1f812
commit 446081b1e6
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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