Rename cli/js2 to cli/rt (#6857)

This commit is contained in:
Ryan Dahl 2020-07-23 10:27:26 -04:00 committed by GitHub
parent 090455936c
commit ca4dcb36dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 6 additions and 6 deletions

View file

@ -93,7 +93,7 @@ fn main() {
let runtime_snapshot_path = o.join("CLI_SNAPSHOT.bin");
let compiler_snapshot_path = o.join("COMPILER_SNAPSHOT.bin");
let js_files = get_js_files("js2");
let js_files = get_js_files("rt");
create_runtime_snapshot(&runtime_snapshot_path, js_files);
let js_files = get_js_files("tsc");