Skip to content

Commit

Permalink
refactor(gazelle): remove esbuild parser (#3000)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9303ff8be17621396f6c20bf7700f76bfe4fcf5e
  • Loading branch information
jbedard authored and alexeagle committed Aug 4, 2023
1 parent b8b8997 commit df82d17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 126 deletions.
19 changes: 0 additions & 19 deletions gazelle/js/parser/esbuild/BUILD.bazel

This file was deleted.

94 changes: 0 additions & 94 deletions gazelle/js/parser/esbuild/parser_esbuild.go

This file was deleted.

11 changes: 0 additions & 11 deletions gazelle/js/parser/esbuild/parser_esbuild_test.go

This file was deleted.

1 change: 0 additions & 1 deletion gazelle/js/parser/tests/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

var testCases = []struct {
desc, ts string
// Specify a filename so esbuild knows how to load the file.
filename string
expected []string
typeOnly bool
Expand Down
1 change: 0 additions & 1 deletion gazelle/kotlin/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (

var testCases = []struct {
desc, kt string
// Specify a filename so esbuild knows how to load the file.
filename string
pkg string
imports []string
Expand Down

0 comments on commit df82d17

Please sign in to comment.