diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-30 03:16:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 21:16:48 -0500 |
| commit | 73a3cc21d0e7ceec1275078db125f57ce97725fb (patch) | |
| tree | 17d845d5d125d3ba8ecefa49e57e02e9c088c68b /std/prettier/prettier.ts | |
| parent | f0a6062012c4e09553877c9feedb3fbc3d4625b9 (diff) | |
feat: dprint formatter (#3820)
* rewrite fmt_test in Rust, remove tools/fmt_test.py
* remove //std/prettier
Diffstat (limited to 'std/prettier/prettier.ts')
| -rw-r--r-- | std/prettier/prettier.ts | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/std/prettier/prettier.ts b/std/prettier/prettier.ts deleted file mode 100644 index cce374441..000000000 --- a/std/prettier/prettier.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -/** - * Types are given here because parser files are big - * and it's much faster to give TS compiler just type declarations. - */ -// @deno-types="./vendor/standalone.d.ts" -import "./vendor/standalone.js"; -// @deno-types="./vendor/parser_typescript.d.ts" -import "./vendor/parser_typescript.js"; -// @deno-types="./vendor/parser_babylon.d.ts" -import "./vendor/parser_babylon.js"; -// @deno-types="./vendor/parser_markdown.d.ts" -import "./vendor/parser_markdown.js"; - -// TODO: provide decent type declarions for these -// eslint-disable-next-line @typescript-eslint/no-explicit-any -const { prettier, prettierPlugins } = window as any; - -export { prettier, prettierPlugins }; |
