Skip to content

Commit 0ab146e

Browse files
authored
Merge branch 'main' into fil/line-halo
2 parents 4f7ecbd + 994b534 commit 0ab146e

629 files changed

Lines changed: 204275 additions & 79245 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/node.js.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- run: yarn --frozen-lockfile
2626
- run: |
2727
echo ::add-matcher::.github/eslint.json
28-
yarn run eslint . --format=compact
28+
yarn run eslint src test --format=compact
29+
- run: yarn run prettier --check src test
2930
- run: yarn test
30-
- run: yarn readme:check
31+
- name: Test artifacts
32+
uses: actions/upload-artifact@v3
33+
if: failure()
34+
with:
35+
name: test-output-changes
36+
path: test/output/*-changed.*

.github/workflows/prettier.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
build/
23
dist/
34
types/
45
node_modules/

CHANGELOG.md

Lines changed: 349 additions & 5 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020-2022 Observable, Inc.
1+
Copyright 2020-2023 Observable, Inc.
22

33
Permission to use, copy, modify, and/or distribute this software for any purpose
44
with or without fee is hereby granted, provided that the above copyright notice

README.md

Lines changed: 1034 additions & 1026 deletions
Large diffs are not rendered by default.

bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export {version} from "./package.json";
2-
export * from "./src/index.js";
2+
export * from "./dist/index.js";

img/anscombe.png

14.8 KB
Loading

img/axes.png

25.6 KB
Loading

img/beagle.png

201 KB
Loading

0 commit comments

Comments
 (0)