Ryan Dahl
|
e0ca60e770
|
BREAKING: Use LLVM target triple for Deno.build (#4948)
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
|
2020-04-28 12:35:23 -04:00 |
|
Ryan Dahl
|
6e5f3453f8
|
Remove core/plugin.rs (#4824)
This simplifies the plugin interface in order to deliver op crates with a similar API
|
2020-04-20 10:27:15 -04:00 |
|
Gudmund Vatn
|
260084ccbf
|
Add close method to Plugin (#4670) (#4785)
|
2020-04-17 12:51:10 +02:00 |
|
Kitson Kelly
|
bced52505f
|
Update to Prettier 2 and use ES Private Fields (#4498)
|
2020-03-28 13:03:49 -04:00 |
|
Ry Dahl
|
d492c5abe3
|
feat: Deno.args now does not include script (#3628)
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
|
2020-01-09 11:37:01 -07:00 |
|
Luca Casonato
|
7144bbed34
|
fix: plugin ops should change op count metrics (#3455)
|
2019-12-08 04:09:09 +08:00 |
|
Andy Finch
|
7c3b9b4f4f
|
feat: first pass at native plugins (#3372)
|
2019-12-05 15:30:20 -05:00 |
|