Results 475 issues of milahu

let me set the file extension of the snapshot file to enable syntax highlighting in the github blob API ```js expect(output).toMatchFile(undefined, { fileExtension: ".tsx", }); ``` currently, the snapshot files...

i want to use this repo for pycryptopp in https://github.com/tahoe-lafs/pycryptopp/pull/47 im replacing pycryptopp's `src-ed25519` with ```sh rm -rf src-ed25519 cp -r $src_python_ed25519 src-python-ed25519 chmod -R +w src-python-ed25519 # fix: FileNotFoundError:...

https://pypi.org/project/Flask-Themes2/#history

currently [the converter](https://rrjanbiah.github.io/react2solid/#/reactjs-to-solidjs-converter) fails on typescript input ```ts let a: number = 1 // error: Missing semicolon. ``` ```ts function f(): string { return "" } // error: Unexpected token,...

### Versions Plugin Version: v2.2.0 ### input ```js import { someName } from "./some-where.js"; import fs from 'fs'; fs.readFileSync("some-where.txt", "utf8"); ``` ### expected output ```js import { someName as some_name...

fix these errors ``` error Parsing error: The keyword 'const' is reserved error Parsing error: 'import' and 'export' may appear only with 'sourceType: module' ```

### Description `npx create-vite --help` should show help for command line usage ### Suggested solution something like ... ``` Usage: create-vite [OPTION]... [DIRECTORY] Create a new JavaScript project based on...

enhancement: pending triage

helper functions should be static to avoid the downstream build error `multiple definition of ...` when building one binary from multiple parsers build.log ``` /nix/store/xdqs45iclhp9dz8zz9pvn5zivjbhid1a-binutils-2.40/bin/ld: /build/tmpxyj0x25atree_sitter_language/vendor/tree-sitter-vue/src/scanner.o: in function `tree_sitter_html_external_scanner_create': scanner.cc:(.text+0xaf0):...

link to original source minimize line diffs ```diff --- scanner.cc.orig +++ scanner.cc @@ -1,3 +1,5 @@ +// based on https://github.com/tree-sitter/tree-sitter-html + #include #include #include @@ -12,6 +14,12 @@ using std::string;...

`grammar.json` is needed to map from `node.type` to `node.kind_id` assuming that `node.type` is more stable across different versions of a parser the extra files should be stored in the filesystem...