esbuild-coffeescript-rails
Advanced tools
+2
-2
@@ -33,3 +33,3 @@ const { readFile } = require('fs/promises'); | ||
| console.log(`gatherRequireSources: ${path} @ ${level}`); | ||
| const sourceText = "" | ||
| let sourceText = "" | ||
| const source = await readFile(path, 'utf8'); | ||
@@ -57,3 +57,3 @@ const lines = source.split('\n'); | ||
| console.log(`gatherRequireSources(${file}) -> ${filePath} @ ${level}`); | ||
| const fileSource = await readFile(filePath, 'utf8'); | ||
@@ -60,0 +60,0 @@ const result = await gatherRequireSources(accumulated, filePath, level + 1); |
+1
-1
| { | ||
| "name": "esbuild-coffeescript-rails", | ||
| "version": "2.2.1", | ||
| "version": "2.2.2", | ||
| "description": "Esbuild for Coffeescript with Rails Sprockets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+2
-2
@@ -1,2 +0,2 @@ | ||
| # esbuild-coffeescript | ||
| # esbuild-coffeescript-rails | ||
@@ -10,3 +10,3 @@ [](https://github.com/johnie/esbuild-coffeescript/actions/workflows/master.yml) | ||
| ``` | ||
| $ npm install --save-dev esbuild-coffeescript | ||
| $ npm install --save-dev esbuild-coffeescript-rails | ||
| ``` | ||
@@ -13,0 +13,0 @@ |
10630
0.04%