diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 18:28:40 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 18:28:40 +0200 |
| commit | e8b9ca135642c76000bc0ec2e78674c602a748dd (patch) | |
| tree | 4e502ce767a4a4f70e40d6e72a3817bc139f1300 /runner/exc/runner.go | |
| parent | 35e6ac334f6a62cf63b743182cd5355f6baf4406 (diff) | |
add .js and .ts support
also: remove unused/duplicate method runner.Hydrate
Diffstat (limited to 'runner/exc/runner.go')
| -rw-r--r-- | runner/exc/runner.go | 8 |
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 |
