Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | chore: don't expose FFI ops to user code (#22313) | Bartek Iwańczuk | |
This commit removes some not really necessary FFI tests and in effect removes them from being accessible from the user code. This lowers the number of ops accessible to user code to 16. | |||
2024-01-04 | chore(cli): bump deno_core (#21790) | Matt Mastracci | |
2023-02-22 | feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) | Aapo Alasuutari | |
2023-01-24 | refactor: remove Deno.core (#16881) | Bartek Iwańczuk | |
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> | |||
2022-09-19 | refactor: move out test files from root testdata directory into sub ↵ | David Sherret | |
directories (#15949) |