ruffle/web/packages
relrelb 8c19e06e5e extension: Type `utils.getOptions()` better
This disallows passing non-existent options:

```ts
utils.getOptions(["doesNotExist"]); // error
```

And also disallows using options that were not requested:

```ts
const options = utils.getOptions(["ruffleEnable"]);
options.ignoreOptout; // error
```
2021-09-24 17:30:12 +03:00
..
core web: Indent using spaces in tsconfig.json 2021-09-15 00:42:17 +03:00
demo demo: Add visual indicator to file picker for dragging and dropping 2021-09-15 00:08:16 +03:00
extension extension: Type `utils.getOptions()` better 2021-09-24 17:30:12 +03:00
selfhosted web: Set `__webpack_public_path__` in `load-ruffle.ts` 2021-09-08 02:25:05 -07:00