diff options
-rw-r--r-- | .ci/check_source_file_changes.ts | 32 | ||||
-rw-r--r-- | .ci/template.common.yml | 8 | ||||
-rw-r--r-- | .ci/template.linux.yml | 5 | ||||
-rw-r--r-- | .ci/template.mac.yml | 8 | ||||
-rw-r--r-- | .ci/template.unix.yml | 3 | ||||
-rw-r--r-- | .ci/template.windows.yml | 8 | ||||
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | azure-pipelines.yml | 25 | ||||
-rwxr-xr-x | format.ts | 32 | ||||
-rw-r--r-- | std/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | std/archive/tar.ts (renamed from archive/tar.ts) | 0 | ||||
-rw-r--r-- | std/archive/tar_test.ts (renamed from archive/tar_test.ts) | 0 | ||||
-rw-r--r-- | std/archive/testdata/example.txt (renamed from archive/testdata/example.txt) | 0 | ||||
-rw-r--r-- | std/bundle/README.md (renamed from bundle/README.md) | 0 | ||||
-rw-r--r-- | std/bundle/run.ts (renamed from bundle/run.ts) | 0 | ||||
-rw-r--r-- | std/bundle/test.ts (renamed from bundle/test.ts) | 0 | ||||
-rw-r--r-- | std/bundle/testdata/bundle.js (renamed from bundle/testdata/bundle.js) | 0 | ||||
-rw-r--r-- | std/bundle/utils.ts (renamed from bundle/utils.ts) | 0 | ||||
-rw-r--r-- | std/bytes/mod.ts (renamed from bytes/mod.ts) | 0 | ||||
-rw-r--r-- | std/bytes/test.ts (renamed from bytes/test.ts) | 0 | ||||
-rw-r--r-- | std/datetime/README.md (renamed from datetime/README.md) | 0 | ||||
-rw-r--r-- | std/datetime/mod.ts (renamed from datetime/mod.ts) | 0 | ||||
-rw-r--r-- | std/datetime/test.ts (renamed from datetime/test.ts) | 0 | ||||
-rw-r--r-- | std/encoding/README.md (renamed from encoding/README.md) | 0 | ||||
-rw-r--r-- | std/encoding/csv.ts (renamed from encoding/csv.ts) | 0 | ||||
-rw-r--r-- | std/encoding/csv_test.ts (renamed from encoding/csv_test.ts) | 0 | ||||
-rw-r--r-- | std/encoding/hex.ts (renamed from encoding/hex.ts) | 0 | ||||
-rw-r--r-- | std/encoding/hex_test.ts (renamed from encoding/hex_test.ts) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/CRLF.toml (renamed from encoding/testdata/CRLF.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/arrayTable.toml (renamed from encoding/testdata/arrayTable.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/arrays.toml (renamed from encoding/testdata/arrays.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/boolean.toml (renamed from encoding/testdata/boolean.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/cargo.toml (renamed from encoding/testdata/cargo.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/cargoTest.toml (renamed from encoding/testdata/cargoTest.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/datetime.toml (renamed from encoding/testdata/datetime.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/float.toml (renamed from encoding/testdata/float.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/inlineTable.toml (renamed from encoding/testdata/inlineTable.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/integer.toml (renamed from encoding/testdata/integer.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/simple.toml (renamed from encoding/testdata/simple.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/string.toml (renamed from encoding/testdata/string.toml) | 0 | ||||
-rw-r--r-- | std/encoding/testdata/table.toml (renamed from encoding/testdata/table.toml) | 0 | ||||
-rw-r--r-- | std/encoding/toml.ts (renamed from encoding/toml.ts) | 0 | ||||
-rw-r--r-- | std/encoding/toml_test.ts (renamed from encoding/toml_test.ts) | 0 | ||||
-rw-r--r-- | std/examples/README.md (renamed from examples/README.md) | 0 | ||||
-rw-r--r-- | std/examples/cat.ts (renamed from examples/cat.ts) | 0 | ||||
-rw-r--r-- | std/examples/catj.ts (renamed from examples/catj.ts) | 0 | ||||
-rw-r--r-- | std/examples/colors.ts (renamed from examples/colors.ts) | 0 | ||||
-rw-r--r-- | std/examples/echo_server.ts (renamed from examples/echo_server.ts) | 0 | ||||
-rwxr-xr-x | std/examples/gist.ts (renamed from examples/gist.ts) | 0 | ||||
-rw-r--r-- | std/examples/test.ts (renamed from examples/test.ts) | 0 | ||||
-rw-r--r-- | std/flags/README.md (renamed from flags/README.md) | 0 | ||||
-rwxr-xr-x | std/flags/all_bool_test.ts (renamed from flags/all_bool_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/bool_test.ts (renamed from flags/bool_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/dash_test.ts (renamed from flags/dash_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/default_bool_test.ts (renamed from flags/default_bool_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/dotted_test.ts (renamed from flags/dotted_test.ts) | 0 | ||||
-rw-r--r-- | std/flags/example.ts (renamed from flags/example.ts) | 0 | ||||
-rwxr-xr-x | std/flags/kv_short_test.ts (renamed from flags/kv_short_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/long_test.ts (renamed from flags/long_test.ts) | 0 | ||||
-rw-r--r-- | std/flags/mod.ts (renamed from flags/mod.ts) | 0 | ||||
-rwxr-xr-x | std/flags/num_test.ts (renamed from flags/num_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/parse_test.ts (renamed from flags/parse_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/short_test.ts (renamed from flags/short_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/stop_early_test.ts (renamed from flags/stop_early_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/unknown_test.ts (renamed from flags/unknown_test.ts) | 0 | ||||
-rwxr-xr-x | std/flags/whitespace_test.ts (renamed from flags/whitespace_test.ts) | 0 | ||||
-rw-r--r-- | std/fmt/README.md (renamed from fmt/README.md) | 0 | ||||
-rw-r--r-- | std/fmt/TODO (renamed from fmt/TODO) | 0 | ||||
-rw-r--r-- | std/fmt/colors.ts (renamed from fmt/colors.ts) | 0 | ||||
-rw-r--r-- | std/fmt/colors_test.ts (renamed from fmt/colors_test.ts) | 0 | ||||
-rw-r--r-- | std/fmt/sprintf.ts (renamed from fmt/sprintf.ts) | 0 | ||||
-rw-r--r-- | std/fmt/sprintf_test.ts (renamed from fmt/sprintf_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/README.md (renamed from fs/README.md) | 0 | ||||
-rw-r--r-- | std/fs/copy.ts (renamed from fs/copy.ts) | 0 | ||||
-rw-r--r-- | std/fs/copy_test.ts (renamed from fs/copy_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/empty_dir.ts (renamed from fs/empty_dir.ts) | 0 | ||||
-rw-r--r-- | std/fs/empty_dir_test.ts (renamed from fs/empty_dir_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_dir.ts (renamed from fs/ensure_dir.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_dir_test.ts (renamed from fs/ensure_dir_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_file.ts (renamed from fs/ensure_file.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_file_test.ts (renamed from fs/ensure_file_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_link.ts (renamed from fs/ensure_link.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_link_test.ts (renamed from fs/ensure_link_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_symlink.ts (renamed from fs/ensure_symlink.ts) | 0 | ||||
-rw-r--r-- | std/fs/ensure_symlink_test.ts (renamed from fs/ensure_symlink_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/eol.ts (renamed from fs/eol.ts) | 0 | ||||
-rw-r--r-- | std/fs/eol_test.ts (renamed from fs/eol_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/exists.ts (renamed from fs/exists.ts) | 0 | ||||
-rw-r--r-- | std/fs/exists_test.ts (renamed from fs/exists_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/glob.ts (renamed from fs/glob.ts) | 0 | ||||
-rw-r--r-- | std/fs/glob_test.ts (renamed from fs/glob_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/globrex.ts (renamed from fs/globrex.ts) | 0 | ||||
-rw-r--r-- | std/fs/globrex_test.ts (renamed from fs/globrex_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/mod.ts (renamed from fs/mod.ts) | 0 | ||||
-rw-r--r-- | std/fs/move.ts (renamed from fs/move.ts) | 0 | ||||
-rw-r--r-- | std/fs/move_test.ts (renamed from fs/move_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path.ts (renamed from fs/path.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/README.md (renamed from fs/path/README.md) | 0 | ||||
-rw-r--r-- | std/fs/path/basename_test.ts (renamed from fs/path/basename_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/constants.ts (renamed from fs/path/constants.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/dirname_test.ts (renamed from fs/path/dirname_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/extname_test.ts (renamed from fs/path/extname_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/interface.ts (renamed from fs/path/interface.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/isabsolute_test.ts (renamed from fs/path/isabsolute_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/join_test.ts (renamed from fs/path/join_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/mod.ts (renamed from fs/path/mod.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/parse_format_test.ts (renamed from fs/path/parse_format_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/posix.ts (renamed from fs/path/posix.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/relative_test.ts (renamed from fs/path/relative_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/resolve_test.ts (renamed from fs/path/resolve_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/test.ts (renamed from fs/path/test.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/utils.ts (renamed from fs/path/utils.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/win32.ts (renamed from fs/path/win32.ts) | 0 | ||||
-rw-r--r-- | std/fs/path/zero_length_strings_test.ts (renamed from fs/path/zero_length_strings_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/read_file_str.ts (renamed from fs/read_file_str.ts) | 0 | ||||
-rw-r--r-- | std/fs/read_file_str_test.ts (renamed from fs/read_file_str_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/read_json.ts (renamed from fs/read_json.ts) | 0 | ||||
-rw-r--r-- | std/fs/read_json_test.ts (renamed from fs/read_json_test.ts) | 0 | ||||
l--------- | std/fs/testdata/0-link.ts (renamed from fs/testdata/0-link.ts) | 0 | ||||
-rw-r--r-- | std/fs/testdata/0.ts (renamed from fs/testdata/0.ts) | 0 | ||||
-rw-r--r-- | std/fs/testdata/copy_dir/0.txt (renamed from fs/testdata/copy_dir/0.txt) | 0 | ||||
-rw-r--r-- | std/fs/testdata/copy_dir/nest/0.txt (renamed from fs/testdata/copy_dir/nest/0.txt) | 0 | ||||
l--------- | std/fs/testdata/copy_dir_link_file/0.txt (renamed from fs/testdata/copy_dir_link_file/0.txt) | 0 | ||||
-rw-r--r-- | std/fs/testdata/copy_file.txt (renamed from fs/testdata/copy_file.txt) | 0 | ||||
-rw-r--r-- | std/fs/testdata/glob/abc (renamed from fs/testdata/glob/abc) | 0 | ||||
-rw-r--r-- | std/fs/testdata/glob/abcdef (renamed from fs/testdata/glob/abcdef) | 0 | ||||
-rw-r--r-- | std/fs/testdata/glob/abcdefghi (renamed from fs/testdata/glob/abcdefghi) | 0 | ||||
-rw-r--r-- | std/fs/testdata/glob/subdir/abc (renamed from fs/testdata/glob/subdir/abc) | 0 | ||||
-rw-r--r-- | std/fs/testdata/json_empty.json (renamed from fs/testdata/json_empty.json) | 0 | ||||
-rw-r--r-- | std/fs/testdata/json_invalid.json (renamed from fs/testdata/json_invalid.json) | 0 | ||||
-rw-r--r-- | std/fs/testdata/json_valid_array.json (renamed from fs/testdata/json_valid_array.json) | 0 | ||||
-rw-r--r-- | std/fs/testdata/json_valid_obj.json (renamed from fs/testdata/json_valid_obj.json) | 0 | ||||
-rw-r--r-- | std/fs/utils.ts (renamed from fs/utils.ts) | 0 | ||||
-rw-r--r-- | std/fs/utils_test.ts (renamed from fs/utils_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/walk.ts (renamed from fs/walk.ts) | 0 | ||||
-rw-r--r-- | std/fs/walk_test.ts (renamed from fs/walk_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/write_file_str.ts (renamed from fs/write_file_str.ts) | 0 | ||||
-rw-r--r-- | std/fs/write_file_str_test.ts (renamed from fs/write_file_str_test.ts) | 0 | ||||
-rw-r--r-- | std/fs/write_json.ts (renamed from fs/write_json.ts) | 0 | ||||
-rw-r--r-- | std/fs/write_json_test.ts (renamed from fs/write_json_test.ts) | 0 | ||||
-rw-r--r-- | std/http/README.md (renamed from http/README.md) | 0 | ||||
-rw-r--r-- | std/http/cookie.ts (renamed from http/cookie.ts) | 0 | ||||
-rw-r--r-- | std/http/cookie_test.ts (renamed from http/cookie_test.ts) | 0 | ||||
-rwxr-xr-x | std/http/file_server.ts (renamed from http/file_server.ts) | 0 | ||||
-rw-r--r-- | std/http/file_server_test.ts (renamed from http/file_server_test.ts) | 0 | ||||
-rw-r--r-- | std/http/http_bench.ts (renamed from http/http_bench.ts) | 0 | ||||
-rw-r--r-- | std/http/http_status.ts (renamed from http/http_status.ts) | 0 | ||||
-rw-r--r-- | std/http/racing_server.ts (renamed from http/racing_server.ts) | 0 | ||||
-rw-r--r-- | std/http/racing_server_test.ts (renamed from http/racing_server_test.ts) | 0 | ||||
-rw-r--r-- | std/http/server.ts (renamed from http/server.ts) | 0 | ||||
-rw-r--r-- | std/http/server_test.ts (renamed from http/server_test.ts) | 0 | ||||
-rw-r--r-- | std/http/testdata/simple_server.ts (renamed from http/testdata/simple_server.ts) | 0 | ||||
-rw-r--r-- | std/installer/README.md (renamed from installer/README.md) | 0 | ||||
-rw-r--r-- | std/installer/mod.ts (renamed from installer/mod.ts) | 0 | ||||
-rw-r--r-- | std/installer/test.ts (renamed from installer/test.ts) | 0 | ||||
-rw-r--r-- | std/installer/testdata/args.ts (renamed from installer/testdata/args.ts) | 0 | ||||
-rw-r--r-- | std/installer/testdata/echo.ts (renamed from installer/testdata/echo.ts) | 0 | ||||
-rw-r--r-- | std/io/bufio.ts (renamed from io/bufio.ts) | 0 | ||||
-rw-r--r-- | std/io/bufio_test.ts (renamed from io/bufio_test.ts) | 0 | ||||
-rw-r--r-- | std/io/iotest.ts (renamed from io/iotest.ts) | 0 | ||||
-rw-r--r-- | std/io/ioutil.ts (renamed from io/ioutil.ts) | 0 | ||||
-rw-r--r-- | std/io/ioutil_test.ts (renamed from io/ioutil_test.ts) | 0 | ||||
-rw-r--r-- | std/io/readers.ts (renamed from io/readers.ts) | 0 | ||||
-rw-r--r-- | std/io/readers_test.ts (renamed from io/readers_test.ts) | 0 | ||||
-rw-r--r-- | std/io/util.ts (renamed from io/util.ts) | 0 | ||||
-rw-r--r-- | std/io/util_test.ts (renamed from io/util_test.ts) | 0 | ||||
-rw-r--r-- | std/io/writers.ts (renamed from io/writers.ts) | 0 | ||||
-rw-r--r-- | std/io/writers_test.ts (renamed from io/writers_test.ts) | 0 | ||||
-rw-r--r-- | std/log/README.md (renamed from log/README.md) | 0 | ||||
-rw-r--r-- | std/log/handlers.ts (renamed from log/handlers.ts) | 0 | ||||
-rw-r--r-- | std/log/handlers_test.ts (renamed from log/handlers_test.ts) | 0 | ||||
-rw-r--r-- | std/log/levels.ts (renamed from log/levels.ts) | 0 | ||||
-rw-r--r-- | std/log/logger.ts (renamed from log/logger.ts) | 0 | ||||
-rw-r--r-- | std/log/logger_test.ts (renamed from log/logger_test.ts) | 0 | ||||
-rw-r--r-- | std/log/mod.ts (renamed from log/mod.ts) | 0 | ||||
-rw-r--r-- | std/log/test.ts (renamed from log/test.ts) | 0 | ||||
-rw-r--r-- | std/media_types/README.md (renamed from media_types/README.md) | 0 | ||||
-rw-r--r-- | std/media_types/db_c50e0d1.json (renamed from media_types/db_c50e0d1.json) | 0 | ||||
-rw-r--r-- | std/media_types/deps.ts (renamed from media_types/deps.ts) | 0 | ||||
-rw-r--r-- | std/media_types/mod.ts (renamed from media_types/mod.ts) | 0 | ||||
-rw-r--r-- | std/media_types/test.ts (renamed from media_types/test.ts) | 0 | ||||
-rw-r--r-- | std/mime/multipart.ts (renamed from mime/multipart.ts) | 0 | ||||
-rw-r--r-- | std/mime/multipart_test.ts (renamed from mime/multipart_test.ts) | 0 | ||||
-rw-r--r-- | std/multipart/fixtures/sample.txt (renamed from multipart/fixtures/sample.txt) | 0 | ||||
-rw-r--r-- | std/multipart/formfile.ts (renamed from multipart/formfile.ts) | 0 | ||||
-rw-r--r-- | std/multipart/formfile_test.ts (renamed from multipart/formfile_test.ts) | 0 | ||||
-rw-r--r-- | std/prettier/README.md (renamed from prettier/README.md) | 0 | ||||
-rwxr-xr-x | std/prettier/main.ts (renamed from prettier/main.ts) | 0 | ||||
-rw-r--r-- | std/prettier/main_test.ts (renamed from prettier/main_test.ts) | 0 | ||||
-rw-r--r-- | std/prettier/prettier.ts (renamed from prettier/prettier.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/0.ts (renamed from prettier/testdata/0.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/1.js (renamed from prettier/testdata/1.js) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/2.ts (renamed from prettier/testdata/2.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/bar/0.ts (renamed from prettier/testdata/bar/0.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/bar/1.js (renamed from prettier/testdata/bar/1.js) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/echox.ts (renamed from prettier/testdata/echox.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/foo/0.ts (renamed from prettier/testdata/foo/0.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/foo/1.js (renamed from prettier/testdata/foo/1.js) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/formatted.ts (renamed from prettier/testdata/formatted.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/opts/0.ts (renamed from prettier/testdata/opts/0.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/opts/1.ts (renamed from prettier/testdata/opts/1.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/opts/2.ts (renamed from prettier/testdata/opts/2.ts) | 0 | ||||
-rw-r--r-- | std/prettier/testdata/opts/3.md (renamed from prettier/testdata/opts/3.md) | 0 | ||||
-rw-r--r-- | std/prettier/util.ts (renamed from prettier/util.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/index.d.ts (renamed from prettier/vendor/index.d.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_babylon.d.ts (renamed from prettier/vendor/parser_babylon.d.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_babylon.js (renamed from prettier/vendor/parser_babylon.js) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_markdown.d.ts (renamed from prettier/vendor/parser_markdown.d.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_markdown.js (renamed from prettier/vendor/parser_markdown.js) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_typescript.d.ts (renamed from prettier/vendor/parser_typescript.d.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/parser_typescript.js (renamed from prettier/vendor/parser_typescript.js) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/standalone.d.ts (renamed from prettier/vendor/standalone.d.ts) | 0 | ||||
-rw-r--r-- | std/prettier/vendor/standalone.js (renamed from prettier/vendor/standalone.js) | 0 | ||||
-rw-r--r-- | std/strings/README.md (renamed from strings/README.md) | 0 | ||||
-rw-r--r-- | std/strings/decode.ts (renamed from strings/decode.ts) | 0 | ||||
-rw-r--r-- | std/strings/encode.ts (renamed from strings/encode.ts) | 0 | ||||
-rw-r--r-- | std/strings/mod.ts (renamed from strings/mod.ts) | 0 | ||||
-rw-r--r-- | std/strings/pad.ts (renamed from strings/pad.ts) | 0 | ||||
-rw-r--r-- | std/strings/pad_test.ts (renamed from strings/pad_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/README.md (renamed from testing/README.md) | 0 | ||||
-rw-r--r-- | std/testing/asserts.ts (renamed from testing/asserts.ts) | 0 | ||||
-rw-r--r-- | std/testing/asserts_test.ts (renamed from testing/asserts_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/bench.ts (renamed from testing/bench.ts) | 0 | ||||
-rw-r--r-- | std/testing/bench_example.ts (renamed from testing/bench_example.ts) | 0 | ||||
-rw-r--r-- | std/testing/bench_test.ts (renamed from testing/bench_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/diff.ts (renamed from testing/diff.ts) | 0 | ||||
-rw-r--r-- | std/testing/diff_test.ts (renamed from testing/diff_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/format.ts (renamed from testing/format.ts) | 0 | ||||
-rw-r--r-- | std/testing/format_test.ts (renamed from testing/format_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/mod.ts (renamed from testing/mod.ts) | 0 | ||||
-rwxr-xr-x | std/testing/runner.ts (renamed from testing/runner.ts) | 0 | ||||
-rw-r--r-- | std/testing/runner_test.ts (renamed from testing/runner_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/test.ts (renamed from testing/test.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/bar.js (renamed from testing/testdata/bar.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/bar_test.js (renamed from testing/testdata/bar_test.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/foo.ts (renamed from testing/testdata/foo.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/foo_test.ts (renamed from testing/testdata/foo_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/bar.js (renamed from testing/testdata/subdir/bar.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/bar_test.js (renamed from testing/testdata/subdir/bar_test.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/foo.ts (renamed from testing/testdata/subdir/foo.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/foo_test.ts (renamed from testing/testdata/subdir/foo_test.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/test.js (renamed from testing/testdata/subdir/test.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/subdir/test.ts (renamed from testing/testdata/subdir/test.ts) | 0 | ||||
-rw-r--r-- | std/testing/testdata/test.js (renamed from testing/testdata/test.js) | 0 | ||||
-rw-r--r-- | std/testing/testdata/test.ts (renamed from testing/testdata/test.ts) | 0 | ||||
-rw-r--r-- | std/testing/testing_bench.ts (renamed from testing/testing_bench.ts) | 0 | ||||
-rw-r--r-- | std/textproto/mod.ts (renamed from textproto/mod.ts) | 0 | ||||
-rw-r--r-- | std/textproto/reader_test.ts (renamed from textproto/reader_test.ts) | 0 | ||||
-rw-r--r-- | std/textproto/test.ts (renamed from textproto/test.ts) | 0 | ||||
-rw-r--r-- | std/tsconfig.json (renamed from tsconfig.json) | 0 | ||||
-rw-r--r-- | std/tsconfig.test.json (renamed from tsconfig.test.json) | 0 | ||||
-rw-r--r-- | std/util/async.ts (renamed from util/async.ts) | 0 | ||||
-rw-r--r-- | std/util/async_test.ts (renamed from util/async_test.ts) | 0 | ||||
-rw-r--r-- | std/util/deep_assign.ts (renamed from util/deep_assign.ts) | 0 | ||||
-rw-r--r-- | std/util/deep_assign_test.ts (renamed from util/deep_assign_test.ts) | 0 | ||||
-rw-r--r-- | std/util/has_own_property.ts (renamed from util/has_own_property.ts) | 0 | ||||
-rw-r--r-- | std/uuid/README.md (renamed from uuid/README.md) | 0 | ||||
-rw-r--r-- | std/uuid/mod.ts (renamed from uuid/mod.ts) | 0 | ||||
-rwxr-xr-x | std/uuid/test.ts (renamed from uuid/test.ts) | 0 | ||||
-rw-r--r-- | std/uuid/tests/generate.ts (renamed from uuid/tests/generate.ts) | 0 | ||||
-rw-r--r-- | std/uuid/tests/isNil.ts (renamed from uuid/tests/isNil.ts) | 0 | ||||
-rw-r--r-- | std/uuid/tests/v4/generate.ts (renamed from uuid/tests/v4/generate.ts) | 0 | ||||
-rw-r--r-- | std/uuid/tests/v4/validate.ts (renamed from uuid/tests/v4/validate.ts) | 0 | ||||
-rw-r--r-- | std/uuid/v4.ts (renamed from uuid/v4.ts) | 0 | ||||
-rw-r--r-- | std/ws/README.md (renamed from ws/README.md) | 0 | ||||
-rw-r--r-- | std/ws/example_client.ts (renamed from ws/example_client.ts) | 0 | ||||
-rw-r--r-- | std/ws/example_server.ts (renamed from ws/example_server.ts) | 0 | ||||
-rw-r--r-- | std/ws/mod.ts (renamed from ws/mod.ts) | 0 | ||||
-rw-r--r-- | std/ws/sha1.ts (renamed from ws/sha1.ts) | 0 | ||||
-rw-r--r-- | std/ws/sha1_test.ts (renamed from ws/sha1_test.ts) | 0 | ||||
-rw-r--r-- | std/ws/test.ts (renamed from ws/test.ts) | 0 | ||||
-rw-r--r-- | std/xeval/mod.ts (renamed from xeval/mod.ts) | 0 | ||||
-rw-r--r-- | std/xeval/test.ts (renamed from xeval/test.ts) | 0 |
273 files changed, 0 insertions, 142 deletions
diff --git a/.ci/check_source_file_changes.ts b/.ci/check_source_file_changes.ts deleted file mode 100644 index 6aac5d645..000000000 --- a/.ci/check_source_file_changes.ts +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { xrun } from "../prettier/util.ts"; -import { red, green } from "../fmt/colors.ts"; - -/** - * Checks whether any source file is changed since the given start time. - * If some files are changed, this function exits with 1. - */ -async function main(startTime: number): Promise<void> { - console.log("test checkSourceFileChanges ..."); - const changed = new TextDecoder() - .decode(await xrun({ args: ["git", "ls-files"], stdout: "piped" }).output()) - .trim() - .split("\n") - .filter(file => { - const stat = Deno.lstatSync(file); - if (stat != null) { - return (stat as any).modified * 1000 > startTime; - } - }); - if (changed.length > 0) { - console.log(red("FAILED")); - console.log( - `Error: Some source files are modified during test: ${changed.join(", ")}` - ); - Deno.exit(1); - } else { - console.log(green("ok")); - } -} - -main(parseInt(Deno.args[1])); diff --git a/.ci/template.common.yml b/.ci/template.common.yml deleted file mode 100644 index 456ecc4bb..000000000 --- a/.ci/template.common.yml +++ /dev/null @@ -1,8 +0,0 @@ -parameters: - exe_suffix: "" - -steps: - - bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-write --allow-read --allow-env ./format.ts --check - - bash: export START_TIME=$(date +%s) - - bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-net --allow-write --allow-read --allow-env --config=tsconfig.test.json ./testing/runner.ts --exclude node_modules,**/testdata - - bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-read .ci/check_source_file_changes.ts $START_TIME diff --git a/.ci/template.linux.yml b/.ci/template.linux.yml deleted file mode 100644 index 7e87e21a3..000000000 --- a/.ci/template.linux.yml +++ /dev/null @@ -1,5 +0,0 @@ -steps: - - bash: npm install eslint@$(ESLINT_VERSION) typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin@$(TS_ESLINT_VERSION) @typescript-eslint/parser@$(TS_ESLINT_VERSION) eslint-config-prettier - - template: ./template.unix.yml - - bash: npx eslint "**/*.ts" --max-warnings=0 - - template: ./template.common.yml diff --git a/.ci/template.mac.yml b/.ci/template.mac.yml deleted file mode 100644 index f93f5d2a0..000000000 --- a/.ci/template.mac.yml +++ /dev/null @@ -1,8 +0,0 @@ -steps: - - task: NodeTool@0 - inputs: - versionSpec: '10.x' - - bash: npm install eslint@$(ESLINT_VERSION) typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin@$(TS_ESLINT_VERSION) @typescript-eslint/parser@$(TS_ESLINT_VERSION) eslint-config-prettier - - template: ./template.unix.yml - - bash: npx eslint "**/*.ts" --max-warnings=0 - - template: ./template.common.yml diff --git a/.ci/template.unix.yml b/.ci/template.unix.yml deleted file mode 100644 index aea4e509d..000000000 --- a/.ci/template.unix.yml +++ /dev/null @@ -1,3 +0,0 @@ -steps: - - bash: curl -L https://deno.land/x/install/install.sh | sh -s $(DENO_VERSION) - - bash: echo '##vso[task.prependpath]$(HOME)/.deno/bin/' diff --git a/.ci/template.windows.yml b/.ci/template.windows.yml deleted file mode 100644 index 3b23abe92..000000000 --- a/.ci/template.windows.yml +++ /dev/null @@ -1,8 +0,0 @@ -steps: - - bash: npm install eslint@$(ESLINT_VERSION) typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin@$(TS_ESLINT_VERSION) @typescript-eslint/parser@$(TS_ESLINT_VERSION) eslint-config-prettier - - powershell: iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 $(DENO_VERSION) - - bash: echo "##vso[task.prependpath]C:\Users\VssAdministrator\.deno\\bin" - - bash: npx eslint "**/*.ts" --max-warnings=0 - - template: ./template.common.yml - parameters: - exe_suffix: ".exe" diff --git a/LICENSE b/LICENSE deleted file mode 100644 index de2bd7cca..000000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright 2018-2019 the Deno authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index ae94fef45..000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,25 +0,0 @@ -variables: - DENO_VERSION: "v0.20.0" - TS_VERSION: "3.4.5" - ESLINT_VERSION: "6.5.1" - TS_ESLINT_VERSION: "2.3.2" - -# TODO Try to get eslint to run under Deno, like prettier -jobs: - - job: "Linux" - pool: - vmImage: "Ubuntu-16.04" - steps: - - template: .ci/template.linux.yml - - - job: "Mac" - pool: - vmImage: "macOS-10.13" - steps: - - template: .ci/template.mac.yml - - - job: "Windows" - pool: - vmImage: "vs2017-win2016" - steps: - - template: .ci/template.windows.yml diff --git a/format.ts b/format.ts deleted file mode 100755 index 0b44ef4df..000000000 --- a/format.ts +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env -S deno run --allow-run --allow-write --allow-read --allow-env -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -const { exit, args, execPath } = Deno; -import { parse } from "./flags/mod.ts"; -import { xrun } from "./prettier/util.ts"; - -async function main(opts): Promise<void> { - const args = [ - execPath(), - "run", - "--allow-write", - "--allow-read", - "prettier/main.ts", - "--ignore", - "node_modules", - "--ignore", - "**/testdata", - "--ignore", - "**/vendor", - "--write" - ]; - - if (opts.check) { - args.push("--check"); - } - - args.push("."); - - exit((await xrun({ args }).status()).code); -} - -main(parse(args)); diff --git a/README.md b/std/README.md index 5e2cbf044..5e2cbf044 100644 --- a/README.md +++ b/std/README.md diff --git a/archive/tar.ts b/std/archive/tar.ts index 8ebfa7fb5..8ebfa7fb5 100644 --- a/archive/tar.ts +++ b/std/archive/tar.ts diff --git a/archive/tar_test.ts b/std/archive/tar_test.ts index 474e1e2d3..474e1e2d3 100644 --- a/archive/tar_test.ts +++ b/std/archive/tar_test.ts diff --git a/archive/testdata/example.txt b/std/archive/testdata/example.txt index a04238969..a04238969 100644 --- a/archive/testdata/example.txt +++ b/std/archive/testdata/example.txt diff --git a/bundle/README.md b/std/bundle/README.md index ecf105d15..ecf105d15 100644 --- a/bundle/README.md +++ b/std/bundle/README.md diff --git a/bundle/run.ts b/std/bundle/run.ts index fb848a671..fb848a671 100644 --- a/bundle/run.ts +++ b/std/bundle/run.ts diff --git a/bundle/test.ts b/std/bundle/test.ts index 504e449a6..504e449a6 100644 --- a/bundle/test.ts +++ b/std/bundle/test.ts diff --git a/bundle/testdata/bundle.js b/std/bundle/testdata/bundle.js index 6758fd278..6758fd278 100644 --- a/bundle/testdata/bundle.js +++ b/std/bundle/testdata/bundle.js diff --git a/bundle/utils.ts b/std/bundle/utils.ts index 91c0820bf..91c0820bf 100644 --- a/bundle/utils.ts +++ b/std/bundle/utils.ts diff --git a/bytes/mod.ts b/std/bytes/mod.ts index a42eaffd2..a42eaffd2 100644 --- a/bytes/mod.ts +++ b/std/bytes/mod.ts diff --git a/bytes/test.ts b/std/bytes/test.ts index 0a779dd3d..0a779dd3d 100644 --- a/bytes/test.ts +++ b/std/bytes/test.ts diff --git a/datetime/README.md b/std/datetime/README.md index 6317ff87e..6317ff87e 100644 --- a/datetime/README.md +++ b/std/datetime/README.md diff --git a/datetime/mod.ts b/std/datetime/mod.ts index efa6e09fe..efa6e09fe 100644 --- a/datetime/mod.ts +++ b/std/datetime/mod.ts diff --git a/datetime/test.ts b/std/datetime/test.ts index ecf844a41..ecf844a41 100644 --- a/datetime/test.ts +++ b/std/datetime/test.ts diff --git a/encoding/README.md b/std/encoding/README.md index f03e80ba2..f03e80ba2 100644 --- a/encoding/README.md +++ b/std/encoding/README.md diff --git a/encoding/csv.ts b/std/encoding/csv.ts index 10d72a8a5..10d72a8a5 100644 --- a/encoding/csv.ts +++ b/std/encoding/csv.ts diff --git a/encoding/csv_test.ts b/std/encoding/csv_test.ts index 88a3a24d7..88a3a24d7 100644 --- a/encoding/csv_test.ts +++ b/std/encoding/csv_test.ts diff --git a/encoding/hex.ts b/std/encoding/hex.ts index de3d76869..de3d76869 100644 --- a/encoding/hex.ts +++ b/std/encoding/hex.ts diff --git a/encoding/hex_test.ts b/std/encoding/hex_test.ts index 5ea81ebdb..5ea81ebdb 100644 --- a/encoding/hex_test.ts +++ b/std/encoding/hex_test.ts diff --git a/encoding/testdata/CRLF.toml b/std/encoding/testdata/CRLF.toml index 92264888a..92264888a 100644 --- a/encoding/testdata/CRLF.toml +++ b/std/encoding/testdata/CRLF.toml diff --git a/encoding/testdata/arrayTable.toml b/std/encoding/testdata/arrayTable.toml index 3788b7e7c..3788b7e7c 100644 --- a/encoding/testdata/arrayTable.toml +++ b/std/encoding/testdata/arrayTable.toml diff --git a/encoding/testdata/arrays.toml b/std/encoding/testdata/arrays.toml index 5d5913d0c..5d5913d0c 100644 --- a/encoding/testdata/arrays.toml +++ b/std/encoding/testdata/arrays.toml diff --git a/encoding/testdata/boolean.toml b/std/encoding/testdata/boolean.toml index 242d29c96..242d29c96 100644 --- a/encoding/testdata/boolean.toml +++ b/std/encoding/testdata/boolean.toml diff --git a/encoding/testdata/cargo.toml b/std/encoding/testdata/cargo.toml index 291aa7db6..291aa7db6 100644 --- a/encoding/testdata/cargo.toml +++ b/std/encoding/testdata/cargo.toml diff --git a/encoding/testdata/cargoTest.toml b/std/encoding/testdata/cargoTest.toml index 47e7f6e4d..47e7f6e4d 100644 --- a/encoding/testdata/cargoTest.toml +++ b/std/encoding/testdata/cargoTest.toml diff --git a/encoding/testdata/datetime.toml b/std/encoding/testdata/datetime.toml index 62377a4ba..62377a4ba 100644 --- a/encoding/testdata/datetime.toml +++ b/std/encoding/testdata/datetime.toml diff --git a/encoding/testdata/float.toml b/std/encoding/testdata/float.toml index 6a384179c..6a384179c 100644 --- a/encoding/testdata/float.toml +++ b/std/encoding/testdata/float.toml diff --git a/encoding/testdata/inlineTable.toml b/std/encoding/testdata/inlineTable.toml index 203cb16db..203cb16db 100644 --- a/encoding/testdata/inlineTable.toml +++ b/std/encoding/testdata/inlineTable.toml diff --git a/encoding/testdata/integer.toml b/std/encoding/testdata/integer.toml index 3bd781e8f..3bd781e8f 100644 --- a/encoding/testdata/integer.toml +++ b/std/encoding/testdata/integer.toml diff --git a/encoding/testdata/simple.toml b/std/encoding/testdata/simple.toml index f3f6c1036..f3f6c1036 100644 --- a/encoding/testdata/simple.toml +++ b/std/encoding/testdata/simple.toml diff --git a/encoding/testdata/string.toml b/std/encoding/testdata/string.toml index f811824eb..f811824eb 100644 --- a/encoding/testdata/string.toml +++ b/std/encoding/testdata/string.toml diff --git a/encoding/testdata/table.toml b/std/encoding/testdata/table.toml index 7008e6fb0..7008e6fb0 100644 --- a/encoding/testdata/table.toml +++ b/std/encoding/testdata/table.toml diff --git a/encoding/toml.ts b/std/encoding/toml.ts index 0cbd51ba0..0cbd51ba0 100644 --- a/encoding/toml.ts +++ b/std/encoding/toml.ts diff --git a/encoding/toml_test.ts b/std/encoding/toml_test.ts index 22ecfa68a..22ecfa68a 100644 --- a/encoding/toml_test.ts +++ b/std/encoding/toml_test.ts diff --git a/examples/README.md b/std/examples/README.md index e6102a843..e6102a843 100644 --- a/examples/README.md +++ b/std/examples/README.md diff --git a/examples/cat.ts b/std/examples/cat.ts index 3626e3c29..3626e3c29 100644 --- a/examples/cat.ts +++ b/std/examples/cat.ts diff --git a/examples/catj.ts b/std/examples/catj.ts index cbe06d4b8..cbe06d4b8 100644 --- a/examples/catj.ts +++ b/std/examples/catj.ts diff --git a/examples/colors.ts b/std/examples/colors.ts index 6f03355c6..6f03355c6 100644 --- a/examples/colors.ts +++ b/std/examples/colors.ts diff --git a/examples/echo_server.ts b/std/examples/echo_server.ts index 3bed1bca2..3bed1bca2 100644 --- a/examples/echo_server.ts +++ b/std/examples/echo_server.ts diff --git a/examples/gist.ts b/std/examples/gist.ts index 890d85099..890d85099 100755 --- a/examples/gist.ts +++ b/std/examples/gist.ts diff --git a/examples/test.ts b/std/examples/test.ts index 9887b1267..9887b1267 100644 --- a/examples/test.ts +++ b/std/examples/test.ts diff --git a/flags/README.md b/std/flags/README.md index 41692b619..41692b619 100644 --- a/flags/README.md +++ b/std/flags/README.md diff --git a/flags/all_bool_test.ts b/std/flags/all_bool_test.ts index 711bf3da1..711bf3da1 100755 --- a/flags/all_bool_test.ts +++ b/std/flags/all_bool_test.ts diff --git a/flags/bool_test.ts b/std/flags/bool_test.ts index 422ae0933..422ae0933 100755 --- a/flags/bool_test.ts +++ b/std/flags/bool_test.ts diff --git a/flags/dash_test.ts b/std/flags/dash_test.ts index f4901b352..f4901b352 100755 --- a/flags/dash_test.ts +++ b/std/flags/dash_test.ts diff --git a/flags/default_bool_test.ts b/std/flags/default_bool_test.ts index dc953cdc8..dc953cdc8 100755 --- a/flags/default_bool_test.ts +++ b/std/flags/default_bool_test.ts diff --git a/flags/dotted_test.ts b/std/flags/dotted_test.ts index 3ec7409e7..3ec7409e7 100755 --- a/flags/dotted_test.ts +++ b/std/flags/dotted_test.ts diff --git a/flags/example.ts b/std/flags/example.ts index 04ace4673..04ace4673 100644 --- a/flags/example.ts +++ b/std/flags/example.ts diff --git a/flags/kv_short_test.ts b/std/flags/kv_short_test.ts index 271e5c67d..271e5c67d 100755 --- a/flags/kv_short_test.ts +++ b/std/flags/kv_short_test.ts diff --git a/flags/long_test.ts b/std/flags/long_test.ts index 5b14fc630..5b14fc630 100755 --- a/flags/long_test.ts +++ b/std/flags/long_test.ts diff --git a/flags/mod.ts b/std/flags/mod.ts index 19defd1ed..19defd1ed 100644 --- a/flags/mod.ts +++ b/std/flags/mod.ts diff --git a/flags/num_test.ts b/std/flags/num_test.ts index 1123f7ecc..1123f7ecc 100755 --- a/flags/num_test.ts +++ b/std/flags/num_test.ts diff --git a/flags/parse_test.ts b/std/flags/parse_test.ts index 9918ce8bb..9918ce8bb 100755 --- a/flags/parse_test.ts +++ b/std/flags/parse_test.ts diff --git a/flags/short_test.ts b/std/flags/short_test.ts index f624381b1..f624381b1 100755 --- a/flags/short_test.ts +++ b/std/flags/short_test.ts diff --git a/flags/stop_early_test.ts b/std/flags/stop_early_test.ts index 144a2921f..144a2921f 100755 --- a/flags/stop_early_test.ts +++ b/std/flags/stop_early_test.ts diff --git a/flags/unknown_test.ts b/std/flags/unknown_test.ts index dde725a75..dde725a75 100755 --- a/flags/unknown_test.ts +++ b/std/flags/unknown_test.ts diff --git a/flags/whitespace_test.ts b/std/flags/whitespace_test.ts index 9e6ba7115..9e6ba7115 100755 --- a/flags/whitespace_test.ts +++ b/std/flags/whitespace_test.ts diff --git a/fmt/README.md b/std/fmt/README.md index 15d9e18fd..15d9e18fd 100644 --- a/fmt/README.md +++ b/std/fmt/README.md diff --git a/fmt/TODO b/std/fmt/TODO index bfc3efdd1..bfc3efdd1 100644 --- a/fmt/TODO +++ b/std/fmt/TODO diff --git a/fmt/colors.ts b/std/fmt/colors.ts index 52ba22487..52ba22487 100644 --- a/fmt/colors.ts +++ b/std/fmt/colors.ts diff --git a/fmt/colors_test.ts b/std/fmt/colors_test.ts index 949bc34e7..949bc34e7 100644 --- a/fmt/colors_test.ts +++ b/std/fmt/colors_test.ts diff --git a/fmt/sprintf.ts b/std/fmt/sprintf.ts index dd7ac7f55..dd7ac7f55 100644 --- a/fmt/sprintf.ts +++ b/std/fmt/sprintf.ts diff --git a/fmt/sprintf_test.ts b/std/fmt/sprintf_test.ts index 26757c3cc..26757c3cc 100644 --- a/fmt/sprintf_test.ts +++ b/std/fmt/sprintf_test.ts diff --git a/fs/README.md b/std/fs/README.md index b774e061a..b774e061a 100644 --- a/fs/README.md +++ b/std/fs/README.md diff --git a/fs/copy.ts b/std/fs/copy.ts index 616fba975..616fba975 100644 --- a/fs/copy.ts +++ b/std/fs/copy.ts diff --git a/fs/copy_test.ts b/std/fs/copy_test.ts index 347d2532c..347d2532c 100644 --- a/fs/copy_test.ts +++ b/std/fs/copy_test.ts diff --git a/fs/empty_dir.ts b/std/fs/empty_dir.ts index 81bc45839..81bc45839 100644 --- a/fs/empty_dir.ts +++ b/std/fs/empty_dir.ts diff --git a/fs/empty_dir_test.ts b/std/fs/empty_dir_test.ts index 80d3a1789..80d3a1789 100644 --- a/fs/empty_dir_test.ts +++ b/std/fs/empty_dir_test.ts diff --git a/fs/ensure_dir.ts b/std/fs/ensure_dir.ts index dfc02f35c..dfc02f35c 100644 --- a/fs/ensure_dir.ts +++ b/std/fs/ensure_dir.ts diff --git a/fs/ensure_dir_test.ts b/std/fs/ensure_dir_test.ts index affffdbe6..affffdbe6 100644 --- a/fs/ensure_dir_test.ts +++ b/std/fs/ensure_dir_test.ts diff --git a/fs/ensure_file.ts b/std/fs/ensure_file.ts index d749b95e4..d749b95e4 100644 --- a/fs/ensure_file.ts +++ b/std/fs/ensure_file.ts diff --git a/fs/ensure_file_test.ts b/std/fs/ensure_file_test.ts index 56f180786..56f180786 100644 --- a/fs/ensure_file_test.ts +++ b/std/fs/ensure_file_test.ts diff --git a/fs/ensure_link.ts b/std/fs/ensure_link.ts index 707f2bee9..707f2bee9 100644 --- a/fs/ensure_link.ts +++ b/std/fs/ensure_link.ts diff --git a/fs/ensure_link_test.ts b/std/fs/ensure_link_test.ts index 6d5758268..6d5758268 100644 --- a/fs/ensure_link_test.ts +++ b/std/fs/ensure_link_test.ts diff --git a/fs/ensure_symlink.ts b/std/fs/ensure_symlink.ts index 9b7cc429c..9b7cc429c 100644 --- a/fs/ensure_symlink.ts +++ b/std/fs/ensure_symlink.ts diff --git a/fs/ensure_symlink_test.ts b/std/fs/ensure_symlink_test.ts index 82312b758..82312b758 100644 --- a/fs/ensure_symlink_test.ts +++ b/std/fs/ensure_symlink_test.ts diff --git a/fs/eol.ts b/std/fs/eol.ts index 55d03fa83..55d03fa83 100644 --- a/fs/eol.ts +++ b/std/fs/eol.ts diff --git a/fs/eol_test.ts b/std/fs/eol_test.ts index 4669c795a..4669c795a 100644 --- a/fs/eol_test.ts +++ b/std/fs/eol_test.ts diff --git a/fs/exists.ts b/std/fs/exists.ts index 2c68ec6cf..2c68ec6cf 100644 --- a/fs/exists.ts +++ b/std/fs/exists.ts diff --git a/fs/exists_test.ts b/std/fs/exists_test.ts index 247bb7ed6..247bb7ed6 100644 --- a/fs/exists_test.ts +++ b/std/fs/exists_test.ts diff --git a/fs/glob.ts b/std/fs/glob.ts index 86d83b4f8..86d83b4f8 100644 --- a/fs/glob.ts +++ b/std/fs/glob.ts diff --git a/fs/glob_test.ts b/std/fs/glob_test.ts index df819d92c..df819d92c 100644 --- a/fs/glob_test.ts +++ b/std/fs/glob_test.ts diff --git a/fs/globrex.ts b/std/fs/globrex.ts index 5bf0e16a0..5bf0e16a0 100644 --- a/fs/globrex.ts +++ b/std/fs/globrex.ts diff --git a/fs/globrex_test.ts b/std/fs/globrex_test.ts index 31607216d..31607216d 100644 --- a/fs/globrex_test.ts +++ b/std/fs/globrex_test.ts diff --git a/fs/mod.ts b/std/fs/mod.ts index edbd7009f..edbd7009f 100644 --- a/fs/mod.ts +++ b/std/fs/mod.ts diff --git a/fs/move.ts b/std/fs/move.ts index 190f88609..190f88609 100644 --- a/fs/move.ts +++ b/std/fs/move.ts diff --git a/fs/move_test.ts b/std/fs/move_test.ts index bc73784b2..bc73784b2 100644 --- a/fs/move_test.ts +++ b/std/fs/move_test.ts diff --git a/fs/path.ts b/std/fs/path.ts index 6ca0749c2..6ca0749c2 100644 --- a/fs/path.ts +++ b/std/fs/path.ts diff --git a/fs/path/README.md b/std/fs/path/README.md index 93d268aa7..93d268aa7 100644 --- a/fs/path/README.md +++ b/std/fs/path/README.md diff --git a/fs/path/basename_test.ts b/std/fs/path/basename_test.ts index f7770d1ca..f7770d1ca 100644 --- a/fs/path/basename_test.ts +++ b/std/fs/path/basename_test.ts diff --git a/fs/path/constants.ts b/std/fs/path/constants.ts index 1e1eeeb49..1e1eeeb49 100644 --- a/fs/path/constants.ts +++ b/std/fs/path/constants.ts diff --git a/fs/path/dirname_test.ts b/std/fs/path/dirname_test.ts index 047d4859b..047d4859b 100644 --- a/fs/path/dirname_test.ts +++ b/std/fs/path/dirname_test.ts diff --git a/fs/path/extname_test.ts b/std/fs/path/extname_test.ts index 336d6b0b2..336d6b0b2 100644 --- a/fs/path/extname_test.ts +++ b/std/fs/path/extname_test.ts diff --git a/fs/path/interface.ts b/std/fs/path/interface.ts index b31c89ea7..b31c89ea7 100644 --- a/fs/path/interface.ts +++ b/std/fs/path/interface.ts diff --git a/fs/path/isabsolute_test.ts b/std/fs/path/isabsolute_test.ts index 87218a185..87218a185 100644 --- a/fs/path/isabsolute_test.ts +++ b/std/fs/path/isabsolute_test.ts diff --git a/fs/path/join_test.ts b/std/fs/path/join_test.ts index 2c0f35e48..2c0f35e48 100644 --- a/fs/path/join_test.ts +++ b/std/fs/path/join_test.ts diff --git a/fs/path/mod.ts b/std/fs/path/mod.ts index 660c061d6..660c061d6 100644 --- a/fs/path/mod.ts +++ b/std/fs/path/mod.ts diff --git a/fs/path/parse_format_test.ts b/std/fs/path/parse_format_test.ts index db83c3354..db83c3354 100644 --- a/fs/path/parse_format_test.ts +++ b/std/fs/path/parse_format_test.ts diff --git a/fs/path/posix.ts b/std/fs/path/posix.ts index 4377fd542..4377fd542 100644 --- a/fs/path/posix.ts +++ b/std/fs/path/posix.ts diff --git a/fs/path/relative_test.ts b/std/fs/path/relative_test.ts index 0188b5368..0188b5368 100644 --- a/fs/path/relative_test.ts +++ b/std/fs/path/relative_test.ts diff --git a/fs/path/resolve_test.ts b/std/fs/path/resolve_test.ts index 606570aad..606570aad 100644 --- a/fs/path/resolve_test.ts +++ b/std/fs/path/resolve_test.ts diff --git a/fs/path/test.ts b/std/fs/path/test.ts index 3664ae5f1..3664ae5f1 100644 --- a/fs/path/test.ts +++ b/std/fs/path/test.ts diff --git a/fs/path/utils.ts b/std/fs/path/utils.ts index 7a4cd7299..7a4cd7299 100644 --- a/fs/path/utils.ts +++ b/std/fs/path/utils.ts diff --git a/fs/path/win32.ts b/std/fs/path/win32.ts index 79e04ea6e..79e04ea6e 100644 --- a/fs/path/win32.ts +++ b/std/fs/path/win32.ts diff --git a/fs/path/zero_length_strings_test.ts b/std/fs/path/zero_length_strings_test.ts index 744e97735..744e97735 100644 --- a/fs/path/zero_length_strings_test.ts +++ b/std/fs/path/zero_length_strings_test.ts diff --git a/fs/read_file_str.ts b/std/fs/read_file_str.ts index 9f87c9338..9f87c9338 100644 --- a/fs/read_file_str.ts +++ b/std/fs/read_file_str.ts diff --git a/fs/read_file_str_test.ts b/std/fs/read_file_str_test.ts index d7d67d8d4..d7d67d8d4 100644 --- a/fs/read_file_str_test.ts +++ b/std/fs/read_file_str_test.ts diff --git a/fs/read_json.ts b/std/fs/read_json.ts index ca5928afe..ca5928afe 100644 --- a/fs/read_json.ts +++ b/std/fs/read_json.ts diff --git a/fs/read_json_test.ts b/std/fs/read_json_test.ts index 28f733055..28f733055 100644 --- a/fs/read_json_test.ts +++ b/std/fs/read_json_test.ts diff --git a/fs/testdata/0-link.ts b/std/fs/testdata/0-link.ts index 24c6b8053..24c6b8053 120000 --- a/fs/testdata/0-link.ts +++ b/std/fs/testdata/0-link.ts diff --git a/fs/testdata/0.ts b/std/fs/testdata/0.ts index e69de29bb..e69de29bb 100644 --- a/fs/testdata/0.ts +++ b/std/fs/testdata/0.ts diff --git a/fs/testdata/copy_dir/0.txt b/std/fs/testdata/copy_dir/0.txt index f3a34851d..f3a34851d 100644 --- a/fs/testdata/copy_dir/0.txt +++ b/std/fs/testdata/copy_dir/0.txt diff --git a/fs/testdata/copy_dir/nest/0.txt b/std/fs/testdata/copy_dir/nest/0.txt index cd1b98cb3..cd1b98cb3 100644 --- a/fs/testdata/copy_dir/nest/0.txt +++ b/std/fs/testdata/copy_dir/nest/0.txt diff --git a/fs/testdata/copy_dir_link_file/0.txt b/std/fs/testdata/copy_dir_link_file/0.txt index 63413ea1c..63413ea1c 120000 --- a/fs/testdata/copy_dir_link_file/0.txt +++ b/std/fs/testdata/copy_dir_link_file/0.txt diff --git a/fs/testdata/copy_file.txt b/std/fs/testdata/copy_file.txt index 84c22fd8a..84c22fd8a 100644 --- a/fs/testdata/copy_file.txt +++ b/std/fs/testdata/copy_file.txt diff --git a/fs/testdata/glob/abc b/std/fs/testdata/glob/abc index e69de29bb..e69de29bb 100644 --- a/fs/testdata/glob/abc +++ b/std/fs/testdata/glob/abc diff --git a/fs/testdata/glob/abcdef b/std/fs/testdata/glob/abcdef index e69de29bb..e69de29bb 100644 --- a/fs/testdata/glob/abcdef +++ b/std/fs/testdata/glob/abcdef diff --git a/fs/testdata/glob/abcdefghi b/std/fs/testdata/glob/abcdefghi index e69de29bb..e69de29bb 100644 --- a/fs/testdata/glob/abcdefghi +++ b/std/fs/testdata/glob/abcdefghi diff --git a/fs/testdata/glob/subdir/abc b/std/fs/testdata/glob/subdir/abc index e69de29bb..e69de29bb 100644 --- a/fs/testdata/glob/subdir/abc +++ b/std/fs/testdata/glob/subdir/abc diff --git a/fs/testdata/json_empty.json b/std/fs/testdata/json_empty.json index e69de29bb..e69de29bb 100644 --- a/fs/testdata/json_empty.json +++ b/std/fs/testdata/json_empty.json diff --git a/fs/testdata/json_invalid.json b/std/fs/testdata/json_invalid.json index dd9f98ff0..dd9f98ff0 100644 --- a/fs/testdata/json_invalid.json +++ b/std/fs/testdata/json_invalid.json diff --git a/fs/testdata/json_valid_array.json b/std/fs/testdata/json_valid_array.json index 904968e15..904968e15 100644 --- a/fs/testdata/json_valid_array.json +++ b/std/fs/testdata/json_valid_array.json diff --git a/fs/testdata/json_valid_obj.json b/std/fs/testdata/json_valid_obj.json index 88b3d7123..88b3d7123 100644 --- a/fs/testdata/json_valid_obj.json +++ b/std/fs/testdata/json_valid_obj.json diff --git a/fs/utils.ts b/std/fs/utils.ts index f644f4869..f644f4869 100644 --- a/fs/utils.ts +++ b/std/fs/utils.ts diff --git a/fs/utils_test.ts b/std/fs/utils_test.ts index 5b33842ad..5b33842ad 100644 --- a/fs/utils_test.ts +++ b/std/fs/utils_test.ts diff --git a/fs/walk.ts b/std/fs/walk.ts index 4808598af..4808598af 100644 --- a/fs/walk.ts +++ b/std/fs/walk.ts diff --git a/fs/walk_test.ts b/std/fs/walk_test.ts index abd5adbcf..abd5adbcf 100644 --- a/fs/walk_test.ts +++ b/std/fs/walk_test.ts diff --git a/fs/write_file_str.ts b/std/fs/write_file_str.ts index a4a4beb5b..a4a4beb5b 100644 --- a/fs/write_file_str.ts +++ b/std/fs/write_file_str.ts diff --git a/fs/write_file_str_test.ts b/std/fs/write_file_str_test.ts index 77b1e734e..77b1e734e 100644 --- a/fs/write_file_str_test.ts +++ b/std/fs/write_file_str_test.ts diff --git a/fs/write_json.ts b/std/fs/write_json.ts index c5936d3f8..c5936d3f8 100644 --- a/fs/write_json.ts +++ b/std/fs/write_json.ts diff --git a/fs/write_json_test.ts b/std/fs/write_json_test.ts index a282d399f..a282d399f 100644 --- a/fs/write_json_test.ts +++ b/std/fs/write_json_test.ts diff --git a/http/README.md b/std/http/README.md index ab35f9564..ab35f9564 100644 --- a/http/README.md +++ b/std/http/README.md diff --git a/http/cookie.ts b/std/http/cookie.ts index 4d2704da1..4d2704da1 100644 --- a/http/cookie.ts +++ b/std/http/cookie.ts diff --git a/http/cookie_test.ts b/std/http/cookie_test.ts index da9110291..da9110291 100644 --- a/http/cookie_test.ts +++ b/std/http/cookie_test.ts diff --git a/http/file_server.ts b/std/http/file_server.ts index 77d0cf748..77d0cf748 100755 --- a/http/file_server.ts +++ b/std/http/file_server.ts diff --git a/http/file_server_test.ts b/std/http/file_server_test.ts index b7148905b..b7148905b 100644 --- a/http/file_server_test.ts +++ b/std/http/file_server_test.ts diff --git a/http/http_bench.ts b/std/http/http_bench.ts index 06043f9e4..06043f9e4 100644 --- a/http/http_bench.ts +++ b/std/http/http_bench.ts diff --git a/http/http_status.ts b/std/http/http_status.ts index 9ff212f29..9ff212f29 100644 --- a/http/http_status.ts +++ b/std/http/http_status.ts diff --git a/http/racing_server.ts b/std/http/racing_server.ts index 9d118dc6d..9d118dc6d 100644 --- a/http/racing_server.ts +++ b/std/http/racing_server.ts diff --git a/http/racing_server_test.ts b/std/http/racing_server_test.ts index b66986247..b66986247 100644 --- a/http/racing_server_test.ts +++ b/std/http/racing_server_test.ts diff --git a/http/server.ts b/std/http/server.ts index f1ced0577..f1ced0577 100644 --- a/http/server.ts +++ b/std/http/server.ts diff --git a/http/server_test.ts b/std/http/server_test.ts index a49301790..a49301790 100644 --- a/http/server_test.ts +++ b/std/http/server_test.ts diff --git a/http/testdata/simple_server.ts b/std/http/testdata/simple_server.ts index 67b957ad5..67b957ad5 100644 --- a/http/testdata/simple_server.ts +++ b/std/http/testdata/simple_server.ts diff --git a/installer/README.md b/std/installer/README.md index b3bd18563..b3bd18563 100644 --- a/installer/README.md +++ b/std/installer/README.md diff --git a/installer/mod.ts b/std/installer/mod.ts index ef94e2e4e..ef94e2e4e 100644 --- a/installer/mod.ts +++ b/std/installer/mod.ts diff --git a/installer/test.ts b/std/installer/test.ts index bfe9bf652..bfe9bf652 100644 --- a/installer/test.ts +++ b/std/installer/test.ts diff --git a/installer/testdata/args.ts b/std/installer/testdata/args.ts index 484cab5ab..484cab5ab 100644 --- a/installer/testdata/args.ts +++ b/std/installer/testdata/args.ts diff --git a/installer/testdata/echo.ts b/std/installer/testdata/echo.ts index 62ddd6d05..62ddd6d05 100644 --- a/installer/testdata/echo.ts +++ b/std/installer/testdata/echo.ts diff --git a/io/bufio.ts b/std/io/bufio.ts index 213870c3c..213870c3c 100644 --- a/io/bufio.ts +++ b/std/io/bufio.ts diff --git a/io/bufio_test.ts b/std/io/bufio_test.ts index 75664694a..75664694a 100644 --- a/io/bufio_test.ts +++ b/std/io/bufio_test.ts diff --git a/io/iotest.ts b/std/io/iotest.ts index 8d2cee6e2..8d2cee6e2 100644 --- a/io/iotest.ts +++ b/std/io/iotest.ts diff --git a/io/ioutil.ts b/std/io/ioutil.ts index f1ca54e14..f1ca54e14 100644 --- a/io/ioutil.ts +++ b/std/io/ioutil.ts diff --git a/io/ioutil_test.ts b/std/io/ioutil_test.ts index 97ab244c0..97ab244c0 100644 --- a/io/ioutil_test.ts +++ b/std/io/ioutil_test.ts diff --git a/io/readers.ts b/std/io/readers.ts index 0208de413..0208de413 100644 --- a/io/readers.ts +++ b/std/io/readers.ts diff --git a/io/readers_test.ts b/std/io/readers_test.ts index 474407427..474407427 100644 --- a/io/readers_test.ts +++ b/std/io/readers_test.ts diff --git a/io/util.ts b/std/io/util.ts index 96ff10b0e..96ff10b0e 100644 --- a/io/util.ts +++ b/std/io/util.ts diff --git a/io/util_test.ts b/std/io/util_test.ts index c616a4bba..c616a4bba 100644 --- a/io/util_test.ts +++ b/std/io/util_test.ts diff --git a/io/writers.ts b/std/io/writers.ts index 91d19a9d7..91d19a9d7 100644 --- a/io/writers.ts +++ b/std/io/writers.ts diff --git a/io/writers_test.ts b/std/io/writers_test.ts index decf611f1..decf611f1 100644 --- a/io/writers_test.ts +++ b/std/io/writers_test.ts diff --git a/log/README.md b/std/log/README.md index 6abe547d5..6abe547d5 100644 --- a/log/README.md +++ b/std/log/README.md diff --git a/log/handlers.ts b/std/log/handlers.ts index 93bdd3edd..93bdd3edd 100644 --- a/log/handlers.ts +++ b/std/log/handlers.ts diff --git a/log/handlers_test.ts b/std/log/handlers_test.ts index 329541fa1..329541fa1 100644 --- a/log/handlers_test.ts +++ b/std/log/handlers_test.ts diff --git a/log/levels.ts b/std/log/levels.ts index 20cafb205..20cafb205 100644 --- a/log/levels.ts +++ b/std/log/levels.ts diff --git a/log/logger.ts b/std/log/logger.ts index 482743b23..482743b23 100644 --- a/log/logger.ts +++ b/std/log/logger.ts diff --git a/log/logger_test.ts b/std/log/logger_test.ts index d8d205c08..d8d205c08 100644 --- a/log/logger_test.ts +++ b/std/log/logger_test.ts diff --git a/log/mod.ts b/std/log/mod.ts index 3f34d7f1d..3f34d7f1d 100644 --- a/log/mod.ts +++ b/std/log/mod.ts diff --git a/log/test.ts b/std/log/test.ts index 5a17f9a35..5a17f9a35 100644 --- a/log/test.ts +++ b/std/log/test.ts diff --git a/media_types/README.md b/std/media_types/README.md index 1be0e52bf..1be0e52bf 100644 --- a/media_types/README.md +++ b/std/media_types/README.md diff --git a/media_types/db_c50e0d1.json b/std/media_types/db_c50e0d1.json index 8444e8b39..8444e8b39 100644 --- a/media_types/db_c50e0d1.json +++ b/std/media_types/db_c50e0d1.json diff --git a/media_types/deps.ts b/std/media_types/deps.ts index fb87a8617..fb87a8617 100644 --- a/media_types/deps.ts +++ b/std/media_types/deps.ts diff --git a/media_types/mod.ts b/std/media_types/mod.ts index b7c75fb22..b7c75fb22 100644 --- a/media_types/mod.ts +++ b/std/media_types/mod.ts diff --git a/media_types/test.ts b/std/media_types/test.ts index 9d630ad10..9d630ad10 100644 --- a/media_types/test.ts +++ b/std/media_types/test.ts diff --git a/mime/multipart.ts b/std/mime/multipart.ts index 033d51cb0..033d51cb0 100644 --- a/mime/multipart.ts +++ b/std/mime/multipart.ts diff --git a/mime/multipart_test.ts b/std/mime/multipart_test.ts index b73cd529a..b73cd529a 100644 --- a/mime/multipart_test.ts +++ b/std/mime/multipart_test.ts diff --git a/multipart/fixtures/sample.txt b/std/multipart/fixtures/sample.txt index 97e9bf553..97e9bf553 100644 --- a/multipart/fixtures/sample.txt +++ b/std/multipart/fixtures/sample.txt diff --git a/multipart/formfile.ts b/std/multipart/formfile.ts index a0e721a15..a0e721a15 100644 --- a/multipart/formfile.ts +++ b/std/multipart/formfile.ts diff --git a/multipart/formfile_test.ts b/std/multipart/formfile_test.ts index 52dd3addd..52dd3addd 100644 --- a/multipart/formfile_test.ts +++ b/std/multipart/formfile_test.ts diff --git a/prettier/README.md b/std/prettier/README.md index 6485d2da2..6485d2da2 100644 --- a/prettier/README.md +++ b/std/prettier/README.md diff --git a/prettier/main.ts b/std/prettier/main.ts index bd9238be2..bd9238be2 100755 --- a/prettier/main.ts +++ b/std/prettier/main.ts diff --git a/prettier/main_test.ts b/std/prettier/main_test.ts index 3f6bc90e5..3f6bc90e5 100644 --- a/prettier/main_test.ts +++ b/std/prettier/main_test.ts diff --git a/prettier/prettier.ts b/std/prettier/prettier.ts index 37b6cd4d6..37b6cd4d6 100644 --- a/prettier/prettier.ts +++ b/std/prettier/prettier.ts diff --git a/prettier/testdata/0.ts b/std/prettier/testdata/0.ts index c594829fc..c594829fc 100644 --- a/prettier/testdata/0.ts +++ b/std/prettier/testdata/0.ts diff --git a/prettier/testdata/1.js b/std/prettier/testdata/1.js index 11a9aa6fe..11a9aa6fe 100644 --- a/prettier/testdata/1.js +++ b/std/prettier/testdata/1.js diff --git a/prettier/testdata/2.ts b/std/prettier/testdata/2.ts index e69de29bb..e69de29bb 100644 --- a/prettier/testdata/2.ts +++ b/std/prettier/testdata/2.ts diff --git a/prettier/testdata/bar/0.ts b/std/prettier/testdata/bar/0.ts index c594829fc..c594829fc 100644 --- a/prettier/testdata/bar/0.ts +++ b/std/prettier/testdata/bar/0.ts diff --git a/prettier/testdata/bar/1.js b/std/prettier/testdata/bar/1.js index 11a9aa6fe..11a9aa6fe 100644 --- a/prettier/testdata/bar/1.js +++ b/std/prettier/testdata/bar/1.js diff --git a/prettier/testdata/echox.ts b/std/prettier/testdata/echox.ts index 68c54b999..68c54b999 100644 --- a/prettier/testdata/echox.ts +++ b/std/prettier/testdata/echox.ts diff --git a/prettier/testdata/foo/0.ts b/std/prettier/testdata/foo/0.ts index c594829fc..c594829fc 100644 --- a/prettier/testdata/foo/0.ts +++ b/std/prettier/testdata/foo/0.ts diff --git a/prettier/testdata/foo/1.js b/std/prettier/testdata/foo/1.js index 11a9aa6fe..11a9aa6fe 100644 --- a/prettier/testdata/foo/1.js +++ b/std/prettier/testdata/foo/1.js diff --git a/prettier/testdata/formatted.ts b/std/prettier/testdata/formatted.ts index b7a3fa02f..b7a3fa02f 100644 --- a/prettier/testdata/formatted.ts +++ b/std/prettier/testdata/formatted.ts diff --git a/prettier/testdata/opts/0.ts b/std/prettier/testdata/opts/0.ts index 400e7ee56..400e7ee56 100644 --- a/prettier/testdata/opts/0.ts +++ b/std/prettier/testdata/opts/0.ts diff --git a/prettier/testdata/opts/1.ts b/std/prettier/testdata/opts/1.ts index c23a66c28..c23a66c28 100644 --- a/prettier/testdata/opts/1.ts +++ b/std/prettier/testdata/opts/1.ts diff --git a/prettier/testdata/opts/2.ts b/std/prettier/testdata/opts/2.ts index 2cfe9aece..2cfe9aece 100644 --- a/prettier/testdata/opts/2.ts +++ b/std/prettier/testdata/opts/2.ts diff --git a/prettier/testdata/opts/3.md b/std/prettier/testdata/opts/3.md index 85e73d4b0..85e73d4b0 100644 --- a/prettier/testdata/opts/3.md +++ b/std/prettier/testdata/opts/3.md diff --git a/prettier/util.ts b/std/prettier/util.ts index b8f79005d..b8f79005d 100644 --- a/prettier/util.ts +++ b/std/prettier/util.ts diff --git a/prettier/vendor/index.d.ts b/std/prettier/vendor/index.d.ts index 354142746..354142746 100644 --- a/prettier/vendor/index.d.ts +++ b/std/prettier/vendor/index.d.ts diff --git a/prettier/vendor/parser_babylon.d.ts b/std/prettier/vendor/parser_babylon.d.ts index 54a04a953..54a04a953 100644 --- a/prettier/vendor/parser_babylon.d.ts +++ b/std/prettier/vendor/parser_babylon.d.ts diff --git a/prettier/vendor/parser_babylon.js b/std/prettier/vendor/parser_babylon.js index b6139dc07..b6139dc07 100644 --- a/prettier/vendor/parser_babylon.js +++ b/std/prettier/vendor/parser_babylon.js diff --git a/prettier/vendor/parser_markdown.d.ts b/std/prettier/vendor/parser_markdown.d.ts index 54a04a953..54a04a953 100644 --- a/prettier/vendor/parser_markdown.d.ts +++ b/std/prettier/vendor/parser_markdown.d.ts diff --git a/prettier/vendor/parser_markdown.js b/std/prettier/vendor/parser_markdown.js index d4df8331c..d4df8331c 100644 --- a/prettier/vendor/parser_markdown.js +++ b/std/prettier/vendor/parser_markdown.js diff --git a/prettier/vendor/parser_typescript.d.ts b/std/prettier/vendor/parser_typescript.d.ts index 54a04a953..54a04a953 100644 --- a/prettier/vendor/parser_typescript.d.ts +++ b/std/prettier/vendor/parser_typescript.d.ts diff --git a/prettier/vendor/parser_typescript.js b/std/prettier/vendor/parser_typescript.js index e6c44e2be..e6c44e2be 100644 --- a/prettier/vendor/parser_typescript.js +++ b/std/prettier/vendor/parser_typescript.js diff --git a/prettier/vendor/standalone.d.ts b/std/prettier/vendor/standalone.d.ts index 9c2f73d69..9c2f73d69 100644 --- a/prettier/vendor/standalone.d.ts +++ b/std/prettier/vendor/standalone.d.ts diff --git a/prettier/vendor/standalone.js b/std/prettier/vendor/standalone.js index ebada0fe2..ebada0fe2 100644 --- a/prettier/vendor/standalone.js +++ b/std/prettier/vendor/standalone.js diff --git a/strings/README.md b/std/strings/README.md index 8b41fee67..8b41fee67 100644 --- a/strings/README.md +++ b/std/strings/README.md diff --git a/strings/decode.ts b/std/strings/decode.ts index 2e161d7af..2e161d7af 100644 --- a/strings/decode.ts +++ b/std/strings/decode.ts diff --git a/strings/encode.ts b/std/strings/encode.ts index 285305613..285305613 100644 --- a/strings/encode.ts +++ b/std/strings/encode.ts diff --git a/strings/mod.ts b/std/strings/mod.ts index 2acc32600..2acc32600 100644 --- a/strings/mod.ts +++ b/std/strings/mod.ts diff --git a/strings/pad.ts b/std/strings/pad.ts index 267839a39..267839a39 100644 --- a/strings/pad.ts +++ b/std/strings/pad.ts diff --git a/strings/pad_test.ts b/std/strings/pad_test.ts index e0364cf38..e0364cf38 100644 --- a/strings/pad_test.ts +++ b/std/strings/pad_test.ts diff --git a/testing/README.md b/std/testing/README.md index 88923c1c9..88923c1c9 100644 --- a/testing/README.md +++ b/std/testing/README.md diff --git a/testing/asserts.ts b/std/testing/asserts.ts index 230e2c8d2..230e2c8d2 100644 --- a/testing/asserts.ts +++ b/std/testing/asserts.ts diff --git a/testing/asserts_test.ts b/std/testing/asserts_test.ts index b480fe7c9..b480fe7c9 100644 --- a/testing/asserts_test.ts +++ b/std/testing/asserts_test.ts diff --git a/testing/bench.ts b/std/testing/bench.ts index 3bb62526d..3bb62526d 100644 --- a/testing/bench.ts +++ b/std/testing/bench.ts diff --git a/testing/bench_example.ts b/std/testing/bench_example.ts index d27fb97e8..d27fb97e8 100644 --- a/testing/bench_example.ts +++ b/std/testing/bench_example.ts diff --git a/testing/bench_test.ts b/std/testing/bench_test.ts index 8af2f0d6d..8af2f0d6d 100644 --- a/testing/bench_test.ts +++ b/std/testing/bench_test.ts diff --git a/testing/diff.ts b/std/testing/diff.ts index dd544ac24..dd544ac24 100644 --- a/testing/diff.ts +++ b/std/testing/diff.ts diff --git a/testing/diff_test.ts b/std/testing/diff_test.ts index d9fbdb956..d9fbdb956 100644 --- a/testing/diff_test.ts +++ b/std/testing/diff_test.ts diff --git a/testing/format.ts b/std/testing/format.ts index 953347c27..953347c27 100644 --- a/testing/format.ts +++ b/std/testing/format.ts diff --git a/testing/format_test.ts b/std/testing/format_test.ts index e2bb8df23..e2bb8df23 100644 --- a/testing/format_test.ts +++ b/std/testing/format_test.ts diff --git a/testing/mod.ts b/std/testing/mod.ts index 3b6386d5b..3b6386d5b 100644 --- a/testing/mod.ts +++ b/std/testing/mod.ts diff --git a/testing/runner.ts b/std/testing/runner.ts index a78ed2b3a..a78ed2b3a 100755 --- a/testing/runner.ts +++ b/std/testing/runner.ts diff --git a/testing/runner_test.ts b/std/testing/runner_test.ts index e2617b155..e2617b155 100644 --- a/testing/runner_test.ts +++ b/std/testing/runner_test.ts diff --git a/testing/test.ts b/std/testing/test.ts index dd6d772f6..dd6d772f6 100644 --- a/testing/test.ts +++ b/std/testing/test.ts diff --git a/testing/testdata/bar.js b/std/testing/testdata/bar.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/bar.js +++ b/std/testing/testdata/bar.js diff --git a/testing/testdata/bar_test.js b/std/testing/testdata/bar_test.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/bar_test.js +++ b/std/testing/testdata/bar_test.js diff --git a/testing/testdata/foo.ts b/std/testing/testdata/foo.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/foo.ts +++ b/std/testing/testdata/foo.ts diff --git a/testing/testdata/foo_test.ts b/std/testing/testdata/foo_test.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/foo_test.ts +++ b/std/testing/testdata/foo_test.ts diff --git a/testing/testdata/subdir/bar.js b/std/testing/testdata/subdir/bar.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/bar.js +++ b/std/testing/testdata/subdir/bar.js diff --git a/testing/testdata/subdir/bar_test.js b/std/testing/testdata/subdir/bar_test.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/bar_test.js +++ b/std/testing/testdata/subdir/bar_test.js diff --git a/testing/testdata/subdir/foo.ts b/std/testing/testdata/subdir/foo.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/foo.ts +++ b/std/testing/testdata/subdir/foo.ts diff --git a/testing/testdata/subdir/foo_test.ts b/std/testing/testdata/subdir/foo_test.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/foo_test.ts +++ b/std/testing/testdata/subdir/foo_test.ts diff --git a/testing/testdata/subdir/test.js b/std/testing/testdata/subdir/test.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/test.js +++ b/std/testing/testdata/subdir/test.js diff --git a/testing/testdata/subdir/test.ts b/std/testing/testdata/subdir/test.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/subdir/test.ts +++ b/std/testing/testdata/subdir/test.ts diff --git a/testing/testdata/test.js b/std/testing/testdata/test.js index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/test.js +++ b/std/testing/testdata/test.js diff --git a/testing/testdata/test.ts b/std/testing/testdata/test.ts index cb0ff5c3b..cb0ff5c3b 100644 --- a/testing/testdata/test.ts +++ b/std/testing/testdata/test.ts diff --git a/testing/testing_bench.ts b/std/testing/testing_bench.ts index 9033e3a72..9033e3a72 100644 --- a/testing/testing_bench.ts +++ b/std/testing/testing_bench.ts diff --git a/textproto/mod.ts b/std/textproto/mod.ts index 22153d17c..22153d17c 100644 --- a/textproto/mod.ts +++ b/std/textproto/mod.ts diff --git a/textproto/reader_test.ts b/std/textproto/reader_test.ts index fe842e0e2..fe842e0e2 100644 --- a/textproto/reader_test.ts +++ b/std/textproto/reader_test.ts diff --git a/textproto/test.ts b/std/textproto/test.ts index bdb929369..bdb929369 100644 --- a/textproto/test.ts +++ b/std/textproto/test.ts diff --git a/tsconfig.json b/std/tsconfig.json index 732e8322c..732e8322c 100644 --- a/tsconfig.json +++ b/std/tsconfig.json diff --git a/tsconfig.test.json b/std/tsconfig.test.json index aee0ec940..aee0ec940 100644 --- a/tsconfig.test.json +++ b/std/tsconfig.test.json diff --git a/util/async.ts b/std/util/async.ts index 6e2db69dc..6e2db69dc 100644 --- a/util/async.ts +++ b/std/util/async.ts diff --git a/util/async_test.ts b/std/util/async_test.ts index adaac1e22..adaac1e22 100644 --- a/util/async_test.ts +++ b/std/util/async_test.ts diff --git a/util/deep_assign.ts b/std/util/deep_assign.ts index b1c9f9ac9..b1c9f9ac9 100644 --- a/util/deep_assign.ts +++ b/std/util/deep_assign.ts diff --git a/util/deep_assign_test.ts b/std/util/deep_assign_test.ts index c197344f7..c197344f7 100644 --- a/util/deep_assign_test.ts +++ b/std/util/deep_assign_test.ts diff --git a/util/has_own_property.ts b/std/util/has_own_property.ts index 707d951d3..707d951d3 100644 --- a/util/has_own_property.ts +++ b/std/util/has_own_property.ts diff --git a/uuid/README.md b/std/uuid/README.md index 513a6ed53..513a6ed53 100644 --- a/uuid/README.md +++ b/std/uuid/README.md diff --git a/uuid/mod.ts b/std/uuid/mod.ts index 64ca45385..64ca45385 100644 --- a/uuid/mod.ts +++ b/std/uuid/mod.ts diff --git a/uuid/test.ts b/std/uuid/test.ts index 257e07caf..257e07caf 100755 --- a/uuid/test.ts +++ b/std/uuid/test.ts diff --git a/uuid/tests/generate.ts b/std/uuid/tests/generate.ts index 723740641..723740641 100644 --- a/uuid/tests/generate.ts +++ b/std/uuid/tests/generate.ts diff --git a/uuid/tests/isNil.ts b/std/uuid/tests/isNil.ts index 29f0feb62..29f0feb62 100644 --- a/uuid/tests/isNil.ts +++ b/std/uuid/tests/isNil.ts diff --git a/uuid/tests/v4/generate.ts b/std/uuid/tests/v4/generate.ts index 829183d97..829183d97 100644 --- a/uuid/tests/v4/generate.ts +++ b/std/uuid/tests/v4/generate.ts diff --git a/uuid/tests/v4/validate.ts b/std/uuid/tests/v4/validate.ts index fdec8383a..fdec8383a 100644 --- a/uuid/tests/v4/validate.ts +++ b/std/uuid/tests/v4/validate.ts diff --git a/uuid/v4.ts b/std/uuid/v4.ts index 511933439..511933439 100644 --- a/uuid/v4.ts +++ b/std/uuid/v4.ts diff --git a/ws/README.md b/std/ws/README.md index e00c469ff..e00c469ff 100644 --- a/ws/README.md +++ b/std/ws/README.md diff --git a/ws/example_client.ts b/std/ws/example_client.ts index e3f2f355e..e3f2f355e 100644 --- a/ws/example_client.ts +++ b/std/ws/example_client.ts diff --git a/ws/example_server.ts b/std/ws/example_server.ts index 0564439c9..0564439c9 100644 --- a/ws/example_server.ts +++ b/std/ws/example_server.ts diff --git a/ws/mod.ts b/std/ws/mod.ts index 11e3ee23e..11e3ee23e 100644 --- a/ws/mod.ts +++ b/std/ws/mod.ts diff --git a/ws/sha1.ts b/std/ws/sha1.ts index dc8ba680c..dc8ba680c 100644 --- a/ws/sha1.ts +++ b/std/ws/sha1.ts diff --git a/ws/sha1_test.ts b/std/ws/sha1_test.ts index 8ece1a7e8..8ece1a7e8 100644 --- a/ws/sha1_test.ts +++ b/std/ws/sha1_test.ts diff --git a/ws/test.ts b/std/ws/test.ts index 4351a391b..4351a391b 100644 --- a/ws/test.ts +++ b/std/ws/test.ts diff --git a/xeval/mod.ts b/std/xeval/mod.ts index 5843c8650..5843c8650 100644 --- a/xeval/mod.ts +++ b/std/xeval/mod.ts diff --git a/xeval/test.ts b/std/xeval/test.ts index f6dd70696..f6dd70696 100644 --- a/xeval/test.ts +++ b/std/xeval/test.ts |