summaryrefslogtreecommitdiff
path: root/runner/exc
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 18:28:40 +0200
committerewy <ewy0@protonmail.com>2026-05-02 18:28:40 +0200
commite8b9ca135642c76000bc0ec2e78674c602a748dd (patch)
tree4e502ce767a4a4f70e40d6e72a3817bc139f1300 /runner/exc
parent35e6ac334f6a62cf63b743182cd5355f6baf4406 (diff)
add .js and .ts support
also: remove unused/duplicate method runner.Hydrate
Diffstat (limited to 'runner/exc')
-rw-r--r--runner/exc/runner.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/runner/exc/runner.go b/runner/exc/runner.go
index 092fd80..2eae44c 100644
--- a/runner/exc/runner.go
+++ b/runner/exc/runner.go
@@ -9,14 +9,6 @@ import (
"path/filepath"
)
-func (e *exc) Hydrate(target model.Target) (model.HydratedTarget, error) {
- return &Hydrated{
- BaseHydration: &runner.BaseHydration[*Executable]{
- Self: target.(*Executable),
- },
- }, nil
-}
-
func (e *exc) Wants(fs fs.FS, file string, entry fs.DirEntry) (bool, error) {
if entry.IsDir() {
return false, nil