mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
accept baseline
This commit is contained in:
parent
7f127de89e
commit
5df00d29c7
@ -1,8 +1,8 @@
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectAMD.ts(1,14): error TS2717: Class name cannot be 'Object' when targeting ES5 with module AMD.
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectAMD.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module AMD.
|
||||
|
||||
|
||||
==== tests/cases/conformance/externalModules/exportClassNameWithObjectAMD.ts (1 errors) ====
|
||||
export class Object {}
|
||||
~~~~~~
|
||||
!!! error TS2717: Class name cannot be 'Object' when targeting ES5 with module AMD.
|
||||
!!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module AMD.
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectCommonJS.ts(1,14): error TS2717: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectCommonJS.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
|
||||
|
||||
==== tests/cases/conformance/externalModules/exportClassNameWithObjectCommonJS.ts (1 errors) ====
|
||||
export class Object {}
|
||||
~~~~~~
|
||||
!!! error TS2717: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
!!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectSystem.ts(1,14): error TS2717: Class name cannot be 'Object' when targeting ES5 with module System.
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectSystem.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module System.
|
||||
|
||||
|
||||
==== tests/cases/conformance/externalModules/exportClassNameWithObjectSystem.ts (1 errors) ====
|
||||
export class Object {}
|
||||
~~~~~~
|
||||
!!! error TS2717: Class name cannot be 'Object' when targeting ES5 with module System.
|
||||
!!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module System.
|
||||
|
||||
@ -4,9 +4,9 @@ export class Object {}
|
||||
|
||||
//// [exportClassNameWithObjectSystem.js]
|
||||
System.register([], function (exports_1, context_1) {
|
||||
var Object;
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var Object;
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectUMD.ts(1,14): error TS2717: Class name cannot be 'Object' when targeting ES5 with module UMD.
|
||||
tests/cases/conformance/externalModules/exportClassNameWithObjectUMD.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module UMD.
|
||||
|
||||
|
||||
==== tests/cases/conformance/externalModules/exportClassNameWithObjectUMD.ts (1 errors) ====
|
||||
export class Object {}
|
||||
~~~~~~
|
||||
!!! error TS2717: Class name cannot be 'Object' when targeting ES5 with module UMD.
|
||||
!!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module UMD.
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
tests/cases/conformance/externalModules/exportDefaultClassNameWithObject.ts(1,22): error TS2717: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
tests/cases/conformance/externalModules/exportDefaultClassNameWithObject.ts(1,22): error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
|
||||
|
||||
==== tests/cases/conformance/externalModules/exportDefaultClassNameWithObject.ts (1 errors) ====
|
||||
export default class Object {}
|
||||
~~~~~~
|
||||
!!! error TS2717: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
!!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user