Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egorlem/js-directives-highlight


https://github.com/egorlem/js-directives-highlight

Last synced: 6 days ago
JSON representation

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-ignore

ESLint
- eslint
- eslint-disable
- eslint-disable-next-line
- eslint-disable-line
- eslint-enable