Timo Kämäräinen
Timo Kämäräinen
Currently the types enforce you to either A) provide no options or B) provide a value for every option. In reality they all have default values and can be left...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code Reproduced in [Babel REPL](https://babel.dev/repl#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20ie_mob%2011&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=MYGwhgzhAEBiD28BGYBO0DeAoa1jwDsIAXVAV2GPlQAoBKTHXaYgCwEsIA6AM0RXQBeaABYATAG4muGvWiCAfI2bN2PaDTade_NNACEg4eIbYVKtqngB3aAQCmtgKKortAORaYfZGnsATdzopc2gAX2lwunoQ8KwI_CJiaB95O0c4XVpgrCA&debug=false&forceAllTransforms=true&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=false&presets=env&prettier=false&targets=&version=7.17.11&externalPlugins=babel-plugin-minify-dead-code-elimination%400.5.1&assumptions=%7B%7D). ### Configuration file...
It would be nice if the resource-loader supported dynamic font loading "out of the box". Currently loading dynamic fonts requires the use of an external package like https://github.com/typekit/webfontloader. Loading fonts...
**Description** The visualizer does not show state activities at all. **Expected Result** The visualizer should show activities in a similar manner as invoked services. **Reproduction** https://xstate.js.org/viz/?gist=d114ffd788befbe352abddcf3819194b
### Current Behavior A simple TypeScript project that only imports `@pixi/core` fails to compile with TypeScript: ``` node_modules/@pixi/settings/lib/ICanvasRenderingContext2D.d.ts:6:18 - error TS2430: Interface 'ICanvasRenderingContext2D' incorrectly extends interface 'CanvasTextDrawingStyles'. Property 'letterSpacing' is...
Process exit listeners aren't removed properly when the child process exits. This leads to a node warning once you start and stop the offline DynamoDB more than 10 times: ```...
It would be great to have a standalone Electron version of the editor. The benefits of this would be to have a much better workflow in regards to file management,...
Trying to use the runtime 4.1 with `strict: enabled` causes a bunch of errors like this: ``` node_modules/@pixi-spine/runtime-4.1/index.d.ts:78:64 - error TS2344: Type 'AnimationStateData' does not satisfy the constraint 'IAnimationStateData'. The...
Types seem to be broken in v3.0.7 resulting in the following error: ``` node_modules/@pixi-spine/runtime-3.8/index.d.ts:7:41 - error TS2307: Cannot find module '@pixi-spine/base/compile' or its corresponding type declarations. 7 import { IAnimationStateListener...
The Error constructor parameter is incorrect here: https://github.com/GameDistribution/GD-HTML5/blob/db9b5ebfda359be3994c5e8744e48e9026725198/src/main.js#L1127 According to MDN the second parameter for the Error constructor is an optional filename: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Error I think the line should say: ```...