| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fe4e405 commit a6dd675
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -957,9 +957,13 @@ It is possible to run code containing inline types unless the | |||
| 957 | 957 | ||
| 958 | 958 | <!-- YAML | |
| 959 | 959 | added: v23.6.0 | |
| 960 | + changes: | ||
| 961 | + - version: REPLACEME | ||
| 962 | + pr-url: https://github.com/nodejs/node/pull/64221 | ||
| 963 | + description: This is enabled by default. | ||
| 960 | 964 | --> | |
| 961 | 965 | ||
| 962 | - > Stability: 1.0 - Early development | ||
| 966 | + > Stability: 1.2 - Release candidate | ||
| 963 | 967 | ||
| 964 | 968 | Enable experimental import support for `.node` addons. | |
| 965 | 969 | ||
| 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_websocket = true; | |
| 132 | 132 | bool experimental_sqlite = HAVE_SQLITE; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments