diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-12-18 11:07:47 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 20:07:47 -0500 |
commit | 91a41ca124ffb6e9c025ca2cb35121cca139083c (patch) | |
tree | 60da0ba48c0ffc3d3425840ea7beb2a07a36b344 /BUILD.gn | |
parent | 1e54f1d47362308d7eabb02b3ddaa1f670e4ca08 (diff) |
Add URL implementation (#1359)
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ ts_sources = [ "js/timers.ts", "js/truncate.ts", "js/types.ts", + "js/url.ts", "js/url_search_params.ts", "js/util.ts", "js/write_file.ts", |