Releases: marko-js/marko
@marko/[email protected]
Patch Changes
- #1923
62afb3256
Thanks @DylanPiercey! - Remove class lifecycle types to avoid the need tooverride
them.
[email protected]
Patch Changes
-
#1921
1fe71a502
Thanks @DylanPiercey! - Avoid usingtypeof window
and prefertypeof document
checks for browser environment (improves future deno support). -
#1921
f0c697d7b
Thanks @DylanPiercey! - Avoids using a package.json remap for the browser implementation of the _preserve internal tag (used to implementno-update
directives). This fixes an issue where in vite the module could not be loaded properly. -
Updated dependencies [
1fe71a502
,f0c697d7b
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #1921
f0c697d7b
Thanks @DylanPiercey! - Avoids using a package.json remap for the browser implementation of the _preserve internal tag (used to implementno-update
directives). This fixes an issue where in vite the module could not be loaded properly.
@marko/[email protected]
Patch Changes
-
#1921
1fe71a502
Thanks @DylanPiercey! - Avoid usingtypeof window
and prefertypeof document
checks for browser environment (improves future deno support). -
#1921
f0c697d7b
Thanks @DylanPiercey! - Avoids using a package.json remap for the browser implementation of the _preserve internal tag (used to implementno-update
directives). This fixes an issue where in vite the module could not be loaded properly.
[email protected]
Patch Changes
-
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid addingexport {}
(from "@babel/plugin-transform-typescript") when outputing a template with the types stripped. -
#1918
cceab7d20
Thanks @DylanPiercey! - Reduce script parsing restrictions added by Babel.
This was causing Babel to error when parsing partial scripts.static const x = 1; export { x };
Before this change in the above code Babel would error when parsing
export { x }
sayingx
was not previously defined. This is because Marko parses these statements in isolation. -
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid outputing adeclare
'd type on aclass
. -
Updated dependencies [
7d5dab41c
,cceab7d20
,7d5dab41c
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid addingexport {}
(from "@babel/plugin-transform-typescript") when outputing a template with the types stripped. -
#1918
cceab7d20
Thanks @DylanPiercey! - Reduce script parsing restrictions added by Babel.
This was causing Babel to error when parsing partial scripts.static const x = 1; export { x };
Before this change in the above code Babel would error when parsing
export { x }
sayingx
was not previously defined. This is because Marko parses these statements in isolation. -
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid outputing adeclare
'd type on aclass
.
@marko/[email protected]
Patch Changes
-
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid addingexport {}
(from "@babel/plugin-transform-typescript") when outputing a template with the types stripped. -
#1918
cceab7d20
Thanks @DylanPiercey! - Reduce script parsing restrictions added by Babel.
This was causing Babel to error when parsing partial scripts.static const x = 1; export { x };
Before this change in the above code Babel would error when parsing
export { x }
sayingx
was not previously defined. This is because Marko parses these statements in isolation. -
#1920
7d5dab41c
Thanks @DylanPiercey! - Avoid outputing adeclare
'd type on aclass
.
[email protected]
Patch Changes
-
#1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes -
Updated dependencies [
ac1d5062a
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes
@marko/[email protected]
Patch Changes
- #1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes