Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jaywcjlove/tsbb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: jaywcjlove/tsbb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Sep 7, 2021

  1. doc: Update README.md

    jaywcjlove committed Sep 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f429045 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f17f32a View commit details
  3. released v3.1.1

    jaywcjlove committed Sep 7, 2021
    Copy the full SHA
    7b7df83 View commit details
4 changes: 2 additions & 2 deletions example/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@template/basic",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "Basic Example.",
"scripts": {
"start": "node lib/index.js",
@@ -17,6 +17,6 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions example/express-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/express-typeorm",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "Express Typeorm Example.",
"scripts": {
@@ -35,7 +35,7 @@
"nodemon": "2.0.12",
"ts-node": "10.2.1",
"ts-node-dev": "1.1.8",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"compression": "1.7.4",
4 changes: 2 additions & 2 deletions example/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/express",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "Express Example.",
"scripts": {
@@ -33,7 +33,7 @@
"@types/http-errors": "1.8.1",
"nodemon": "2.0.12",
"ts-node-dev": "1.1.8",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"compression": "1.7.4",
4 changes: 2 additions & 2 deletions example/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/hapi",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "hapi Example.",
"main": "index.js",
@@ -30,7 +30,7 @@
"devDependencies": {
"@types/hapi__hapi": "20.0.9",
"nodemon": "2.0.12",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"@babel/runtime": "7.15.4",
4 changes: 2 additions & 2 deletions example/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/koa",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "Koa Example",
"scripts": {
@@ -28,7 +28,7 @@
"devDependencies": {
"@types/koa": "2.13.4",
"nodemon": "2.0.12",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"koa": "2.13.1"
4 changes: 2 additions & 2 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "3.1.0",
"version": "3.1.1",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "lib/index.js",
@@ -52,7 +52,7 @@
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"eslintConfig": {
"extends": [
4 changes: 2 additions & 2 deletions example/react-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/react-component",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "React Component Example.",
"scripts": {
@@ -42,7 +42,7 @@
"less": "4.1.1",
"parcel": "2.0.0-rc.0",
"react-test-renderer": "17.0.2",
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"@parcel/transformer-react-refresh-wrap": "2.0.0-alpha.3",
4 changes: 2 additions & 2 deletions example/transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@template/transform-typescript",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "Transform Typescript Example.",
"scripts": {
"watch": "tsbb watch --disable-babel-option --no-esm",
@@ -17,6 +17,6 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions example/umd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@template/umd",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "UMD Example.",
"scripts": {
"watch": "tsbb watch --no-esm --disable-babel",
@@ -12,6 +12,6 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.0",
"version": "3.1.1",
"packages": ["example/*", "packages/*"],
"command": {
"bootstrap": {
4 changes: 2 additions & 2 deletions packages/create-tsbb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tsbb",
"version": "3.1.0",
"version": "3.1.1",
"description": "Creates a TSBB application using the command line.",
"homepage": "https://jaywcjlove.github.io/tsbb",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
@@ -36,7 +36,7 @@
"frontend"
],
"devDependencies": {
"tsbb": "^3.1.0"
"tsbb": "^3.1.1"
},
"dependencies": {
"create-kkt": "2.3.0"
2 changes: 2 additions & 0 deletions packages/tsbb/README.md
Original file line number Diff line number Diff line change
@@ -80,6 +80,8 @@ You can download the following examples directly. [Download page](https://jaywcj
- [**`Hapi`**](https://github.com/jaywcjlove/tsbb/tree/master/example/hapi) - The [Hapi](https://hapijs.com/) base application example.
- [**`react-component`**](https://github.com/jaywcjlove/tsbb/tree/master/example/react-component) - The react component base application example.
- [**`react-component-tsx`**](https://github.com/jaywcjlove/tsbb/tree/master/example/react-component-tsx) - The react component and website base application example.
- [**`transform-typescript`**](https://github.com/jaywcjlove/tsbb/tree/master/example/transform-typescript) - Reconfigure the babel configuration example.
- [**`umd`**](https://github.com/jaywcjlove/tsbb/tree/master/example/umd) - umd bundle example.

## Command Help

2 changes: 1 addition & 1 deletion packages/tsbb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsbb",
"version": "3.1.0",
"version": "3.1.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/tsbb/src/utils/compile.ts
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export async function compile(
try {
await FS.remove(outDir);
const dirToFiles = await recursiveReaddirFiles(path.dirname(entry), {
exclude: /(tsconfig.json|.(test|spec).(ts|tsx|js|jsx))$/,
exclude: /(tsconfig.json|.d.ts|.(test|spec).(ts|tsx|js|jsx))$/,
});
if (!disableBabel) {
await Promise.all(
16 changes: 12 additions & 4 deletions packages/tsbb/src/utils/watchCompile.ts
Original file line number Diff line number Diff line change
@@ -30,18 +30,26 @@ export async function watchCompile(
watcher.on('change', async (filepath) => {
if (esm) {
const output = filepath.replace(entryDir, esm);
if (!disableBabel && isMatch(output, ['**/*.[jt]s?(x)']) && !isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', '**/?(*.)+d.ts'])) {
if (
!disableBabel &&
isMatch(output, ['**/*.[jt]s?(x)']) &&
!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', '**/*.d.ts'])
) {
transform(filepath, { entryDir, esm, ...other });
} else if (!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', 'tsconfig.json', '**/?(*.)+d.ts'])) {
} else if (!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', 'tsconfig.json', '**/*.d.ts'])) {
const result = ts.sys.readFile(filepath);
outputFiles(output, result);
}
}
if (cjs) {
const output = filepath.replace(entryDir, cjs);
if (!disableBabel && isMatch(output, ['**/*.[jt]s?(x)']) && !isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', '**/?(*.)+d.ts'])) {
if (
!disableBabel &&
isMatch(output, ['**/*.[jt]s?(x)']) &&
!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', '**/*.d.ts'])
) {
transform(filepath, { entryDir, cjs, ...other });
} else if (!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', 'tsconfig.json', '**/?(*.)+d.ts'])) {
} else if (!isMatch(output, ['**/?(*.)+(spec|test).[jt]s?(x)', 'tsconfig.json', '**/*.d.ts'])) {
const result = ts.sys.readFile(filepath);
outputFiles(output, result);
}