Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #235 from exoego/globalfallback
Browse files Browse the repository at this point in the history
Support browsers without module support
  • Loading branch information
exoego committed Jul 10, 2020
2 parents f1b8b86 + 58bb5c1 commit 1100584
Show file tree
Hide file tree
Showing 221 changed files with 221 additions and 221 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/facade/amazonaws/AWS.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scala.scalajs.js
import scala.scalajs.js.annotation.JSImport

@js.native
@JSImport("aws-sdk", JSImport.Namespace)
@JSImport("aws-sdk", JSImport.Namespace, "AWS")
object AWS extends js.Object {
var config: AWSConfigWithServicesDefault = js.native
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ package object accessanalyzer {

package accessanalyzer {
@js.native
@JSImport("aws-sdk", "AccessAnalyzer")
@JSImport("aws-sdk", "AccessAnalyzer", "AWS.AccessAnalyzer")
class AccessAnalyzer() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ package object acm {

package acm {
@js.native
@JSImport("aws-sdk", "ACM")
@JSImport("aws-sdk", "ACM", "AWS.ACM")
class ACM() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ package object acmpca {

package acmpca {
@js.native
@JSImport("aws-sdk", "ACMPCA")
@JSImport("aws-sdk", "ACMPCA", "AWS.ACMPCA")
class ACMPCA() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ package object alexaforbusiness {

package alexaforbusiness {
@js.native
@JSImport("aws-sdk", "AlexaForBusiness")
@JSImport("aws-sdk", "AlexaForBusiness", "AWS.AlexaForBusiness")
class AlexaForBusiness() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ package object amplify {

package amplify {
@js.native
@JSImport("aws-sdk", "Amplify")
@JSImport("aws-sdk", "Amplify", "AWS.Amplify")
class Amplify() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ package object apigateway {

package apigateway {
@js.native
@JSImport("aws-sdk", "APIGateway")
@JSImport("aws-sdk", "APIGateway", "AWS.APIGateway")
class APIGateway() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package object apigatewaymanagementapi {

package apigatewaymanagementapi {
@js.native
@JSImport("aws-sdk", "ApiGatewayManagementApi")
@JSImport("aws-sdk", "ApiGatewayManagementApi", "AWS.ApiGatewayManagementApi")
class ApiGatewayManagementApi() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ package object apigatewayv2 {

package apigatewayv2 {
@js.native
@JSImport("aws-sdk", "ApiGatewayV2")
@JSImport("aws-sdk", "ApiGatewayV2", "AWS.ApiGatewayV2")
class ApiGatewayV2() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ package object appconfig {

package appconfig {
@js.native
@JSImport("aws-sdk", "AppConfig")
@JSImport("aws-sdk", "AppConfig", "AWS.AppConfig")
class AppConfig() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ package object applicationautoscaling {

package applicationautoscaling {
@js.native
@JSImport("aws-sdk", "ApplicationAutoScaling")
@JSImport("aws-sdk", "ApplicationAutoScaling", "AWS.ApplicationAutoScaling")
class ApplicationAutoScaling() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ package object applicationdiscovery {

package applicationdiscovery {
@js.native
@JSImport("aws-sdk", "Discovery")
@JSImport("aws-sdk", "Discovery", "AWS.Discovery")
class ApplicationDiscovery() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ package object applicationinsights {

package applicationinsights {
@js.native
@JSImport("aws-sdk", "ApplicationInsights")
@JSImport("aws-sdk", "ApplicationInsights", "AWS.ApplicationInsights")
class ApplicationInsights() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ package object appmesh {

package appmesh {
@js.native
@JSImport("aws-sdk", "AppMesh")
@JSImport("aws-sdk", "AppMesh", "AWS.AppMesh")
class AppMesh() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ package object appstream {

package appstream {
@js.native
@JSImport("aws-sdk", "AppStream")
@JSImport("aws-sdk", "AppStream", "AWS.AppStream")
class AppStream() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ package object appsync {

package appsync {
@js.native
@JSImport("aws-sdk", "AppSync")
@JSImport("aws-sdk", "AppSync", "AWS.AppSync")
class AppSync() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ package object athena {

package athena {
@js.native
@JSImport("aws-sdk", "Athena")
@JSImport("aws-sdk", "Athena", "AWS.Athena")
class Athena() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ package object augmentedairuntime {

package augmentedairuntime {
@js.native
@JSImport("aws-sdk", "AugmentedAIRuntime")
@JSImport("aws-sdk", "AugmentedAIRuntime", "AWS.AugmentedAIRuntime")
class AugmentedAIRuntime() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ package object autoscaling {

package autoscaling {
@js.native
@JSImport("aws-sdk", "AutoScaling")
@JSImport("aws-sdk", "AutoScaling", "AWS.AutoScaling")
class AutoScaling() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ package object autoscalingplans {

package autoscalingplans {
@js.native
@JSImport("aws-sdk", "AutoScalingPlans")
@JSImport("aws-sdk", "AutoScalingPlans", "AWS.AutoScalingPlans")
class AutoScalingPlans() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ package object backup {

package backup {
@js.native
@JSImport("aws-sdk", "Backup")
@JSImport("aws-sdk", "Backup", "AWS.Backup")
class Backup() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ package object batch {

package batch {
@js.native
@JSImport("aws-sdk", "Batch")
@JSImport("aws-sdk", "Batch", "AWS.Batch")
class Batch() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ package object budgetsservice {

package budgetsservice {
@js.native
@JSImport("aws-sdk", "Budgets")
@JSImport("aws-sdk", "Budgets", "AWS.Budgets")
class BudgetsService() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ package object chime {

package chime {
@js.native
@JSImport("aws-sdk", "Chime")
@JSImport("aws-sdk", "Chime", "AWS.Chime")
class Chime() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ package object cloud9 {

package cloud9 {
@js.native
@JSImport("aws-sdk", "Cloud9")
@JSImport("aws-sdk", "Cloud9", "AWS.Cloud9")
class Cloud9() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ package object clouddirectory {

package clouddirectory {
@js.native
@JSImport("aws-sdk", "CloudDirectory")
@JSImport("aws-sdk", "CloudDirectory", "AWS.CloudDirectory")
class CloudDirectory() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ package object cloudformation {

package cloudformation {
@js.native
@JSImport("aws-sdk", "CloudFormation")
@JSImport("aws-sdk", "CloudFormation", "AWS.CloudFormation")
class CloudFormation() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ package object cloudfront {

package cloudfront {
@js.native
@JSImport("aws-sdk", "CloudFront")
@JSImport("aws-sdk", "CloudFront", "AWS.CloudFront")
class CloudFront() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ package object cloudhsm {

package cloudhsm {
@js.native
@JSImport("aws-sdk", "CloudHSM")
@JSImport("aws-sdk", "CloudHSM", "AWS.CloudHSM")
class CloudHSM() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ package object cloudhsmv2 {

package cloudhsmv2 {
@js.native
@JSImport("aws-sdk", "CloudHSMV2")
@JSImport("aws-sdk", "CloudHSMV2", "AWS.CloudHSMV2")
class CloudHSMV2() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ package object cloudsearch {

package cloudsearch {
@js.native
@JSImport("aws-sdk", "CloudSearch")
@JSImport("aws-sdk", "CloudSearch", "AWS.CloudSearch")
class CloudSearch() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ package object cloudsearchdomain {

package cloudsearchdomain {
@js.native
@JSImport("aws-sdk", "CloudSearchDomain")
@JSImport("aws-sdk", "CloudSearchDomain", "AWS.CloudSearchDomain")
class CloudSearchDomain() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ package object cloudtrail {

package cloudtrail {
@js.native
@JSImport("aws-sdk", "CloudTrail")
@JSImport("aws-sdk", "CloudTrail", "AWS.CloudTrail")
class CloudTrail() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ package object cloudwatch {

package cloudwatch {
@js.native
@JSImport("aws-sdk", "CloudWatch")
@JSImport("aws-sdk", "CloudWatch", "AWS.CloudWatch")
class CloudWatch() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ package object cloudwatchevents {

package cloudwatchevents {
@js.native
@JSImport("aws-sdk", "CloudWatchEvents")
@JSImport("aws-sdk", "CloudWatchEvents", "AWS.CloudWatchEvents")
class CloudWatchEvents() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ package object cloudwatchlogs {

package cloudwatchlogs {
@js.native
@JSImport("aws-sdk", "CloudWatchLogs")
@JSImport("aws-sdk", "CloudWatchLogs", "AWS.CloudWatchLogs")
class CloudWatchLogs() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ package object codebuild {

package codebuild {
@js.native
@JSImport("aws-sdk", "CodeBuild")
@JSImport("aws-sdk", "CodeBuild", "AWS.CodeBuild")
class CodeBuild() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ package object codecommit {

package codecommit {
@js.native
@JSImport("aws-sdk", "CodeCommit")
@JSImport("aws-sdk", "CodeCommit", "AWS.CodeCommit")
class CodeCommit() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ package object codedeploy {

package codedeploy {
@js.native
@JSImport("aws-sdk", "CodeDeploy")
@JSImport("aws-sdk", "CodeDeploy", "AWS.CodeDeploy")
class CodeDeploy() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ package object codeguruprofiler {

package codeguruprofiler {
@js.native
@JSImport("aws-sdk", "CodeGuruProfiler")
@JSImport("aws-sdk", "CodeGuruProfiler", "AWS.CodeGuruProfiler")
class CodeGuruProfiler() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ package object codegurureviewer {

package codegurureviewer {
@js.native
@JSImport("aws-sdk", "CodeGuruReviewer")
@JSImport("aws-sdk", "CodeGuruReviewer", "AWS.CodeGuruReviewer")
class CodeGuruReviewer() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ package object codepipeline {

package codepipeline {
@js.native
@JSImport("aws-sdk", "CodePipeline")
@JSImport("aws-sdk", "CodePipeline", "AWS.CodePipeline")
class CodePipeline() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ package object codestar {

package codestar {
@js.native
@JSImport("aws-sdk", "CodeStar")
@JSImport("aws-sdk", "CodeStar", "AWS.CodeStar")
class CodeStar() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package object codestarconnections {

package codestarconnections {
@js.native
@JSImport("aws-sdk", "CodeStarconnections")
@JSImport("aws-sdk", "CodeStarconnections", "AWS.CodeStarconnections")
class CodeStarconnections() extends js.Object {
def this(config: AWSConfig) = this()

Expand Down
Loading

0 comments on commit 1100584

Please sign in to comment.