BREAKING: There is no public Rust API for the CLI (#5226)

This commit is contained in:
Ryan Dahl 2020-05-11 17:33:36 -04:00 committed by GitHub
parent 3cccadcf0f
commit 73d8fa74c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 786 additions and 711 deletions

View file

@ -1,9 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// TODO(ry) Make this file test-only. Somehow it's very difficult to export
// methods to tests/integration_tests.rs if this is enabled...
// #![cfg(test)]
#![cfg(test)]
use std::path::PathBuf;
use std::process::Child;
use std::process::Command;