tailwind-ctp-intellisense/packages/tailwindcss-language-service
Remco Haszing 061618745c
Optimize language service build (#520)
`tsdx` uses `.browserslistrc` to determine how to transpile the source
code. By default it supports very old environments.

By specifying relatively modern targets, the bundle size has been
reduced with ~40%. This also significantly increases performance and
readability of the output, because babel’s regenerator runtime isn’t
used anymore.

The output target can’t be set to something too new, because `tsdx` uses
an older version of terser which isn’t compatible with all new syntax
(e.g. optional chaining).
2022-04-13 17:29:08 +01:00
..
src Convert dlv require statements to imports (#521) 2022-04-13 17:10:47 +01:00
.browserslistrc Optimize language service build (#520) 2022-04-13 17:29:08 +01:00
.gitignore add lerna and separate language server package 2021-06-01 12:37:15 +01:00
LICENSE Create LICENSE 2022-01-05 10:28:45 +00:00
package-lock.json Bump ansi-regex in /packages/tailwindcss-language-service (#511) 2022-04-01 15:23:47 +01:00
package.json Rework language boundary detection (#502) 2022-03-02 17:16:35 +00:00
tsconfig.json update tsconfig 2021-10-08 18:24:11 +01:00