1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-21 07:06:35 +02:00
Nativefier/src
davidfant bd077756e8
Emit TS type declarations, and type NativefierOptions (#1016)
This PR adds better Typescript support when using the Node module directly:
1. Generate type declarations when running `tsc`
2. Created the `NativefierOptions` type for the `buildNativefierApp` function instead of using `any`
2020-08-05 20:26:41 -04:00
..
build Emit TS type declarations, and type NativefierOptions (#1016) 2020-08-05 20:26:41 -04:00
helpers Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
infer Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00
options Emit TS type declarations, and type NativefierOptions (#1016) 2020-08-05 20:26:41 -04:00
utils Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00
cli.ts Add --block-external-urls flag to forbid external navigation attempts (Fix #978 - PR#1012) 2020-08-02 14:31:47 -04:00
constants.ts Bump default Electron to 9.1.0 2020-07-18 01:36:32 -04:00
integration-test.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
jestSetupFiles.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
main.ts Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00