Skip to content

Commit ba009fb

Browse files
domoritztrxcllnt
andcommitted
ARROW-13277: [JS] Add declaration maps for TypeScript and refactor testing infrastructure
With declaration maps, developers can jump to the implementation rather than a declaration file. Closes apache#10673 from domoritz/dom/declaration-maps Lead-authored-by: Dominik Moritz <domoritz@gmail.com> Co-authored-by: ptaylor <paul.e.taylor@me.com> Signed-off-by: Dominik Moritz <domoritz@gmail.com>
1 parent 975f459 commit ba009fb

93 files changed

Lines changed: 1029 additions & 457 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.

js/.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
.eslintrc.js
2+
gulp
3+
jest.config.js
4+
jestconfigs
5+
targets

js/.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
fund=false
2+
audit=false
13
save-prefix=
4+
save-exact=true
25
engine-strict=true
6+
update-notifier=false
7+
registry=https://registry.npmjs.org/

js/.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"augustocdias.tasks-shell-input",
5+
]
6+
}

0 commit comments

Comments
 (0)