summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-22 22:30:14 -0700
committerGitHub <noreply@github.com>2019-08-22 22:30:14 -0700
commitbc467b265fbe06ace24f5d9536bd8eb36ae4a601 (patch)
tree6c1761c852398a63fe31fc912841b449fe3851c3 /cli/BUILD.gn
parent47c216317f8eb5bf277663a732a79f6b07ba79ef (diff)
introduce JSON serialization for ops (#2799)
Converts env(), exit(), execPath(), utime() and utimeSync() to use JSON instead of flatbuffers.
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn7
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index c7a80907e..08050ae06 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -83,7 +83,9 @@ ts_sources = [
"../js/dir.ts",
"../js/dispatch.ts",
"../js/dispatch_flatbuffers.ts",
+ "../js/dispatch_json.ts",
"../js/dispatch_minimal.ts",
+ "../js/dom_file.ts",
"../js/dom_types.ts",
"../js/dom_util.ts",
"../js/error_stack.ts",
@@ -91,12 +93,11 @@ ts_sources = [
"../js/event.ts",
"../js/event_target.ts",
"../js/fetch.ts",
- "../js/format_error.ts",
- "../js/dom_file.ts",
"../js/file_info.ts",
"../js/files.ts",
"../js/flatbuffers.ts",
"../js/form_data.ts",
+ "../js/format_error.ts",
"../js/get_random_values.ts",
"../js/globals.ts",
"../js/headers.ts",
@@ -134,10 +135,10 @@ ts_sources = [
"../js/url_search_params.ts",
"../js/util.ts",
"../js/utime.ts",
+ "../js/version.ts",
"../js/window.ts",
"../js/workers.ts",
"../js/write_file.ts",
- "../js/version.ts",
"../js/xeval.ts",
"../tsconfig.json",