Runtime-deprecate ospec, change change-log to changelog, fix a few assorted bugs (#2578)
This commit is contained in:
parent
1630b06106
commit
9f0dc2ab46
76 changed files with 484 additions and 410 deletions
|
|
@ -6,7 +6,7 @@ var o, callAsync, Promise
|
|||
if (typeof require !== "undefined") {
|
||||
/* eslint-disable global-require */
|
||||
callAsync = require("../../test-utils/callAsync")
|
||||
o = require("../../ospec/ospec")
|
||||
o = require("ospec")
|
||||
Promise = require("../../promise/polyfill")
|
||||
/* eslint-enable global-require */
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue