Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- New York City
- Sign in to view email
- http://tinyclouds.org/
Popular repositories
2,969 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in denoland/rusty_v8 that received 5 comments
- Fix some docs
- Add Object::set
- Clean up internal slots
- Support dynamic import
- Snapshot clean ups
- Fix StartupData memory leak
- Add Object::create_data_property, Object::get, Value::is_array, Value::is_object, Value::is_function
- support for import.meta
- Move docs for global to struct
- v0.0.15
- default options for v8::script_compiler::compile_module
- make InstantiateModule work
- Add Isolate::throw_exception
- Add Value::strict_equals and Value::same_value
- first pass implementation for v8::Module
- Modules2
- First pass at BackingStore
- Move ArrayBuffer::Allocator and add docstrings
- PrimitiveArray and ScriptOrModule
- add v8::Module::instantiate_module
- Script compiler
- Remove 'using namespace v8' from binding.cc
- Add more docstrings
- v0.0.13
- Remove lifetimes from Local
- Some pull requests not shown.
- doc: Update and improve build instructions
- Drop unnecessary Object.assign from createResolvable()
- Upgrades rust to 1.40.0
- std: remove wildcard export in uuid module
- feat: Add Deno.dir("executable")
- fix: Use sync ops when clearing the console
- fix(std/encoding/yaml): fix parseAll of yaml module
- feat: Return null on error in Deno.dir()
- feat: Add missing mod.ts files in std
- Add the usage document of std/encoding/yaml
- repl: do not crash on async op reject
- fix permission errors are swallowed by fs.copy()
- Fix code example on /std/manual.md#resources
- fix permission errors are swallowed by fs.emptyDir
- Improve empty test case error messages.
- Bypass destructor of platform at exit with custom exit implementation
- Show detailed version with --version flag
- upgrade: tokio 0.2 in deno_core_http_bench, take2
- std/node: better error message for read perm in require()
- Add more dir api for Deno
- Use async-await at few places, fix spelling mistake
- fetch support URL instance as input
- (std/file_server): add utf8
- (std/file_server): add help & switch to flags
- flag: upgrade std to v0.26.0
- Some pull request reviews not shown.
- allow building with compatible system clang
- add v8::Uint8Array
- add v8::ArrayBufferView
- first pass at snapshots
- V8 escapable handle scope
- add v8::EscapableHandleScope
- add implementation for v8::Module
- Add TryCatch
- add v8::Module::instantiate_module
- Add Local lifetimes back
- Rename CxxIsolate to Isolate and Isolate to OwnedIsolate
- add v8::PromiseRejectMessage
- Add Local::is_empty and Local::clear
- add v8::ReturnValue
- automatically convert from Local<T> to Local<Value>
- add v8::Promise
- Exit with status 1 if build.rs fails
- Add v8::Function
- add v8::JSON
- add String::length method
- Basic support for Local<Number> and Local<Integer> (#23)
- update the database with new library soxa for deno
- add generic resource pool pkg
- add free_port module
- refactor project directory structure
- add deno-deamon module
- code split and optimization first-page load
- add process pkg
- add machine id pkg
- Repair the Unexpected entry and provide error fallback.
- Add SQLite wrapper for Deno
- module name must not contain dashes
- sort database.json
- add murmurhash
- Add clipboard module for copy/paste
- Add `lodash_require` wrapper module.
- Add `noble` cryptographic libraries.
- allow multiple declarations
- Add selectable line numbers
Created an issue in denoland/rusty_v8 that received 2 comments
libdeno todo
In order to implement libdeno, we need at least these: bert: v8::TryCatch #97 v8::ArrayBuffer::Allocator v8::ArrayBufferCreationMode::kExternal…
•
2
comments