/third_party/typescript/tests/baselines/reference/ |
D | doYouNeedToChangeYourTargetLibraryES2016Plus.types | 53 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts(); 55 >new Intl.DateTimeFormat("en-US").formatToParts() : any 56 >new Intl.DateTimeFormat("en-US").formatToParts : any 57 >new Intl.DateTimeFormat("en-US") : Intl.DateTimeFormat 58 …DateTimeFormat : { (locales?: string | string[], options?: Intl.DateTimeFormatOptions): Intl.DateT… 60 …DateTimeFormat : { (locales?: string | string[], options?: Intl.DateTimeFormatOptions): Intl.DateT…
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.symbols | 25 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts(); 27 >Intl.DateTimeFormat : Symbol(Intl.DateTimeFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, -… 29 >DateTimeFormat : Symbol(Intl.DateTimeFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --…
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.js | 11 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts(); 56 var testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt | 7 …,64): error TS2550: Property 'formatToParts' does not exist on type 'DateTimeFormat'. Do you need … 58 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts(); 60 !!! error TS2550: Property 'formatToParts' does not exist on type 'DateTimeFormat'. Do you need to …
|
/third_party/node/doc/api/ |
D | intl.md | 81 addition, such as [`Intl.DateTimeFormat`][] *may* be fully or partially 94 such as [`Intl.DateTimeFormat`][], generally only work with the English locale: 98 const english = new Intl.DateTimeFormat('en', { month: 'long' }); 99 const spanish = new Intl.DateTimeFormat('es', { month: 'long' }); 170 `system-icu`), [`Intl.DateTimeFormat`][] can be a good distinguishing factor: 176 const spanish = new Intl.DateTimeFormat('es', { month: 'long' }); 202 [`Intl.DateTimeFormat`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O…
|
/third_party/typescript/lib/ |
D | lib.es2017.intl.d.ts | 29 interface DateTimeFormat { interface
|
D | lib.es5.d.ts | 4385 interface DateTimeFormat { interface 4389 var DateTimeFormat: { variable 4390 new(locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat; 4391 (locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
|
D | tsc.js | 10545 DateTimeFormat: ["formatToParts"]
|
D | typingsInstaller.js | 13890 DateTimeFormat: ["formatToParts"]
|
D | tsserverlibrary.js | 14095 DateTimeFormat: ["formatToParts"]
|
D | typescript.js | 14095 DateTimeFormat: ["formatToParts"]
|
D | tsserver.js | 13901 DateTimeFormat: ["formatToParts"]
|
D | typescriptServices.js | 14095 DateTimeFormat: ["formatToParts"]
|
/third_party/typescript/src/lib/ |
D | es2017.intl.d.ts | 9 interface DateTimeFormat { interface
|
D | es5.d.ts | 4365 interface DateTimeFormat { interface 4369 var DateTimeFormat: { variable 4370 new(locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat; 4371 (locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
|
/third_party/typescript/tests/cases/compiler/ |
D | doYouNeedToChangeYourTargetLibraryES2016Plus.ts | 12 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
|
/third_party/node/test/parallel/ |
D | test-intl.js | 69 const dtf = new Intl.DateTimeFormat(['en'], {
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_intl.js | 20 DateTimeFormat: function (...args) { method
|
/third_party/node/lib/internal/ |
D | freeze_intrinsics.js | 335 Intl.DateTimeFormat.prototype,
|
/third_party/node/doc/guides/ |
D | maintaining-icu.md | 129 new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8)); 157 new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8));
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 3980 interface DateTimeFormat { interface 3984 var DateTimeFormat: { variable 3985 new (locales?: string[], options?: DateTimeFormatOptions): DateTimeFormat; 3986 new (locale?: string, options?: DateTimeFormatOptions): DateTimeFormat; 3987 (locales?: string[], options?: DateTimeFormatOptions): DateTimeFormat; 3988 (locale?: string, options?: DateTimeFormatOptions): DateTimeFormat;
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 783 DateTimeFormat: ["formatToParts"]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 4184 …s for `Intl.DateTimeFormat` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScr…
|