-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add nextjs component * feat: add nextjs * feat: add functional export * chore: createApp support options * feat: test with next * feat: with sample * feat: with sample * test: fix * test: add next test * test: add next test * test: add next test * fix: circle dep * fix: lint * fix: legacy test * fix: lint * fix: sync load module * fix: sync load module * fix: lint * fix: lint * fix: mock test * test: fix circle * fix: lock * chore: remove circle dep * fix: create app * fix: create app error * fix: create app error * fix: lint * fix: faas starter * fix: faas starter * fix: faas starter * fix: naming * fix: create app * fix: create app * fix: sequelize * fix: preload after decorator service * fix: preload after decorator service * fix: create app * fix: create app * fix: create app * fix: create app * fix: create app * fix: create app * fix: create app * fix: create app * fix: create app * refactor: async context manager * refactor: async context manager
- Loading branch information
1 parent
65cb0c7
commit 3a0651a
Showing
302 changed files
with
5,720 additions
and
3,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ site/changelog | |
**/test/*.txt | ||
.audit | ||
packages/**/test/tmp | ||
.swc | ||
.result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="All Tests in nextjs" type="JavaScriptTestRunnerJest" folderName="midway all test"> | ||
<config-file value="$PROJECT_DIR$/packages/nextjs/jest.config.js" /> | ||
<node-interpreter value="project" /> | ||
<jest-package value="$PROJECT_DIR$/node_modules/jest" /> | ||
<working-dir value="$PROJECT_DIR$" /> | ||
<jest-options value="--no-cache" /> | ||
<envs> | ||
<env name="NODE_DEBUG" value="midway:debug" /> | ||
</envs> | ||
<scope-kind value="ALL" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,6 @@ | |
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@midwayjs/core": "^3.18.0" | ||
"@midwayjs/core": "workspace:^" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,6 @@ | |
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@midwayjs/core": "^3.18.0" | ||
"@midwayjs/core": "workspace:^" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
packages-serverless/midway-fc-starter/test/fixtures/base-app/src/configuration.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
import { Configuration } from '@midwayjs/core'; | ||
import { CommonJSFileDetector, Configuration } from '@midwayjs/core'; | ||
import * as faas from '@midwayjs/faas'; | ||
|
||
@Configuration({ | ||
imports: [faas], | ||
detector: new CommonJSFileDetector(), | ||
}) | ||
export class MainConfiguration { | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
157 changes: 0 additions & 157 deletions
157
packages/async-hooks-context-manager/src/asyncHooksContextManager.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.