https://github.com/jorgecasar/typing-javascript
Example code for the talk Type Javascript without Typescript
https://github.com/jorgecasar/typing-javascript
eslint javascript quality-code typescript
Last synced: 2 months ago
JSON representation
Example code for the talk Type Javascript without Typescript
- Host: GitHub
- URL: https://github.com/jorgecasar/typing-javascript
- Owner: jorgecasar
- Created: 2024-06-06T08:26:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:29:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T16:48:03.638Z (about 1 year ago)
- Topics: eslint, javascript, quality-code, typescript
- Language: JavaScript
- Homepage: https://jorgecasar.es/en/talks/codemotion-madrid-2024/
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type Javascript without Typescript
Is it possible to write a Javascript file without using `.ts` files? How can we make our Javascript library compatible with Typescript? Typescript has some features over Javascript, but the main reason people use Typescript is typing code. We will see how to validate types and generate definition types using Javascript files.
## Slides
You can access to the talk slide: