Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cf905d3
Initial cut
sandersn Nov 22, 2019
e13e28c
Merge branch 'master' into move-untested-sourcefiles-to-OTHER_FILES
sandersn Nov 22, 2019
4a34231
fix aos global reference
sandersn Nov 22, 2019
67ff549
fix clearbladejs global references
sandersn Nov 22, 2019
d3cf16a
fix cldr.js augmentations
sandersn Nov 22, 2019
4b1d9a1
fix codemirror compile errors (maybe)
sandersn Nov 22, 2019
c051a12
fixup skipped files after merge
sandersn Nov 22, 2019
0a1dc34
fix dwt/v13
sandersn Nov 22, 2019
2d9dbd2
add missing references to adone
sandersn Nov 22, 2019
bff0474
fix meteor (manually)
sandersn Nov 23, 2019
9003953
fix rangy
sandersn Nov 23, 2019
bd0bfc7
add missing file reference to react-blessed
sandersn Nov 23, 2019
f05cf5b
fix react-dom?
sandersn Nov 23, 2019
ae566c1
bump codemirror to 3.2
sandersn Nov 23, 2019
37f0537
bump dwt to 3.2
sandersn Nov 23, 2019
25b9618
Add/remove OTHER_FILES.txt as needed.
sandersn Nov 25, 2019
5a38d8d
bump react-codemirror to 3.2
sandersn Nov 25, 2019
1bff7aa
add references to slickgrid tests
sandersn Nov 25, 2019
1bc3695
add reference to strophe.js tests
sandersn Nov 25, 2019
638a235
add reference to strophe+fix types
sandersn Nov 25, 2019
01905cf
add reference to waypoints test
sandersn Nov 25, 2019
7cd1791
Bump others to 3.9
sandersn Nov 25, 2019
a699dcb
remove incorrectly added file
sandersn Nov 26, 2019
f742a9c
Use more explicit types reference paths
sandersn Nov 26, 2019
4762361
Merge branch 'master' into move-untested-sourcefiles-to-OTHER_FILES
sandersn Nov 26, 2019
742c8d9
bump strophejs-plugin-roster TS version
sandersn Nov 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
74 changes: 0 additions & 74 deletions types/adone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,80 +21,6 @@
},
"files": [
"adone-tests.ts",
"adone.d.ts",
"async.d.ts",
"benchmark.d.ts",
"glosses/app.d.ts",
"glosses/archives.d.ts",
"glosses/assertion.d.ts",
"glosses/collections/array_set.d.ts",
"glosses/collections/async_queue.d.ts",
"glosses/collections/avl_tree.d.ts",
"glosses/collections/binary_search_tree.d.ts",
"glosses/collections/buffer_list.d.ts",
"glosses/collections/byte_array.d.ts",
"glosses/collections/default_map.d.ts",
"glosses/collections/fast_lru.d.ts",
"glosses/collections/index.d.ts",
"glosses/collections/linked_list.d.ts",
"glosses/collections/lru.d.ts",
"glosses/collections/map_cache.d.ts",
"glosses/collections/ns_cache.d.ts",
"glosses/collections/priority_queue.d.ts",
"glosses/collections/queue.d.ts",
"glosses/collections/rb_tree.d.ts",
"glosses/collections/refcounted_cache.d.ts",
"glosses/collections/set.d.ts",
"glosses/collections/stack.d.ts",
"glosses/collections/time_map.d.ts",
"glosses/compressors.d.ts",
"glosses/crypto/asn1.d.ts",
"glosses/crypto/ed25519.d.ts",
"glosses/crypto/index.d.ts",
"glosses/crypto/secp256k1.d.ts",
"glosses/data.d.ts",
"glosses/datetime.d.ts",
"glosses/events.d.ts",
"glosses/errors.d.ts",
"glosses/fake.d.ts",
"glosses/fast.d.ts",
"glosses/fs.d.ts",
"glosses/is.d.ts",
"glosses/math/bignumber.d.ts",
"glosses/math/bitset.d.ts",
"glosses/math/decimal.d.ts",
"glosses/math/index.d.ts",
"glosses/math/long.d.ts",
"glosses/math/matrix.d.ts",
"glosses/math/simd.d.ts",
"glosses/meta.d.ts",
"glosses/net/http/client.d.ts",
"glosses/net/http/index.d.ts",
"glosses/net/index.d.ts",
"glosses/pretty/json.d.ts",
"glosses/pretty/size.d.ts",
"glosses/pretty/table.d.ts",
"glosses/pretty/time.d.ts",
"glosses/promise.d.ts",
"glosses/regex.d.ts",
"glosses/semver.d.ts",
"glosses/shani-global.d.ts",
"glosses/shani.d.ts",
"glosses/std.d.ts",
"glosses/streams.d.ts",
"glosses/system/env.d.ts",
"glosses/system/index.d.ts",
"glosses/system/process.d.ts",
"glosses/system/user.d.ts",
"glosses/templating/dot.d.ts",
"glosses/templating/index.d.ts",
"glosses/templating/nunjucks.d.ts",
"glosses/text/index.d.ts",
"glosses/text/spinners.d.ts",
"glosses/text/table.d.ts",
"glosses/text/unicode.d.ts",
"glosses/utils.d.ts",
"glosses/vault.d.ts",
"index.d.ts",
"test/glosses/app.ts",
"test/glosses/archives.ts",
Expand Down
3 changes: 1 addition & 2 deletions types/algoliasearch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"files": [
"index.d.ts",
"lite/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this mean if a user imports algoliasearch/lite now? I think I'm a little lost :)

Copy link
Contributor Author

@sandersn sandersn Nov 27, 2019

Choose a reason for hiding this comment

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

Nothing changes for users — notice that algoliasearch wasn't one of the packages that published a new version.

In fact, nothing really changes for algoliasearch since its tests already import and test algoliasearch/lite. lite/index.d.ts just isn't in tsconfig.json anymore, which means that it won't be published unless you test it — what algoliasearch does — or add it to OTHER_FILES.txt to indicate that it should be published untested. Only about 100 packages do the latter.

Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, that makes lots of sense, and makes it simpler to add "common" files which aren't exports. Thanks!

"algoliasearch-tests.ts"
]
}
}
9 changes: 1 addition & 8 deletions types/amap-js-api-map3d/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"geometry-3d.d.ts",
"index.d.ts",
"lights.d.ts",
"map3d.d.ts",
"object3d-group.d.ts",
"object3d-layer.d.ts",
"object3d.d.ts",
"vector3.d.ts",
"amap-js-api-map3d-tests.ts"
]
}
}
46 changes: 1 addition & 45 deletions types/amap-js-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,51 +18,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"array-bounds.d.ts",
"bounds.d.ts",
"browser.d.ts",
"common.d.ts",
"convert-from.d.ts",
"dom-util.d.ts",
"event.d.ts",
"geometry-util.d.ts",
"index.d.ts",
"layer/building.d.ts",
"layer/flexible.d.ts",
"layer/labelsLayer.d.ts",
"layer/layer.d.ts",
"layer/layerGroup.d.ts",
"layer/massMarks.d.ts",
"layer/mediaLayer.d.ts",
"layer/tileLayer.d.ts",
"layer/wms.d.ts",
"layer/wmts.d.ts",
"lngLat.d.ts",
"map.d.ts",
"overlay/bezierCurve.d.ts",
"overlay/circle.d.ts",
"overlay/circleMarker.d.ts",
"overlay/contextMenu.d.ts",
"overlay/ellipse.d.ts",
"overlay/geoJSON.d.ts",
"overlay/icon.d.ts",
"overlay/infoWindow.d.ts",
"overlay/labelMarker.d.ts",
"overlay/marker.d.ts",
"overlay/markerShape.d.ts",
"overlay/overlay.d.ts",
"overlay/overlayGroup.d.ts",
"overlay/pathOverlay.d.ts",
"overlay/polygon.d.ts",
"overlay/polyline.d.ts",
"overlay/rectangle.d.ts",
"overlay/shapeOverlay.d.ts",
"overlay/text.d.ts",
"pixel.d.ts",
"size.d.ts",
"type-util.d.ts",
"util.d.ts",
"view2D.d.ts",
"amap-js-api-tests.ts"
]
}
}
16 changes: 16 additions & 0 deletions types/amcharts/OTHER_FILES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
AmStockChart.d.ts
AreasSettings.d.ts
CategoryAxesSettings.d.ts
ChartCursorSettings.d.ts
ChartScrollbarSettings.d.ts
DataSet.d.ts
DataSetSelector.d.ts
ImagesSettings.d.ts
LegendSettings.d.ts
PanelSettings.d.ts
PeriodSelector.d.ts
StockEvent.d.ts
StockGraph.d.ts
StockLegend.d.ts
StockPanel.d.ts
ValueAxesSettings.d.ts
43 changes: 0 additions & 43 deletions types/amcharts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,49 +19,6 @@
},
"files": [
"index.d.ts",
"AmAngularGauge.d.ts",
"AmBalloon.d.ts",
"AmChart.d.ts",
"AmCoordinateChart.d.ts",
"AmGraph.d.ts",
"AmLegend.d.ts",
"AmPieChart.d.ts",
"AmRadarChart.d.ts",
"AmRectangularChart.d.ts",
"AmSerialChart.d.ts",
"AmStockChart.d.ts",
"AmXYChart.d.ts",
"AreasSettings.d.ts",
"AxisBase.d.ts",
"CategoryAxesSettings.d.ts",
"CategoryAxis.d.ts",
"ChartCursor.d.ts",
"ChartCursorSettings.d.ts",
"ChartScrollbar.d.ts",
"ChartScrollbarSettings.d.ts",
"DataSet.d.ts",
"DataSetSelector.d.ts",
"ExportSettings.d.ts",
"GaugeArrow.d.ts",
"GaugeAxis.d.ts",
"GaugeBand.d.ts",
"GraphDataItem.d.ts",
"Guide.d.ts",
"ImagesSettings.d.ts",
"Label.d.ts",
"LegendSettings.d.ts",
"PanelSettings.d.ts",
"PeriodSelector.d.ts",
"SerialDataItem.d.ts",
"Slice.d.ts",
"StockEvent.d.ts",
"StockGraph.d.ts",
"StockLegend.d.ts",
"StockPanel.d.ts",
"Title.d.ts",
"TrendLine.d.ts",
"ValueAxesSettings.d.ts",
"ValueAxis.d.ts",
"amcharts-tests.ts"
]
}
1 change: 0 additions & 1 deletion types/amqplib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"files": [
"index.d.ts",
"callback_api.d.ts",
"amqplib-tests.ts"
]
}
1 change: 0 additions & 1 deletion types/angular-mocks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"files": [
"index.d.ts",
"mocks.d.ts",
"angular-mocks-tests.ts"
],
"compilerOptions": {
Expand Down
3 changes: 1 addition & 2 deletions types/angular/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"files": [
"index.d.ts",
"jqlite.d.ts",
"angular-tests.ts",
"test/jqlite-tests.ts",
"test/jquery3-merging-tests.ts"
Expand All @@ -26,4 +25,4 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}
}
1 change: 1 addition & 0 deletions types/antlr4/OTHER_FILES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
error/index.d.ts
19 changes: 2 additions & 17 deletions types/antlr4/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"error/ErrorListener.d.ts",
"error/Errors.d.ts",
"error/ErrorStrategy.d.ts",
"error/index.d.ts",
"tree/Tree.d.ts",
"antlr4-tests.ts",
"BufferedTokenStream.d.ts",
"CommonTokenStream.d.ts",
"index.d.ts",
"InputStream.d.ts",
"IntervalSet.d.ts",
"Lexer.d.ts",
"Parser.d.ts",
"ParserRuleContext.d.ts",
"Recognizer.d.ts",
"RuleContext.d.ts",
"Token.d.ts"
"index.d.ts"
]
}
}
43 changes: 22 additions & 21 deletions types/array.from/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es2015"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"implementation.d.ts",
"index.d.ts",
"polyfill.d.ts",
"shim.d.ts",
"array.from-tests.ts"
]
}
"compilerOptions": {
"module": "commonjs",
"lib": [
"es2015"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"array.from-tests.ts"
]
}
16 changes: 8 additions & 8 deletions types/array.prototype.flat/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"array.prototype.flat-tests.ts",
"auto.d.ts",
"implementation.d.ts",
"index.d.ts",
"polyfill.d.ts",
"shim.d.ts"
"index.d.ts"
]
}
}
8 changes: 2 additions & 6 deletions types/array.prototype.flatmap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
},
"files": [
"array.prototype.flatmap-tests.ts",
"auto.d.ts",
"implementation.d.ts",
"index.d.ts",
"polyfill.d.ts",
"shim.d.ts"
"index.d.ts"
]
}
}
5 changes: 2 additions & 3 deletions types/asap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"files": [
"asap-tests.ts",
"index.d.ts",
"raw.d.ts"
"index.d.ts"
]
}
}
Loading