common-js-file-extensions

Common JavaScript File Extensions

MIT 5 个版本
安装
npm install common-js-file-extensions
yarn add common-js-file-extensions
pnpm add common-js-file-extensions
bun add common-js-file-extensions
README

Common JavaScript File Extensions

This module exports three attributes:

  • code: contains an array of JavaScript extensions that refers to code files
  • config: contains an array of JavaScript extensions that refers to config/object files

List of supported extensions and sources

Code file extensions

JavaScript

IcedCoffeeScript

  • iced
  • liticed
  • iced.md

CoffeeScript

  • cs
  • coffee
  • litcoffee
  • coffee.md

TypeScript

LiveScript

  • ls

ES/ES6 Scripts

Stratified JavaScript

  • sjs

Earl Grey

  • eg

Config/object file extensions

JavaScript Object Notation (JSON)

  • json

JavaScript LiveScript JSON

  • json.ls

JSON 5

  • json5

License MIT - Copyright (c) 2016 Luis Lobo Borobia

版本列表
1.0.4 2020-09-10
1.0.3 2019-04-19
1.0.2 2016-12-30
1.0.1 2016-12-28
1.0.0 2016-12-28