1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/compile/repetitive_unstable_flag
HasanAlrimawi 3324d7203e
fix(compile): prevent setting unstable feature twice (#24381)
Prevent panic when enabling a feature that is already enabled by
removing duplicate features.

Closes #22015

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-02 23:15:10 +00:00
..
.gitignore fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00
__test__.jsonc fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00
compile.out fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00
deno.json fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00
main.out fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00
main.ts fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00