Skip to content

Releases: marko-js/marko

@marko/[email protected]

27 Mar 19:00
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 Mar 16:22
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

24 Mar 16:22
Compare
Choose a tag to compare

Patch Changes

  • #1921 f0c697d7b Thanks @DylanPiercey! - Avoids using a package.json remap for the browser implementation of the _preserve internal tag (used to implement no-update directives). This fixes an issue where in vite the module could not be loaded properly.

@marko/[email protected]

24 Mar 16:22
Compare
Choose a tag to compare

Patch Changes

  • #1921 1fe71a502 Thanks @DylanPiercey! - Avoid using typeof window and prefer typeof 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 implement no-update directives). This fixes an issue where in vite the module could not be loaded properly.

[email protected]

21 Mar 20:44
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

21 Mar 20:44
Compare
Choose a tag to compare

Patch Changes

  • #1920 7d5dab41c Thanks @DylanPiercey! - Avoid adding export {} (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 } saying x was not previously defined. This is because Marko parses these statements in isolation.

  • #1920 7d5dab41c Thanks @DylanPiercey! - Avoid outputing a declare'd type on a class.

@marko/[email protected]

21 Mar 20:44
Compare
Choose a tag to compare

Patch Changes

  • #1920 7d5dab41c Thanks @DylanPiercey! - Avoid adding export {} (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 } saying x was not previously defined. This is because Marko parses these statements in isolation.

  • #1920 7d5dab41c Thanks @DylanPiercey! - Avoid outputing a declare'd type on a class.

[email protected]

17 Mar 21:12
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

17 Mar 21:12
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

17 Mar 21:12
Compare
Choose a tag to compare

Patch Changes