Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] kill babel & migrate to esm #1719

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f33b5ef
feat(packages/sui-bundler): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
fa4054e
feat(packages/sui-compiler-config): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
ebf42d7
feat(packages/sui-consents): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
d28060b
feat(packages/sui-dashboard): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
de35a26
feat(packages/sui-decorators): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
f5174db
feat(packages/sui-domain): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
a6d12a5
feat(packages/sui-helpers): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
1f96cd3
feat(packages/sui-hoc): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
69242d5
feat(packages/sui-i18n): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
8587610
feat(packages/sui-js-compiler): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
b5f7825
feat(packages/sui-js): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
ce4d8a8
feat(packages/sui-lint): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
7d28c31
feat(packages/sui-mock): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
4580145
feat(packages/sui-mockmock): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
da530e1
feat(packages/sui-mono): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
0c5d655
feat(packages/sui-pde): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
6bd915e
feat(packages/sui-react-context): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
dc73492
feat(packages/sui-react-head): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
d9bc620
feat(packages/sui-react-initial-props): migrate to esm and remove bab…
kikoruiz Feb 1, 2024
6da87e3
feat(packages/sui-react-router): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
941751b
feat(packages/sui-react-web-vitals): migrate to esm and remove babel …
kikoruiz Feb 1, 2024
9df05fb
feat(packages/sui-studio-utils): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
ef492ab
feat(packages/sui-studio): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
e303588
feat(packages/sui-test-contract): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
4ae49e3
feat(packages/sui-test-e2e): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
9a350dd
feat(packages/sui-test): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
6da4141
feat(packages/sui-theme): migrate to esm and remove babel deps
kikoruiz Feb 1, 2024
93e53bf
chore(Root): remove babel preset
kikoruiz Feb 1, 2024
fbe326b
chore(Root): fix deps
kikoruiz Feb 1, 2024
5a48411
feat(packages/sui-studio): fix some deps and code
kikoruiz Feb 2, 2024
a6ab6f3
feat(packages/sui-test): fix some deps and code
kikoruiz Feb 2, 2024
f7840c0
chore(Root): update deps
kikoruiz Feb 2, 2024
a4f3eff
Merge branch 'typescript-support' into kill-babel
kikoruiz Feb 2, 2024
37b907b
Merge branch 'typescript-support' into kill-babel
kikoruiz Feb 6, 2024
f0e203d
fix(packages/sui-compiler-config): fix some packages
kikoruiz Feb 12, 2024
a3e8dd3
fix(packages/sui-ssr): fix some packages
kikoruiz Feb 12, 2024
461fce9
fix(packages/sui-studio): fix some packages
kikoruiz Feb 12, 2024
1dd618e
fix(packages/sui-test): fix some packages
kikoruiz Feb 12, 2024
a6c6b1c
chore(Root): change package type
kikoruiz Feb 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jsconfig.json
lib/
node_modules/
npm-debug.log
package-lock.json

!packages/sui-sass-loader/test/server/fixtures/**/node_modules
packages/sui-codemod/COMMANDS
Expand Down
Loading