Skip to content

Commit

Permalink
create dedicated worker and deno bundles, and downgrade module to es2019
Browse files Browse the repository at this point in the history
related to #426
  • Loading branch information
sastan committed Dec 20, 2022
1 parent b698ee8 commit 02ea227
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 19 deletions.
37 changes: 37 additions & 0 deletions .changeset/afraid-papayas-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
'@twind/intellisense': patch
'@example/basic': patch
'@example/playground': patch
'@example/using-tailwind-forms': patch
'@example/using-twind-cdn': patch
'@example/with-gatsby': patch
'@example/with-lit': patch
'@example/with-next': patch
'@example/with-remix': patch
'@example/with-remix_react-v18': patch
'@example/with-sveltekit': patch
'@example/with-web-components': patch
'@twind/cdn': patch
'@twind/core': patch
'@twind/preset-autoprefix': patch
'@twind/preset-container-queries': patch
'@twind/preset-ext': patch
'@twind/preset-line-clamp': patch
'@twind/preset-radix-ui': patch
'@twind/preset-tailwind': patch
'@twind/preset-tailwind-forms': patch
'@twind/preset-typography': patch
'twind': patch
'gatsby-plugin-twind': patch
'@twind/with-next': patch
'@twind/with-react': patch
'@twind/with-remix': patch
'@twind/with-sveltekit': patch
'@twind/with-web-components': patch
'@sites/cdn.twind.style': patch
'@sites/mdn.twind.run': patch
'@sites/twind.run': patch
'@sites/twind.style': patch
---

create dedicated worker and deno bundles, and downgrade module to es2019 (fixes #426)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@typescript-eslint/parser": "^5.42.1",
"@vitest/coverage-c8": "^0.25.8",
"@vitest/ui": "^0.25.8",
"distilt": "^0.18.3",
"distilt": "^0.19.0",
"dotenv": "^10.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/intellisense/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ export function createIntellisense(
const links = [
`[Documentation](${MDN}${result.mdn.url})`,
browserCompat?.[0] &&
`[Browser Support](https://caniuse.com/mdn-${browserCompat[0].replaceAll(
'.',
`[Browser Support](https://caniuse.com/mdn-${browserCompat[0].replace(
/\./g,
'_',
)})`,
]
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02ea227

Please sign in to comment.