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(sh): new experimentalWasm option to use sh-syntax #209

Merged
merged 16 commits into from
Jul 29, 2022

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Jul 29, 2022

No description provided.

@JounQin JounQin added enhancement New feature or request feature labels Jul 29, 2022
@JounQin JounQin self-assigned this Jul 29, 2022
@changeset-bot
Copy link

changeset-bot bot commented Jul 29, 2022

🦋 Changeset detected

Latest commit: e7d3965

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
prettier-plugin-sql Patch
prettier-plugin-sh Patch
prettier-plugin-pkg Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2022

📊 Package size report   No changes

File Before After
Total (Includes all files) 212.8 kB 212.8 kB
Tarball size 68.5 kB 68.5 kB
Unchanged files
File Size
.changeset/config.json 313 B
.changeset/README.md 510 B
.codesandbox/ci.json 38 B
.editorconfig 161 B
.eslintrc 174 B
.github/FUNDING.yml 195 B
.github/workflows/ci.yml 757 B
.github/workflows/pkg-size.yml 496 B
.github/workflows/release.yml 1.1 kB
.github/workflows/vercel.yml 870 B
.lintstagedrc.cjs 50 B
.nvmrc 6 B
.postcssrc.cjs 51 B
.prettierignore 22 B
.prettierrc 24 B
.remarkrc 60 B
.simple-git-hooks.cjs 51 B
.stylelintignore 124 B
.stylelintrc 42 B
assets/pkg.svg 15.1 kB
assets/sh.png 14.4 kB
CHANGELOG.md 324 B
docs/App.tsx 1.4 kB
docs/global.scss 156 B
docs/index.tsx 208 B
docs/package.json 112 B
docs/tsconfig.json 85 B
LICENSE 1.1 kB
package.json 3.4 kB
packages/pkg/CHANGELOG.md 9.5 kB
packages/pkg/LICENSE 16.7 kB
packages/pkg/package.json 1.7 kB
packages/pkg/README.md 6.3 kB
packages/pkg/src/index.ts 1.4 kB
packages/pkg/src/rules/files.ts 1.6 kB
packages/pkg/src/rules/object.ts 736 B
packages/pkg/src/rules/sort.ts 2.3 kB
packages/pkg/src/types.ts 996 B
packages/pkg/src/utils.ts 502 B
packages/pkg/test/__snapshots__/engines.spec.ts.snap 159 B
packages/pkg/test/__snapshots__/files.spec.ts.snap 174 B
packages/pkg/test/__snapshots__/test.spec.ts.snap 2.4 kB
packages/pkg/test/engines.spec.ts 437 B
packages/pkg/test/files.spec.ts 429 B
packages/pkg/test/fixtures/fixture1.json 1.0 kB
packages/pkg/test/fixtures/fixture2.json 863 B
packages/pkg/test/test.spec.ts 2.1 kB
packages/pkg/tsconfig.json 154 B
packages/sh/CHANGELOG.md 9.9 kB
packages/sh/LICENSE 1.1 kB
packages/sh/package.json 1.9 kB
packages/sh/README.md 4.7 kB
packages/sh/src/index.ts 6.3 kB
packages/sh/test/__snapshots__/fixture.spec.ts.snap 27.4 kB
packages/sh/test/__snapshots__/shellscript.spec.ts.snap 168 B
packages/sh/test/fixture.spec.ts 1.1 kB
packages/sh/test/fixtures/.dockerignore 108 B
packages/sh/test/fixtures/.properties 177 B
packages/sh/test/fixtures/133.sh 5.2 kB
packages/sh/test/fixtures/146.ini 1.1 kB
packages/sh/test/fixtures/147.cfg 3.3 kB
packages/sh/test/fixtures/148.ini 3.1 kB
packages/sh/test/fixtures/162.sh 15.7 kB
packages/sh/test/fixtures/182 1.9 kB
packages/sh/test/fixtures/Dockerfile 394 B
packages/sh/test/fixtures/hosts 406 B
packages/sh/test/fixtures/jvm.options 162 B
packages/sh/test/fixtures/no-ext 37 B
packages/sh/test/fixtures/shell.sh 368 B
packages/sh/test/shellscript.spec.ts 478 B
packages/sh/tsconfig.json 154 B
packages/sql/CHANGELOG.md 4.6 kB
packages/sql/LICENSE 1.1 kB
packages/sql/package.json 1.9 kB
packages/sql/README.md 5.4 kB
packages/sql/src/index.ts 10.9 kB
packages/sql/test/__snapshots__/fixtures.spec.ts.snap 427 B
packages/sql/test/__snapshots__/sql.spec.ts.snap 355 B
packages/sql/test/fixtures.spec.ts 1.0 kB
packages/sql/test/fixtures/144.sql 68 B
packages/sql/test/fixtures/basic.sql 120 B
packages/sql/test/sql.spec.ts 681 B
packages/sql/tsconfig.json 154 B
README.md 6.0 kB
scripts/format.ts 682 B
scripts/languages.ts 3.3 kB
tsconfig.base.json 86 B
tsconfig.json 182 B
vercel.json 325 B

🤖 This report was automatically generated by pkg-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant