1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/future
Bartek Iwańczuk b5051e25c2
feat: Deprecate "import assertions" with a warning (#24743)
This commit deprecates "import assertions" proposal that has been
replaced with "import attributes".

Any time an import assertion is encountered a warning will be printed
to the terminal. This warning will be printed for both local and 
remote files (ie. user code and dependencies).

Import assertions support will be removed in Deno 2.
2024-08-19 22:36:35 +02:00
..
import_assertions feat: Deprecate "import assertions" with a warning (#24743) 2024-08-19 22:36:35 +02:00
runtime_api chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
unstable_flags chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00