summaryrefslogtreecommitdiff
path: root/cli/js/plugins.ts
AgeCommit message (Collapse)Author
2020-04-20Remove core/plugin.rs (#4824)Ryan Dahl
This simplifies the plugin interface in order to deliver op crates with a similar API
2020-04-17Add close method to Plugin (#4670) (#4785)Gudmund Vatn
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-09reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)Bartek Iwańczuk
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-08reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)Bartek Iwańczuk
Following JS ops were moved to separate files in cli/js/ops directory: - compiler - dispatch_json - dispatch_minimal - errors - fetch - fs_events - os - random - repl - resources - runtime_compiler - runtime - tty
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-01-17feat: support individual async handler for each op (#3690)Andy Finch
2019-12-05feat: first pass at native plugins (#3372)Andy Finch