Kitson Kelly
|
24d6bf6aeb
|
Remove 'deno' builtin module (#1895)
|
2019-03-07 21:56:56 -05:00 |
|
Bartek Iwańczuk
|
5dfbbbb07a
|
Add import.meta.main (#1835)
|
2019-02-26 13:29:45 -05:00 |
|
Masashi Hirano
|
e2d76278bf
|
Replace macros to check nullptr (#1674)
This replaces CHECK_EQ/CHECK_NE with CHECK_NULL/CHECK_NOT_NULL to check nullptr.
These macros are implemented in V8.
Refs: https://github.com/denoland/deno_third_party/blob/master/v8/src/base/logging.h#L312
|
2019-02-04 11:53:40 -05:00 |
|
Ryan Dahl
|
df54db7762
|
Fix v8_str internalize bug
|
2019-02-02 16:46:31 -05:00 |
|
Ryan Dahl
|
00597ffde1
|
Refactor libdeno ES module interface. (#1624)
Allows for future asynchronous module loading.
Add support for import.meta.url
Fixes #1496
|
2019-01-30 17:21:31 -05:00 |
|