deno/cli/js
Bartek Iwańczuk 886f330ec8
reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)
Following JS ops were moved to separate files in cli/js/ops directory:
- io
- process
- worker_host
- web_worker
- plugins
- timers
- signal
- permissions
2020-03-09 15:18:02 +01:00
..
mixins move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
ops reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
web reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
blob_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
body_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
buffer.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
buffer_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
build.ts Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
build_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
chmod.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
chmod_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
chown.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
chown_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
colors.ts refactor: rewrite deno test, add Deno.test() (#3865) 2020-02-11 12:01:56 +01:00
compiler.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
compiler_api.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
compiler_api_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
compiler_bootstrap.ts Support loading additional TS lib files (#3863) 2020-02-19 00:34:11 -05:00
compiler_bundler.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
compiler_host.ts Fix JavaScript dependencies in bundles. (#4215) 2020-03-02 22:18:27 +01:00
compiler_imports.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
compiler_sourcefile.ts Fix JavaScript dependencies in bundles. (#4215) 2020-03-02 22:18:27 +01:00
compiler_type_directives.ts Runtime Compiler API (#3442) 2020-01-08 09:17:44 -05:00
compiler_util.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
console.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
console_table.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
console_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
copy_file.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
copy_file_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
core.ts Use globalThis to reference global scope (#3719) 2020-01-20 09:30:30 -05:00
custom_event_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
deno.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
diagnostics.ts Runtime Compiler API (#3442) 2020-01-08 09:17:44 -05:00
diagnostics_util.ts change copyrights from 2019 to 2020 (#3733) 2020-01-21 10:01:55 -05:00
dir.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
dir_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
dispatch.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
dispatch_json_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
dispatch_minimal_test.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
error_stack.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
error_stack_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
errors.ts Remove Deno.errors.Other (#4249) 2020-03-04 13:18:32 -05:00
event_target_test.ts fix event target tests 2020-03-05 11:09:04 -05:00
event_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
fetch_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
file_info.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
file_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
files.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
files_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
form_data_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
format_error_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
fs_events_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
get_random_values_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
globals.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
globals_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
headers_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
internals.ts Add Deno.symbols and move internal fields for test (#3693) 2020-01-16 19:42:58 -05:00
internals_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
io.ts seek should return cursor position (#4211) 2020-03-02 11:44:46 -05:00
lib.deno.ns.d.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
lib.deno.shared_globals.d.ts Support async function and EventListenerObject as listeners (#4240) 2020-03-05 08:36:13 -05:00
lib.deno.window.d.ts add window.self read-only property (#4131) 2020-02-26 11:49:38 +01:00
lib.deno.worker.d.ts Support loading additional TS lib files (#3863) 2020-02-19 00:34:11 -05:00
link.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
link_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
location_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
main.ts workers: basic event loop (#3828) 2020-02-11 10:04:59 +01:00
make_temp.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
make_temp_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
metrics_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
mkdir.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
mkdir_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
mock_builtin.js Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
net.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
net_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
os_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
performance.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
performance_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
permissions.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
permissions_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
plugins.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
process.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
process_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
rbtree.ts cli: replace timer map with red-black tree (#3218) 2019-10-31 17:11:58 -07:00
read_dir.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
read_dir_test.ts Rename readDir -> readdir (#4225) 2020-03-06 08:34:02 -05:00
read_file.ts Rename name/filename arguments to path (#4227) 2020-03-06 11:29:23 -05:00
read_file_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
read_link.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
read_link_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
realpath.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
realpath_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
remove.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
remove_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
rename.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
rename_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
repl.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
request_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
resources_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
runtime.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
runtime_main.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
runtime_worker.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
signal_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
signals.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
stat.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
stat_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
symbols.ts Add Deno.symbols and move internal fields for test (#3693) 2020-01-16 19:42:58 -05:00
symbols_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
symlink.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
symlink_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
test_util.ts Rename readDir -> readdir (#4225) 2020-03-06 08:34:02 -05:00
testing.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
testing_test.ts refactor: preliminary cleanup of Deno.runTests() (#4237) 2020-03-05 11:52:18 +01:00
text_encoding_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
timers.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
timers_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
tls.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
tls_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
truncate.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
truncate_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
ts_global.d.ts Support loading additional TS lib files (#3863) 2020-02-19 00:34:11 -05:00
tty_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
types.ts Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
unit_test_runner.ts stream output of js unit tests (#4146) 2020-02-26 20:33:18 +01:00
unit_tests.ts refactor: preliminary cleanup of Deno.runTests() (#4237) 2020-03-05 11:52:18 +01:00
url_search_params_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
url_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
util.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
utime.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
utime_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
version.ts Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
version_test.ts refactor: rewrite testPerm into unitTest (#4231) 2020-03-04 17:31:14 +01:00
workers.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
write_file.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00
write_file_test.ts Rename perm to mode (#4276) 2020-03-07 22:29:12 -05:00