Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adversinc/meteor-types-fix
https://github.com/adversinc/meteor-types-fix
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adversinc/meteor-types-fix
- Owner: adversinc
- License: mit
- Created: 2020-01-22T16:55:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T00:47:16.000Z (about 1 year ago)
- Last Synced: 2024-09-30T03:05:59.401Z (about 1 month ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Additional fixes and hacks to avoid TypeScript
compilation warnings for Meteor.## Updating to v2
Fixed types v2 have the most of Template extensions
removed. Current implementation of @types/meteor
provides all the necessary typings.StrictDict is now a type synonym for ReactiveDict
for a backward compatibility.