Skip to content

Version Packages#40

Merged
johnie merged 1 commit intomasterfrom
changeset-release/master
Apr 9, 2026
Merged

Version Packages#40
johnie merged 1 commit intomasterfrom
changeset-release/master

Conversation

@johnie
Copy link
Copy Markdown
Owner

@johnie johnie commented Apr 9, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

esbuild-coffeescript@3.1.0

Minor Changes

  • #39 e6f9c65 Thanks @johnie! - ### Auto-detect literate CoffeeScript from file extension

    .litcoffee files are now compiled automatically without needing to pass literate: true. The option is still respected when explicitly set.

    Fix inlineMap option

    The inlineMap option was incorrectly remapped to CoffeeScript's sourceMap option, which returns an object instead of a string and breaks esbuild. It now correctly passes inlineMap through to the CoffeeScript compiler, producing an inline base64-encoded source map comment in the output.

    Fix error lineText for multi-line files

    Error messages now correctly report the specific line where the error occurred, instead of passing the entire source file as lineText.

    Safer error handling

    The catch clause now validates that the error has CoffeeScript's location property before attempting to convert it. Unexpected errors are re-thrown instead of being silently swallowed.

    Export Options type

    The Options interface is now exported, allowing consumers to type-check their plugin configuration.

Patch Changes

Releases:
  esbuild-coffeescript@3.1.0

[skip ci]
@johnie johnie merged commit d9e1011 into master Apr 9, 2026
@johnie johnie deleted the changeset-release/master branch April 9, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant