mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
e7837ff0f0
This also fixes an issue with the path on azure-pipelines.
10 lines
366 B
TypeScript
10 lines
366 B
TypeScript
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
|
import "./vendor/standalone.js";
|
|
import "./vendor/parser_typescript.js";
|
|
import "./vendor/parser_babylon.js";
|
|
import "./vendor/parser_markdown.js";
|
|
|
|
// TODO: provide decent type declarions for these
|
|
const { prettier, prettierPlugins } = window as any;
|
|
|
|
export { prettier, prettierPlugins };
|