-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3306 from github/koesie10/remove-bundled-ruby-query
Remove bundled Ruby queries
Showing
5 changed files
with
16 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { fetchExternalApisQuery as rubyFetchExternalApisQuery } from "./ruby"; | ||
import type { Query } from "./query"; | ||
import { QueryLanguage } from "../../common/query-language"; | ||
import type { QueryLanguage } from "../../common/query-language"; | ||
|
||
export const fetchExternalApiQueries: Partial<Record<QueryLanguage, Query>> = { | ||
[QueryLanguage.Ruby]: rubyFetchExternalApisQuery, | ||
// Right now, there are no bundled queries. However, if we're adding a new | ||
// language for the model editor, we can add the query here. | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.