1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-21 07:06:35 +02:00
Nativefier/src/options
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
..
fields Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00
asyncConfig.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
model.ts Emit TS type declarations, and type NativefierOptions (#1016) 2020-08-05 20:26:41 -04:00
normalizeUrl.test.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
normalizeUrl.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
optionsMain.test.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
optionsMain.ts Add --block-external-urls flag to forbid external navigation attempts (Fix #978 - PR#1012) 2020-08-02 14:31:47 -04:00