Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egorlem/js-directives-highlight
https://github.com/egorlem/js-directives-highlight
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/egorlem/js-directives-highlight
- Owner: egorlem
- License: mit
- Created: 2024-10-21T15:55:28.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:10:06.000Z (15 days ago)
- Last Synced: 2024-10-22T03:40:11.871Z (15 days ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Directives Highlight
## Pragmas are declared as string literals
ECMAScript
- 'use asm'
- 'use strict'NextJS
- 'use client'
- 'use server'## Pragmas are declared as comment
TypeScript
- @ts-expect-error
- @ts-check
- @ts-nocheck
- @ts-ignoreESLint
- eslint
- eslint-disable
- eslint-disable-next-line
- eslint-disable-line
- eslint-enable