forked from tc39/proposal-temporal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tc39#715 broke Test262 tests (specifically the ability to `import * from 'es-abstract'), and I couldn't figure out how to import individual es-abstract js functions from the PoC TypeScript code, so I gave up and hacked up the three es-abstract methods (ToString, ToObject, and ToInteger) that the PoC uses. A real JS implementation will simply depend on ecmascript.js, so it wasn't worth doing a real implementation. I apologize for how bad this placeholder code is. ;-(
- Loading branch information
1 parent
2206102
commit df40949
Showing
3 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters