diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-28 14:34:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-28 18:25:15 -0400 |
commit | 2b79552dd1d3936c015e3bb07bef8fab09b62a40 (patch) | |
tree | edd8ee0860b28a28d2aedd738de93078c52aee5a /cli | |
parent | 45ddff14b2ce22c86c7ae499be212f3c8a7912bd (diff) |
Internalize base64-js, convert to TypeScript
Diffstat (limited to 'cli')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index f83eeaccc..7fd8ba7da 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -62,6 +62,7 @@ if (is_posix) { ts_sources = [ "../js/assets.ts", + "../js/base64.ts", "../js/blob.ts", "../js/body.ts", "../js/buffer.ts", |