Skip to content

Commit 1d3e210

Browse files
committed
removed doc section about module files
1 parent 936b5c5 commit 1d3e210

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Sources/JavaScriptKit/Documentation.docc/Articles/BridgeJS/Ahead-of-Time-Code-Generation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ git add Sources/MyApp/Generated
155155
git commit -m "Update generated BridgeJS code"
156156
```
157157

158-
Changing only the contents of a JavaScript module referenced with `from: .module` does not require regenerating the Swift glue or skeleton. PackageToJS tracks the referenced file as an input and copies its current contents into the generated package on the next build.
159-
160158
## When to Use Each Approach
161159

162160
**Use the build plugin** when:

0 commit comments

Comments
 (0)