Skip to content

Commit

Permalink
Add TypeScript port back in; it works. (#4360)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored Dec 19, 2024
1 parent 3f0c7e6 commit c250d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/plsql/desc.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../_scripts/desc.xsd">
<antlr-version>^4.12.0</antlr-version>
<targets>CSharp;Java;JavaScript;Python3</targets>
<targets>CSharp;Java;JavaScript;Python3;TypeScript</targets>
<test>
<name>full</name>
<targets>CSharp;Java</targets>
<inputs>examples</inputs>
</test>
<test>
<name>hw</name>
<targets>JavaScript;Python3</targets>
<targets>JavaScript;Python3;TypeScript</targets>
<inputs>hw-examples</inputs>
</test>
<test>
Expand Down

0 comments on commit c250d74

Please sign in to comment.