opencode-hashline
Hashline plugin for OpenCode — content-addressable line hashing for precise AI code editing
File Explorer
- ci.yml
- release.yml
- dependabot.yml
- commit-msg
- pre-commit
- pre-push
- extensions.json
- settings.json
- registerDevToolsEventLogger.js
- registerDevToolsEventLogger.js
- metadata.json
- prompt.md
- TimelineContext.js
- TimelineContext.js
- metadata.json
- prompt.md
- astUtils.js
- astUtils.js
- metadata.json
- prompt.md
- testHelpers.js
- testHelpers.js
- metadata.json
- prompt.md
- FlamegraphChartBuilder.js
- FlamegraphChartBuilder.js
- metadata.json
- prompt.md
- SyntheticEvent.js
- SyntheticEvent.js
- metadata.json
- prompt.md
- index.js
- index.js
- metadata.json
- prompt.md
- ActivityList.js
- ActivityList.js
- metadata.json
- prompt.md
- SyntheticEvent.js
- SyntheticEvent.js
- metadata.json
- prompt.md
- TabBar.js
- TabBar.js
- metadata.json
- prompt.md
- EventPluginRegistry.js
- EventPluginRegistry.js
- metadata.json
- prompt.md
- ReactPerformanceTrackProperties.js
- ReactPerformanceTrackProperties.js
- metadata.json
- prompt.md
- CommitFlamegraphListItem.js
- CommitFlamegraphListItem.js
- metadata.json
- prompt.md
- ReactDOMTextarea.js
- ReactDOMTextarea.js
- metadata.json
- prompt.md
- StyleEditor.js
- StyleEditor.js
- metadata.json
- prompt.md
- testHelpers.js
- testHelpers.js
- metadata.json
- prompt.md
- ReactNoopFlightServer.js
- ReactNoopFlightServer.js
- metadata.json
- prompt.md
- ReactFlightDOMClientEdge.js
- ReactFlightDOMClientEdge.js
- metadata.json
- prompt.md
- githubAPI.js
- githubAPI.js
- metadata.json
- prompt.md
- code-path.js
- code-path.js
- metadata.json
- prompt.md
- InspectedElement.js
- InspectedElement.js
- metadata.json
- prompt.md
- ReactDOMClient.js
- ReactDOMClient.js
- metadata.json
- prompt.md
- NativeEventsView.js
- NativeEventsView.js
- metadata.json
- prompt.md
- ReactFlightUnbundledReferences.js
- ReactFlightUnbundledReferences.js
- metadata.json
- prompt.md
- fallbackEvalContext.js
- fallbackEvalContext.js
- metadata.json
- prompt.md
- CSSShorthandProperty.js
- CSSShorthandProperty.js
- metadata.json
- prompt.md
- hooks.js
- hooks.js
- metadata.json
- prompt.md
- index.js
- index.js
- metadata.json
- prompt.md
- ReactFlightDOMServerBrowser.js
- ReactFlightDOMServerBrowser.js
- metadata.json
- prompt.md
- ReactFlightDOMServerNode.js
- ReactFlightDOMServerNode.js
- metadata.json
- prompt.md
- readInputData.js
- readInputData.js
- metadata.json
- prompt.md
- editor.js
- editor.js
- metadata.json
- prompt.md
- hooks.js
- hooks.js
- metadata.json
- prompt.md
- ReactFlightDOMClientNode.js
- ReactFlightDOMClientNode.js
- metadata.json
- prompt.md
- ReactFlightDOMClientNode.js
- ReactFlightDOMClientNode.js
- metadata.json
- prompt.md
- loadSourceAndMetadata.js
- loadSourceAndMetadata.js
- metadata.json
- prompt.md
- profiling.js
- profiling.js
- metadata.json
- prompt.md
- SourceMapMetadataConsumer.js
- SourceMapMetadataConsumer.js
- metadata.json
- prompt.md
- DevToolsFiberComponentStack.js
- DevToolsFiberComponentStack.js
- metadata.json
- prompt.md
- getBatchRange.js
- getBatchRange.js
- metadata.json
- prompt.md
- EnterLeaveEventPlugin.js
- EnterLeaveEventPlugin.js
- metadata.json
- prompt.md
- backend.js
- backend.js
- metadata.json
- prompt.md
- githubAPI.js
- githubAPI.js
- metadata.json
- prompt.md
- ReactFlightStackConfigV8.js
- ReactFlightStackConfigV8.js
- metadata.json
- prompt.md
- utils.js
- utils.js
- metadata.json
- prompt.md
- UnsupportedVersionDialog.js
- UnsupportedVersionDialog.js
- metadata.json
- prompt.md
- getComponentNameFromFiber.js
- getComponentNameFromFiber.js
- metadata.json
- prompt.md
- simulateBrowserEventDispatch.js
- simulateBrowserEventDispatch.js
- metadata.json
- prompt.md
- InspectedElementStateTree.js
- InspectedElementStateTree.js
- metadata.json
- prompt.md
- useCommitFilteringAndNavigation.js
- useCommitFilteringAndNavigation.js
- metadata.json
- prompt.md
- ReactFiberAsyncAction.js
- ReactFiberAsyncAction.js
- metadata.json
- prompt.md
- ReactServerConsoleConfigPlain.js
- ReactServerConsoleConfigPlain.js
- metadata.json
- prompt.md
- ReactNoopFlightServer.js
- ReactNoopFlightServer.js
- metadata.json
- prompt.md
- backend.js
- backend.js
- metadata.json
- prompt.md
- importFile.js
- importFile.js
- metadata.json
- prompt.md
- ReactNativeFiberInspector.js
- ReactNativeFiberInspector.js
- metadata.json
- prompt.md
- ReactDOMFizzStaticNode.js
- ReactDOMFizzStaticNode.js
- metadata.json
- prompt.md
- Rectangle.js
- Rectangle.js
- metadata.json
- prompt.md
- UnsupportedBridgeProtocolDialog.js
- UnsupportedBridgeProtocolDialog.js
- metadata.json
- prompt.md
- ReactTypes.js
- ReactTypes.js
- metadata.json
- prompt.md
- fixtures.tar.gz
- run.ts
- benchmark.ts
- hashline-tool.test.ts
- hashline.test.ts
- hooks.test.ts
- plugin-infra.test.ts
- sanitize-config.test.ts
- hashline-tool.ts
- hashline.ts
- hooks.ts
- index.ts
- utils.ts
- .gitignore
- banner.jpg
- biome.json
- CHANGELOG.md
- CONTINUITY.md
- LICENSE
- package-lock.json
- package.json
- README.en.md
- README.md
- README.ru.md
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
