-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
918b7a3
commit 29ca9d8
Showing
133 changed files
with
309 additions
and
1,521 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
38 changes: 0 additions & 38 deletions
38
...sdk/src/main/scala/typings/awsSdk/ConfigConfigurationServicePlaceholdersAPIVersions.scala
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...in/scala/typings/awsSdk/ConfigConfigurationServicePlaceholdersAPIVersionsApiVersion.scala
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...pings/awsSdk/ConfigConfigurationServicePlaceholdersAPIVersionsApiVersionApiVersions.scala
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...a/aws-sdk/src/main/scala/typings/awsSdk/ConfigurationServicePlaceholdersAPIVersions.scala
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
importer/src/test/resources/chart.js/check/c/chart_dot_js/build.sbt
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
15 changes: 10 additions & 5 deletions
15
...in/scala/typings/chartJs/AnonGlobal.scala → ...a/typings/chartJs/AnonDictkeyGlobal.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
package typings.chartJs | ||
|
||
import org.scalablytyped.runtime.StringDictionary | ||
import typings.chartJs.mod.ChartFontOptions | ||
import typings.chartJs.mod.ChartOptions | ||
import scala.scalajs.js | ||
import scala.scalajs.js.`|` | ||
import scala.scalajs.js.annotation._ | ||
|
||
@js.native | ||
trait AnonGlobal | ||
trait AnonDictkeyGlobal | ||
extends /* key */ StringDictionary[js.Any] { | ||
var global: ChartOptionsChartFontOptions = js.native | ||
var global: ChartOptions with ChartFontOptions = js.native | ||
} | ||
|
||
object AnonGlobal { | ||
object AnonDictkeyGlobal { | ||
@scala.inline | ||
def apply(global: ChartOptionsChartFontOptions, StringDictionary: /* key */ StringDictionary[js.Any] = null): AnonGlobal = { | ||
def apply( | ||
global: ChartOptions with ChartFontOptions, | ||
StringDictionary: /* key */ StringDictionary[js.Any] = null | ||
): AnonDictkeyGlobal = { | ||
val __obj = js.Dynamic.literal(global = global.asInstanceOf[js.Any]) | ||
if (StringDictionary != null) js.Dynamic.global.Object.assign(__obj, StringDictionary) | ||
__obj.asInstanceOf[AnonGlobal] | ||
__obj.asInstanceOf[AnonDictkeyGlobal] | ||
} | ||
} | ||
|
30 changes: 0 additions & 30 deletions
30
...js/check/c/chart_dot_js/src/main/scala/typings/chartJs/ChartOptionsChartFontOptions.scala
This file was deleted.
Oops, something went wrong.
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
4 changes: 2 additions & 2 deletions
4
importer/src/test/resources/export-as-namespace/check/a/angular-agility/build.sbt
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
2 changes: 1 addition & 1 deletion
2
importer/src/test/resources/export-as-namespace/check/a/angular/build.sbt
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
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
21 changes: 21 additions & 0 deletions
21
importer/src/test/resources/fp-ts/check/f/fp-ts/src/main/scala/typings/fpTs/AnonNever.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package typings.fpTs | ||
|
||
import typings.fpTs.hktMod.HKT | ||
import scala.scalajs.js | ||
import scala.scalajs.js.`|` | ||
import scala.scalajs.js.annotation._ | ||
|
||
@js.native | ||
trait AnonNever extends js.Object { | ||
var never: HKT[scala.Nothing, scala.Nothing] = js.native | ||
} | ||
|
||
object AnonNever { | ||
@scala.inline | ||
def apply(never: HKT[scala.Nothing, scala.Nothing]): AnonNever = { | ||
val __obj = js.Dynamic.literal(never = never.asInstanceOf[js.Any]) | ||
|
||
__obj.asInstanceOf[AnonNever] | ||
} | ||
} | ||
|
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
4 changes: 2 additions & 2 deletions
4
importer/src/test/resources/react-integration-test/check-japgolly/c/componentstest/build.sbt
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
Oops, something went wrong.