File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11import { buildSrcFile } from "./build-src.ts" ;
22import { buildComponent } from "./build-component.ts" ;
3+ import { build } from "https://deno.land/x/[email protected] /mod.d.ts" ; 34
45async function cleaerDistFolder ( ) {
56 const hasDistFolder = await Deno . stat ( "dist" ) . catch ( ( ) => null ) ;
@@ -56,4 +57,6 @@ await buildSrcFile("system/logger.js");
5657// Validation Files
5758await buildSrcFile ( "validate/conditions.js" ) ;
5859
60+ await buildSrcFile ( "process-api.js" ) ;
61+
5962Deno . kill ( Deno . pid ) ; // Exit the process
File renamed without changes.
Original file line number Diff line number Diff line change 1- import { ProcessApi } from "../../src/main .js" ;
1+ import { ProcessApi } from "../../src/process-api .js" ;
22import { assertEquals , assertExists } from "jsr:@std/assert" ;
33
44class MathModule {
You can’t perform that action at this time.
0 commit comments