Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/snippetFormatter.js

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

4 changes: 2 additions & 2 deletions dist/snippetFormatter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/talonFormatter.js

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

4 changes: 2 additions & 2 deletions dist/talonFormatter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeSitterFormatter.js

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

4 changes: 2 additions & 2 deletions dist/treeSitterFormatter.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@cursorless/talon-tools",
"version": "0.11.0",
"version": "0.11.1",
"description": "Linting and formatting tools for Talon and Cursorless",
"author": "Cursorless Dev",
"license": "MIT",
"type": "module",
"files": [
"dist",
"!dist/test",
"dist/**/*.js",
"dist/**/*.d.ts",
Comment on lines +9 to +10

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the generated source maps in the package

When consumers use Node's --enable-source-maps or a debugger, the shipped bundles still contain sourceMappingURL references, but this allowlist omits every dist/*.js.map file (as confirmed by npm pack --dry-run). Runtime errors therefore fall back to stack frames in the minified, single-line bundles instead of the TypeScript sources; include the generated maps or remove the stale references and disable source-map generation.

Useful? React with 👍 / 👎.

"!dist/test/**",
"!dist/build.*"
],
"types": "./dist/lib.d.ts",
Expand Down