vaderjs 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/main.js +1 -0
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -286,6 +286,7 @@ function handleFiles() {
286
286
  DEV: mode === 'development',
287
287
  size: code.length / 1024,
288
288
  filePath: file.replace('.jsx', '.js'),
289
+ isTs: file.includes('.tsx'),
289
290
  INPUT: path.join(process.cwd(), file.replace('.js', '.jsx').replace('.tsx', '.js')),
290
291
  },
291
292
  onExit({ exitCode: code }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaderjs",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "A simple and powerful JavaScript library for building modern web applications.",
5
5
  "bin": {
6
6
  "vaderjs": "./main.js"