| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7f26c54 commit 48c5c86
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1039,9 +1039,13 @@ It is possible to run code containing inline types unless the | |||
| 1039 | 1039 | added: | |
| 1040 | 1040 | - v23.6.0 | |
| 1041 | 1041 | - v22.20.0 | |
| 1042 | + changes: | ||
| 1043 | + - version: REPLACEME | ||
| 1044 | + pr-url: https://github.com/nodejs/node/pull/64221 | ||
| 1045 | + description: This is enabled by default. | ||
| 1042 | 1046 | --> | |
| 1043 | 1047 | ||
| 1044 | - > Stability: 1.0 - Early development | ||
| 1048 | + > Stability: 1.2 - Release candidate | ||
| 1045 | 1049 | ||
| 1046 | 1050 | Enable experimental import support for `.node` addons. | |
| 1047 | 1051 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -126,7 +126,7 @@ class EnvironmentOptions : public Options { | |||
| 126 | 126 | bool require_module = true; | |
| 127 | 127 | std::string dns_result_order; | |
| 128 | 128 | bool enable_source_maps = false; | |
| 129 | - bool experimental_addon_modules = EXPERIMENTALS_DEFAULT_VALUE; | ||
| 129 | + bool experimental_addon_modules = true; | ||
| 130 | 130 | bool experimental_eventsource = EXPERIMENTALS_DEFAULT_VALUE; | |
| 131 | 131 | bool experimental_ffi = EXPERIMENTALS_DEFAULT_VALUE; | |
| 132 | 132 | bool experimental_websocket = true; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments