forked from redwoodjs/redwood
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move babel plugins from core package to internal (redwoodjs#3518)
* Move babel plugins from core -> internal. * Fix build. * Fix lint. * Fix babel-mock-cell-data plugin. * Fix routes auto-loader tests. * Fix core-js version detection. * Whoops, these core-js settings are weird. * TO DO: replace any type * fix require paths to internal * revert to pass tests * revert plugin-rw-mock-cell-data and files * fix TS errors * update yarn.lock * fix repgrap issue; update yarn.lock * Update packages/core/README.md * revert API babel config removal * fix ast types * fix imports Co-authored-by: Peter Pistorius <peter.pistorius@gmail.com>
- Loading branch information
1 parent
1b21f68
commit 3b0e07c
Showing
65 changed files
with
130 additions
and
238 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
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
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 was deleted.
Oops, something went wrong.
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,27 +1,7 @@ | ||
# Core | ||
|
||
<!-- toc --> | ||
- [Purpose and Vision](#Purpose-and-Vision) | ||
- [Package Lead](#Package-Lead) | ||
- [Roadmap](#Roadmap) | ||
- [Contributing](#Contributing) | ||
- [FAQ](#FAQ) | ||
This package contains configuration and common dependencies required by a RedwoodJS project. | ||
|
||
## Purpose and Vision | ||
Provides the base level configuration and modules for Redwood. | ||
|
||
## Package Lead | ||
|
||
- @peterp | ||
|
||
## Roadmap | ||
|
||
- [ ] Introduce top-level exports for node and browser contexts, since right now we're fixing the concerns, and it might be clear what should work where. | ||
|
||
## Contributing | ||
|
||
TODO | ||
|
||
## FAQ | ||
|
||
TODO | ||
## Package Leads | ||
- @peterp | ||
- @thedavidprice |
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 was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
...lPlugins/__tests__/__fixtures__/routes-auto-loader/dynamic/routes-with-no-imports/code.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...lugins/__tests__/__fixtures__/routes-auto-loader/dynamic/routes-with-no-imports/output.js
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...lugins/__tests__/__fixtures__/routes-auto-loader/dynamic/routes-with-some-imports/code.js
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...gins/__tests__/__fixtures__/routes-auto-loader/dynamic/routes-with-some-imports/output.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...elPlugins/__tests__/__fixtures__/routes-auto-loader/static/routes-with-no-imports/code.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...Plugins/__tests__/__fixtures__/routes-auto-loader/static/routes-with-no-imports/output.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...Plugins/__tests__/__fixtures__/routes-auto-loader/static/routes-with-some-imports/code.js
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ugins/__tests__/__fixtures__/routes-auto-loader/static/routes-with-some-imports/output.js
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/core/src/babelPlugins/__tests__/babel-plugin-redwood-routes-auto-loader.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.