Skip to content

Commit

Permalink
Deno multiple top-level support
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jul 21, 2024
1 parent c6dddf9 commit 55ccbf6
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 18 deletions.
4 changes: 1 addition & 3 deletions Deno/Library/Support/Runtime/runtime-helper.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { runViaCodeLines } from "./runtime-helper.ts";

Deno.test(async function runtimeHelperHelloWorld() {
await runViaCodeLines(['start(dv(VirtualInstrument (clump(Println("Hello, sky. I can fly")))))']);
});
await runViaCodeLines(['start(dv(VirtualInstrument (clump(Println("Hello, sky. I can fly")))))']);
6 changes: 5 additions & 1 deletion Deno/Server.gcomp/Server.gcomp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<SourceFile Checksum="40EB02CFFB5EB2CA4015A8BFE65CD96E374BB5769CFFC54CBEC04D5A968A461E9DB05E28F99E506D4927854B3B8CC0A66B02A6C5CFA3C0F8D2DC10C3128E4CBE" Timestamp="1D9B42398AE6F38" xmlns="http://www.ni.com/PlatformFramework">
<SourceFile Checksum="CCEE2DF0AEBF8132DE626E017E1AF4E7994A454FB05CA90A7B9DF92B3357FE9DD99AE9215775E1F3EFB1F6F742888819A0EEA82979E66BFAC178CFEE3FEF50AF" Timestamp="1DADBA7D76AE72B" xmlns="http://www.ni.com/PlatformFramework">
<SourceModelFeatureSet>
<ParsableNamespace AssemblyFileVersion="9.5.0.49854" FeatureSetName="GComponentFeatureSet" Name="http://www.ni.com/GComponent.xsd" OldestCompatibleVersion="9.0.0.0" Version="9.0.0.49152" />
<ParsableNamespace AssemblyFileVersion="9.5.0.49854" FeatureSetName="Web Module: WebVI" Name="http://www.ni.com/NationalInstruments.LabVIEW.HtmlVI" OldestCompatibleVersion="8.1.0.49152" Version="8.1.0.49152" />
Expand All @@ -17,6 +17,7 @@
<CompilerSymbolTable Id="cad7cadb57f8495cbde6af663f9269c9" xmlns="http://www.ni.com/PlatformFramework" />
<WebApplicationOutputTypeProperties Id="5b26daa7f3f444a589ff2c4a08abecb0" xmlns="http://www.ni.com/NationalInstruments.LabVIEW.HtmlVI" />
<ComponentItemProperties AssociatedEnvoyId="c52d553f8bb54973a8526542db9d4dc1" Id="334531236e694993b6794b8497f9c81c" TopLevel="True" />
<ComponentItemProperties AssociatedEnvoyId="37ec77f219244244b0d2fae7ebb25b9d" Id="aea68ecf32e414780516afcaec340d0" TopLevel="True" />
</ComponentConfiguration>
</ComponentDefinition>
<EnvoyManagerFile Id="5106c1f8c2594beab4b500eeb8196c04" xmlns="http://www.ni.com/PlatformFramework">
Expand All @@ -31,6 +32,9 @@
<SourceFileReference Id="52d8a27b64843869dcb8cada501db4b" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="Simple Log Error.gvi" StoragePath="Support\Simple Log Error.gvi" />
<SourceFileReference Id="d91c519164ac437fba5881c7b3fff0cc" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="Upload File.gvi" StoragePath="Support\Upload File.gvi" />
</NameScopingEnvoy>
<NameScopingEnvoy AutomaticallyResolveUp="True" Id="d1d81f6ed7f14033891753b6108e9eb4" Name="Tests">
<SourceFileReference Id="37ec77f219244244b0d2fae7ebb25b9d" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="main.test.gviweb" OverridingModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.HTMLVirtualInstrument" StoragePath="Tests\main.test.gviweb" />
</NameScopingEnvoy>
</NameScopingEnvoy>
</EmbeddedDefinitionReference>
<NameScopingEnvoy Id="5b980660bf784182a4f2b622e53eee98" Name="Server.gcomp" NameTracksFileName="True">
Expand Down
Loading

0 comments on commit 55ccbf6

Please sign in to comment.