create index.js entrypoint
All checks were successful
Distribution check / Generated files check (push) Successful in -2m2s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m0s
All checks were successful
Distribution check / Generated files check (push) Successful in -2m2s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m0s
This commit is contained in:
3
distribution/src/index.js
Normal file
3
distribution/src/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { main } from './router.js';
|
||||
main();
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
distribution/src/index.js.map
Normal file
1
distribution/src/index.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,IAAI,EAAE,CAAC","sourcesContent":["import { main } from './router.js';\n\nmain();\n"]}
|
||||
File diff suppressed because one or more lines are too long
3
src/index.ts
Normal file
3
src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { main } from './router.js';
|
||||
|
||||
main();
|
||||
@@ -3,7 +3,7 @@ import { context } from '@actions/github'
|
||||
import ky from 'ky';
|
||||
import { parse, type Result, type PackageInfo } from './pkgbase.js';
|
||||
|
||||
type Mode = 'parse' | 'move' | 'delete';
|
||||
export type Mode = 'parse' | 'move' | 'delete';
|
||||
|
||||
interface PackageFile {
|
||||
id: number,
|
||||
|
||||
Reference in New Issue
Block a user