Daniel Saarimäki

Results 6 issues of Daniel Saarimäki

Currently the library can only parse keys with the name `$ref`. This matches the JSON Schema specifications, but sometimes it may be useful to rename the key to for example...

I'm working with multiple templates which import numerous values using [template parameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html). Currently the visual graph produced is quite flat and disjointed for most templates since their dependencies come from...

I see that the Mat4 x Vec4 multiplication was added to the library as far back as Jun 26, 2016. Do you have any plans to release these features to...

Trying to parse the `ammo.idl` file last updated in commit [1a601e4](https://github.com/kripken/ammo.js/commit/1a601e4595511a560ff2baba092bbc553eb5082f) with the [WebIDL2.js online checker](https://w3c.github.io/webidl2.js/checker/) yields the following error: ``` WebIDLParseError: Syntax error at line 49, since `interface btVector4`:...

With the introduction of npm5, [commiting package-lock.json to a project is recommended](https://docs.npmjs.com/files/package-lock.json). This file also includes the version number of the project and it should be incremented along with the...

Applied the automatic NPM audit dependency fixes. In addition, removed `vitest` as an unused development dependency.