issues Search Results · repo:tc39/proposal-function-implementation-hiding language:HTML
Filter by
50 results
(133 ms)50 results
intc39/proposal-function-implementation-hiding (press backspace or delete to remove)In the United States, censure refers to a formal expression of disapproval, particularly used in political contexts.
Here s a breakdown:
Definition:
Censure is a formal statement of condemnation or ...
invalid
Taohid181
- 1
- Opened 27 days ago
- #54
You can just wrap your secret code in another function that references it using a variable.
function mySensitiveCode() {
const secret = abc
return secret.replace(/./g, * )
}
export function ...
cow1337killer3
- 1
- Opened on Jan 12
- #53
Maybe I didn t notice it in the README.md, but I don t really understand how this will help to conceal sensitive code if
you either get the packages via npm i, which retrieves npmjs.com or you use some ...
FrameMuse
- 5
- Opened on Oct 22, 2023
- #52
I m curious to know if it would be better to have a syntax for this requirement; Maybe something like:
async function connectToDB(connStr) #{
return await orm.connect(connStr)
}
(It kindof looks ...
jithujoshyjy
- 1
- Opened on Sep 30, 2022
- #51
Hello. I ve checked all issues but did not find one - please correct me if I m wrong.
I assume this is expected to be a common pragma in library apps: lodash, react, angular, etc. However, we are all ...
Jabher
- 35
- Opened on Jun 30, 2022
- #50
In V8, some error messages currently expose the source text of an ES-code function.
try { Uint8Array.from.call(x = x + 3); } catch (err) { err.message; }
→ x = x + 3 is not a constructor
(Catching ...
bathos
- 5
- Opened on Dec 29, 2021
- #49
I m trying to figure out who would actually use these directives.
A user hiding a functions implementation details, before providing it to a library?
Angular V1 was cited as an example where a function ...
theScottyJam
- 10
- Opened on Mar 15, 2021
- #48
What does top-level directives do?
hide source ;
function foo() { /* no hide source */ } // inherit?
function bar() { show source } // override?
Would it be ignored? Would there be an error?
Huxpro
- 1
- Opened on Feb 4, 2021
- #47
From the current README: Another unnecessary insight gained by f.toString() is how a function was created. Most
dramatically, it can be used to detect whether an implementation is native or not, by looking ...
ghost
- 4
- Opened on Dec 31, 2020
- #46
We disallow the use strict directive in functions with non-simple parameter lists because it complicates the parsing of
the parameter list. While the directives introduced by this proposal do not affect ...
question
michaelficarra
- 2
- Opened on May 9, 2020
- #45

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.