Jack Works
Jack Works
if you're mean by what we talked about in the last meeting, it is not a plugin but a plugin system feature
Also tried this, gets OOM in our project. Here is our project https://github.com/DimensionDev/Maskbook/tree/eslint-proj-ref if anyone is interested. Note: our project contains 70 tsconfigs đź‘€
about DTS resolution, can we emit code like this to let all declaration brings their own resolution mode instead of inheriting from the project? ``` // my-library/dist/index.d.ts export { util...
Let me try this but no guarantee I will make it
Parser and SystemJS/CommonJS emit work now. Still have no idea how I should change the type system to support analyzing that.
> We can put in the proposal text a simple statement saying that both records and tuples should behave as their equivalent objects and arrays in built-in functions. And only...
> `IsConcatSpreadable` is a hook for things that are much more array-like Isn't tuple array-like?
2 is an abbreviated version of 3. "key" equals to (x) => x.key Same for number and symbols.
> I think I'd be pretty confused if I learned that shortcut pattern on `unique` and found it wasn't available on all the other predicate-taking array methods. maybe we can...
in the last meeting, the committee requires to remove the `key: string | symbol` signature. it should be a separate proposal to add this kind of feature to all Array...