Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Arguments {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/array
core-js(-pure)/es|stable|actual|full/array/from
core-js(-pure)/es|stable|actual|full/array/from-async
Expand Down
8 changes: 4 additions & 4 deletions docs/web/docs/features/ecmascript/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Map {
```

### [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/map
core-js(-pure)/es|stable|actual|full/map/group-by
```
Expand Down Expand Up @@ -97,7 +97,7 @@ class Set {
```

### [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/set
core-js(-pure)/es|stable|actual|full/set/difference
core-js(-pure)/es|stable|actual|full/set/intersection
Expand Down Expand Up @@ -157,7 +157,7 @@ class WeakMap {
}
```
### [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/weak-map
```

Expand Down Expand Up @@ -208,7 +208,7 @@ class WeakSet {
```

### [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/weak-set
```
### Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Date {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/es|stable|actual|full/date
core-js/es|stable|actual|full/date/to-string
core-js(-pure)/es|stable|actual|full/date/now
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SuppressedError extends Error {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/es|stable|actual|full/error
core-js/es|stable|actual|full/error/constructor
core-js(-pure)/es|stable|actual|full/error/is-error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AsyncIterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/disposable-stack
core-js(-pure)/es|stable|actual|full/async-disposable-stack
core-js(-pure)/es|stable|actual|full/iterator/dispose
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Function {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/es|stable|actual|full/function
core-js/es|stable|actual|full/function/name
core-js/es|stable|actual|full/function/has-instance
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/globalthis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let globalThis: GlobalThisValue;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js(-pure)/es|stable|actual|full/global-this
```

Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/iterator.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Iterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/iterator
core-js(-pure)/es|stable|actual|full/iterator/concat
core-js(-pure)/es|stable|actual|full/iterator/dispose
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace JSON {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/json/is-raw-json
core-js(-pure)/es|stable|actual|full/json/parse
core-js(-pure)/es|stable|actual|full/json/raw-json
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Math {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/math
core-js(-pure)/es|stable|actual|full/math/acosh
core-js(-pure)/es|stable|actual|full/math/asinh
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function parseInt(string: string, radix?: number = 10): number;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/number
core-js(-pure)/es|stable|actual|full/number/constructor
core-js(-pure)/es|stable|actual|full/number/is-finite
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Object {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/object
core-js(-pure)/es|stable|actual|full/object/assign
core-js(-pure)/es|stable|actual|full/object/is
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/promise.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Promise {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/promise
core-js(-pure)/es|stable|actual|full/promise/all-settled
core-js(-pure)/es|stable|actual|full/promise/any
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Reflect {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/reflect
core-js(-pure)/es|stable|actual|full/reflect/apply
core-js(-pure)/es|stable|actual|full/reflect/construct
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/string-regexp.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function unescape(string: string): string;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/string
core-js(-pure)/es|stable|actual|full/string/from-code-point
core-js(-pure)/es|stable|actual|full/string/raw
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/symbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Object {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js(-pure)/es|stable|actual|full/symbol
core-js(-pure)/es|stable|actual|full/symbol/async-dispose
core-js(-pure)/es|stable|actual|full/symbol/async-iterator
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/ecmascript/typed-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Uint8Array {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/es|stable|actual|full/array-buffer
core-js/es|stable|actual|full/array-buffer/constructor
core-js/es|stable|actual|full/array-buffer/is-view
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/iteration-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getIteratorMethod(value: any): Function | void;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js-pure/es|stable|actual|full/is-iterable
core-js-pure/es|stable|actual|full/get-iterator
core-js-pure/es|stable|actual|full/get-iterator-method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Object {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/accessible-object-hasownproperty
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-deduplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class %TypedArray% {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-unique
core-js(-pure)/full/array(/virtual)/unique-by
core-js/full/typed-array/unique-by
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class %TypedArray% {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-filtering-stage-1
core-js(-pure)/full/array(/virtual)/filter-reject
core-js/full/typed-array/filter-reject
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-find-from-last.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class %TypedArray% {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-find-from-last
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-fromasync.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Array {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-from-async-stage-2
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Map {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/proposals/array-grouping-v2
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/array-istemplateobject.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Array {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-is-template-object
core-js(-pure)/full/array/is-template-object
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class Array {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-flat-map
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class %TypedArray% {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-includes
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class ArrayBuffer {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/array-buffer-transfer
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/asynciterator-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AsyncIterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/async-iterator-helpers
core-js(-pure)/actual|full/async-iterator
core-js(-pure)/actual|full/async-iterator/drop
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/change-array-by-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class %TypedArray% {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```
```plaintext
core-js/proposals/change-array-by-copy-stage-4
core-js(-pure)/es|stable|actual|full/array(/virtual)/to-reversed
core-js(-pure)/es|stable|actual|full/array(/virtual)/to-sorted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function compositeSymbol(...args: Array<mixed>): symbol;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/keys-composition
core-js(-pure)/full/composite-key
core-js(-pure)/full/composite-symbol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DataView {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/data-view-get-set-uint8-clamped
core-js/full/dataview/get-uint8-clamped
core-js/full/dataview/set-uint8-clamped
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/error-iserror.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Error {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/is-error
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ class AsyncIterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/explicit-resource-management
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/float16-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ namespace Math {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/float16
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Function {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/function-is-callable-is-constructor
core-js(-pure)/full/function/is-callable
core-js(-pure)/full/function/is-constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Function {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/function-demethodize
core-js(-pure)/full/function/demethodize
core-js(-pure)/full/function/virtual/demethodize
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/globalthis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ let globalThis: GlobalThisValue;
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/global-this
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/iterator-chunking.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Iterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/iterator-chunking-v2
core-js(-pure)/full/iterator/chunks
core-js(-pure)/full/iterator/windows
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/iterator-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ class Iterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/iterator-helpers-stage-3-2
```
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/iterator-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Iterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/number-range
core-js(-pure)/full/iterator/range
```
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/features/proposals/iterator-sequencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Iterator {
```

## [Entry points]({docs-version}/docs/usage#h-entry-points)
```ts
```plaintext
core-js/proposals/iterator-sequencing
core-js(-pure)/es|stable|actual|full/iterator/concat
```
Expand Down
Loading