common-js-file-extensions
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -17,2 +17,3 @@ /** | ||
'js', // built-in | ||
'mjs', // https://nodejs.org/api/esm.html#esm_enabling | ||
'iced', // http://maxtaco.github.io/coffee-script/ | ||
@@ -25,2 +26,3 @@ 'liticed', // http://maxtaco.github.io/coffee-script/ (literate iced) | ||
'ts', // https://www.typescriptlang.org/ | ||
'tsx', // https://www.typescriptlang.org/docs/handbook/jsx.html | ||
'cs', // http://bridge.net/ ?? | ||
@@ -27,0 +29,0 @@ 'ls', // http://livescript.net/ |
{ | ||
"name": "common-js-file-extensions", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common JavaScript File Extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,3 @@ # Common JavaScript File Extensions | ||
- js | ||
- [mjs](https://nodejs.org/api/esm.html#esm_ecmascript_modules) | ||
@@ -32,2 +33,3 @@ #### [IcedCoffeeScript](http://maxtaco.github.io/coffee-script/) | ||
- ts | ||
- [tsx](https://www.typescriptlang.org/docs/handbook/jsx.html) | ||
@@ -34,0 +36,0 @@ #### [LiveScript](http://livescript.net/) |
10562
25635
42
68
6