[dev] main.js built from Linux different than one built from Windows
Nobody has claimed this yet.
Assessment
This issue has not been assessed yet.
Description
The final output is the same size but the order of the exports has one difference. No breaking functionality as the order doesn't matter during runtime, but breaks our check-lib workflow.
This is the block that is different:
2609: function(e, t, n) {
"use strict";
var i = this && this.__awaiter || function(e, t, n, i) {
return new(n || (n = Promise))((function(r, o) {
function s(e) {
try {
c(i.next(e))
} catch (e) {
o(e)
}
}
function a(e) {
try {
c(i.throw(e))
} catch (e) {
o(e)
}
}
function c(e) {
var t;
e.done ? r(e.value) : (t = e.value, t instanceof n ? t : new n((function(e) {
e(t)
}))).then(s, a)
}
c((i = i.apply(e, t || [])).next())
}))
};
Object.defineProperty(t, "__esModule", {
value: !0
});
const r = n(2225),
o = n(4458);
t.AuthorizerFactory = class {
static getAuthorizer() {
return i(this, void 0, void 0, (function*() {
r.debug("try-get AzureCLIAuthorizer");
try {
return yield o.AzureCLIAuthorizer.getAuthorizer()
} catch (e) {
throw r.debug(e), new Error("No credentails found. Add an Azure login script before this action.")
}
}))
}
}
},
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 73
- Avg merge
- 9d 18h
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/sql-action
-
need-to-triage
Difficulty 1/5 Under an hour Newbie friendliness 62/100
Azure/sql-action#247 ·
-
need-to-triage
Difficulty 3/5 1-2 days Newbie friendliness 65/100
Azure/sql-action#282 ·
-
bug
Azure/sql-action#267 · 1 assignee ·
-
need-to-triage
Difficulty 3/5 1-2 days Newbie friendliness 45/100
Azure/sql-action#262 · 1 comment ·
-
need-to-triage
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Azure/sql-action#261 ·
All issues in Azure/sql-action
Similar issues
-
S: triage
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
fix(errors): EHOSTUNREACH from a happy-eyeballs connect is reported as a resolver error (STAMP-80) Open
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
snapshot-labs/stamp#666 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GauravKarakoti/SecureFlow#1070 · 1 comment ·
-
feature:Languages/Translations good first issue ready Web
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
digitalfabrik/integreat-app#4394 ·